fix: use multiple sources for cerbos, redis and rabbitmq

This commit is contained in:
2024-01-30 19:46:26 +01:00
parent 8756df58b6
commit ff5b2ba640
4 changed files with 110 additions and 103 deletions
+8 -6
View File
@@ -5,8 +5,11 @@ metadata:
namespace: argocd namespace: argocd
spec: spec:
project: atlantis project: atlantis
source: destination:
repoURL: https://download.cerbos.dev/helm-charts server: https://kubernetes.default.svc
namespace: atlantis
sources:
- repoURL: https://download.cerbos.dev/helm-charts
targetRevision: 0.33.0 targetRevision: 0.33.0
chart: cerbos chart: cerbos
helm: helm:
@@ -57,7 +60,6 @@ spec:
https: https:
username: cerbos username: cerbos
password: ${GITLAB_TOKEN} password: ${GITLAB_TOKEN}
destination: - repoURL: https://gitlab.com/oceanbox/manifests
server: https://kubernetes.default.svc targetRevision: HEAD
namespace: atlantis path: cerbos/manifests
+5 -2
View File
@@ -8,8 +8,8 @@ spec:
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: atlantis namespace: atlantis
source: sources:
repoURL: https://charts.bitnami.com/bitnami - repoURL: https://charts.bitnami.com/bitnami
targetRevision: 12.9.0 targetRevision: 12.9.0
chart: rabbitmq chart: rabbitmq
helm: helm:
@@ -44,3 +44,6 @@ spec:
existingClaim: "" existingClaim: ""
size: 8Gi size: 8Gi
storageClass: "" storageClass: ""
- repoURL: https://gitlab.com/oceanbox/manifests
targetRevision: HEAD
path: rabbitmq/manifests
+5 -3
View File
@@ -8,8 +8,8 @@ spec:
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: atlantis namespace: atlantis
source: sources:
repoURL: https://charts.bitnami.com/bitnami - repoURL: https://charts.bitnami.com/bitnami
targetRevision: 18.9.1 targetRevision: 18.9.1
chart: redis chart: redis
helm: helm:
@@ -22,4 +22,6 @@ spec:
existingSecret: "" existingSecret: ""
existingSecretPasswordKey: "" existingSecretPasswordKey: ""
usePasswordFiles: false usePasswordFiles: false
- repoURL: https://gitlab.com/oceanbox/manifests
targetRevision: HEAD
path: redis/manifests