fix: update preprod atlantis and sorcerer

This commit is contained in:
2025-01-23 16:43:03 +01:00
parent 2422db91e2
commit 0f8dae5436
8 changed files with 93 additions and 23 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ spec:
chart: redis
helm:
valueFiles:
- $values/values/redis/values-prod.yaml
- $values/values/atlantis/redis.yaml
ignoreDifferences:
- kind: Secret
name: azure-keyvault
+1 -1
View File
@@ -31,7 +31,7 @@ spec:
chart: redis
helm:
valueFiles:
- $values/values/redis/values-staging.yaml
- $values/values/atlantis/staging/redis.yaml
ignoreDifferences:
- kind: Secret
name: azure-keyvault
+19 -19
View File
@@ -1,10 +1,10 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
apiversion: argoproj.io/v1alpha1
kind: application
metadata:
name: staging-sorcerer
namespace: argocd
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-options: skipdryrunonmissingresource=true
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
@@ -13,11 +13,11 @@ spec:
server: https://10.255.241.99:4443
project: atlantis
sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: nixidy
- repourl: https://gitlab.com/oceanbox/manifests.git
targetrevision: nixidy
ref: values
- repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: nixidy
- repourl: https://gitlab.com/oceanbox/manifests.git
targetrevision: nixidy
path: values/sorcerer
plugin:
name: kustomize-helm-with-rewrite
@@ -26,23 +26,23 @@ spec:
string: staging
- name: hostname
string: sorcerer.ekman.oceanbox.io
- repoURL: https://charts.bitnami.com/bitnami
targetRevision: 20.1.7
- repourl: https://charts.bitnami.com/bitnami
targetrevision: 20.1.7
chart: redis
helm:
valueFiles:
- $values/values/redis/values-staging.yaml
ignoreDifferences:
- kind: Secret
valuefiles:
- $values/values/sorcerer/staging/redis.yaml
ignoredifferences:
- kind: secret
name: azure-keyvault
jqPathExpressions:
jqpathexpressions:
- '.data'
- '.metadata.labels'
- '.metadata.annotations'
syncPolicy:
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
syncpolicy:
syncoptions:
- createnamespace=true
- applyoutofsynconly=true
# automated:
# prune: true
# selfHeal: false
# selfheal: false
+23
View File
@@ -0,0 +1,23 @@
architecture: replication
replica:
replicaCount: 2
auth:
enabled: true
sentinel: true
password: ""
usePasswordFiles: false
existingSecretPasswordKey: ""
existingSecret: prod-atlantis-redis
master:
resources:
limits:
ephemeral-storage: 1024Mi
memory: 192Mi
requests:
cpu: 150m
ephemeral-storage: 50Mi
memory: 128Mi
+23
View File
@@ -0,0 +1,23 @@
architecture: standalone
replica:
replicaCount: 1
auth:
enabled: true
sentinel: true
password: ""
usePasswordFiles: false
existingSecretPasswordKey: ""
existingSecret: staging-atlantis-redis
master:
resources:
limits:
ephemeral-storage: 1024Mi
memory: 192Mi
requests:
cpu: 150m
ephemeral-storage: 50Mi
memory: 128Mi
+1 -1
View File
@@ -1,7 +1,7 @@
replicaCount: 1
image:
tag: v2.96.0
tag: v2.96.1
podAnnotations:
dapr.io/app-id: "preprod-atlantis"
+24
View File
@@ -0,0 +1,24 @@
architecture: standalone
replica:
replicaCount: 1
auth:
enabled: true
sentinel: true
password: ""
usePasswordFiles: false
existingSecretPasswordKey: ""
existingSecret: staging-sorcerer-redis
master:
resources:
limits:
ephemeral-storage: 1024Mi
memory: 192Mi
requests:
cpu: 150m
ephemeral-storage: 50Mi
memory: 128Mi
+1 -1
View File
@@ -1,7 +1,7 @@
replicaCount: 1
image:
tag: v4.16.0
tag: v4.16.1
podAnnotations:
dapr.io/enabled: "true"