diff --git a/infra/octopus-agent/values.yaml b/infra/octopus-agent/values.yaml index 0107f72..48f5a12 100644 --- a/infra/octopus-agent/values.yaml +++ b/infra/octopus-agent/values.yaml @@ -3,7 +3,8 @@ kubernetes-agent: bearerTokenSecretName: agent-token acceptEula: "Y" serverUrl: "https://octopus.durp.info/" - serverCommsAddresses: "{https://octopusdeploy-octopus-deploy-0.octohpusdeploy.svc.cluster.local:10943/,https://octopusdeploy-octopus-deploy-1.octopusdeploy.svc.cluster.local:10943/,https://octopusdeploy-octopus-deploy-2.octopusdeploy.svc.cluster.local:10943/}" + serverCommsAddresses: + - "https://octopusdeploy-octopus-deploy.octopusdeploy.svc.cluster.local:10943/" space: "Default" name: "infra" deploymentTarget: diff --git a/infra/octopusdeploy/Chart.yaml b/infra/octopusdeploy/Chart.yaml index 1e09604..ae87b72 100644 --- a/infra/octopusdeploy/Chart.yaml +++ b/infra/octopusdeploy/Chart.yaml @@ -9,4 +9,4 @@ appVersion: "1.16.0" dependencies: - name: octopusdeploy-helm repository: oci://ghcr.io/octopusdeploy - version: 1.4.0 + version: 1.3.1