diff --git a/charts/atlantis/Chart.yaml b/charts/atlantis/Chart.yaml index d05f90f7..13697da2 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.18.0 +version: v1.18.1 # 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.18.0 +appVersion: v1.18.1 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 68e0c741..a7720fe0 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.18.0 + tag: v1.18.1 pullPolicy: IfNotPresent init: enabled: false diff --git a/charts/sorcerer/Chart.yaml b/charts/sorcerer/Chart.yaml index 063e750e..2c7649f6 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.18.0 +version: v1.18.1 # 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.18.0 +appVersion: v1.18.1 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index a647c079..1c642fe7 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.18.0 + tag: v1.18.1 pullPolicy: IfNotPresent init: enabled: false diff --git a/helmfile.d/argo.yaml.gotmpl b/helmfile.d/argo.yaml.gotmpl index 41f4f13d..3c93bf86 100644 --- a/helmfile.d/argo.yaml.gotmpl +++ b/helmfile.d/argo.yaml.gotmpl @@ -43,7 +43,7 @@ releases: - name: argo-workflows namespace: argocd chart: argo/argo-workflows - version: 0.45.0 + version: 0.45.22 condition: argo.workflows.enabled missingFileHandler: Info - name: manifests diff --git a/values/argo/env.yaml.gotmpl b/values/argo/env.yaml.gotmpl index 9e70b222..ce91e055 100644 --- a/values/argo/env.yaml.gotmpl +++ b/values/argo/env.yaml.gotmpl @@ -5,7 +5,7 @@ argo: rollouts: enabled: false workflows: - enabled: false + enabled: true argocd: autosync: true diff --git a/values/argo/values/workflows.yaml.gotmpl b/values/argo/values/workflows.yaml.gotmpl index 3dc66812..b30c08af 100644 --- a/values/argo/values/workflows.yaml.gotmpl +++ b/values/argo/values/workflows.yaml.gotmpl @@ -1,9 +1,8 @@ dashboard: - enabled: {{ .Values.apps. true }} + enabled: true controller: metrics: enabled: true serviceMonitor: enabled: true - diff --git a/values/atlantis/values/values-staging.yaml.gotmpl b/values/atlantis/values/values-staging.yaml.gotmpl index bf2f85cd..e37930f8 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: 202ec867-debug + tag: 49c8eb62-debug podAnnotations: dapr.io/app-id: "staging-atlantis" env: