diff --git a/values/atlantis/values/values-beta.yaml.gotmpl b/values/atlantis/values/values-beta.yaml.gotmpl index 6629fb5c..0722a32c 100644 --- a/values/atlantis/values/values-beta.yaml.gotmpl +++ b/values/atlantis/values/values-beta.yaml.gotmpl @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: git.oceanbox.io/oceanbox/poseidon/atlantis - tag: v2.13.1 + tag: v2.14.2 podAnnotations: dapr.io/app-id: "beta-atlantis" @@ -11,7 +11,7 @@ env: - name: APP_NAMESPACE value: beta-atlantis - name: APP_VERSION - value: "2.13.1-beta" + value: "2.14.2-beta" - name: LOG_LEVEL value: "1" - name: ANALYTICS_WEB_ID diff --git a/values/sorcerer/values/values-beta-ekman.yaml b/values/sorcerer/values/values-beta-ekman.yaml index f83423fc..a6530001 100644 --- a/values/sorcerer/values/values-beta-ekman.yaml +++ b/values/sorcerer/values/values-beta-ekman.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: git.oceanbox.io/oceanbox/poseidon/sorcerer - tag: v2.10.0 + tag: v2.14.2 podAnnotations: dapr.io/enabled: "true" @@ -19,7 +19,7 @@ podAnnotations: env: - name: APP_VERSION - value: "2.10.0-beta" + value: "2.14.2-beta" - name: LOG_LEVEL value: "1" - name: REDIS_USER