diff --git a/charts/atlantis/Chart.yaml b/charts/atlantis/Chart.yaml index 22781f41..d05f90f7 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -4,7 +4,7 @@ description: Atlantis map and simulation service type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: v1.17.1 +version: v1.18.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v1.17.1 +appVersion: v1.18.0 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 640ba453..68e0c741 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/poseidon/atlantis - tag: v1.17.1 + tag: v1.18.0 pullPolicy: IfNotPresent init: enabled: false diff --git a/charts/sorcerer/Chart.yaml b/charts/sorcerer/Chart.yaml index ae6bf030..063e750e 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: v1.17.1 +version: v1.18.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v1.17.1 +appVersion: v1.18.0 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index 26f2966c..a647c079 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/poseidon/sorcerer - tag: v1.17.1 + tag: v1.18.0 pullPolicy: IfNotPresent init: enabled: false diff --git a/values/atlantis/values/values-staging.yaml.gotmpl b/values/atlantis/values/values-staging.yaml.gotmpl index 324e5497..bf2f85cd 100644 --- a/values/atlantis/values/values-staging.yaml.gotmpl +++ b/values/atlantis/values/values-staging.yaml.gotmpl @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 9fdc22f9-debug + tag: 202ec867-debug podAnnotations: dapr.io/app-id: "staging-atlantis" env: diff --git a/values/sorcerer/values/values-staging.yaml b/values/sorcerer/values/values-staging.yaml index f823fcf0..e0d6bced 100644 --- a/values/sorcerer/values/values-staging.yaml +++ b/values/sorcerer/values/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 58593aab-debug + tag: 202ec867-debug podAnnotations: dapr.io/enabled: "true" dapr.io/app-id: "staging-sorcerer"