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
spec:
project: atlantis
source:
repoURL: https://download.cerbos.dev/helm-charts
destination:
server: https://kubernetes.default.svc
namespace: atlantis
sources:
- repoURL: https://download.cerbos.dev/helm-charts
targetRevision: 0.33.0
chart: cerbos
helm:
@@ -57,7 +60,6 @@ spec:
https:
username: cerbos
password: ${GITLAB_TOKEN}
destination:
server: https://kubernetes.default.svc
namespace: atlantis
- repoURL: https://gitlab.com/oceanbox/manifests
targetRevision: HEAD
path: cerbos/manifests
+5 -2
View File
@@ -8,8 +8,8 @@ spec:
destination:
server: https://kubernetes.default.svc
namespace: atlantis
source:
repoURL: https://charts.bitnami.com/bitnami
sources:
- repoURL: https://charts.bitnami.com/bitnami
targetRevision: 12.9.0
chart: rabbitmq
helm:
@@ -44,3 +44,6 @@ spec:
existingClaim: ""
size: 8Gi
storageClass: ""
- repoURL: https://gitlab.com/oceanbox/manifests
targetRevision: HEAD
path: rabbitmq/manifests
+5 -3
View File
@@ -8,8 +8,8 @@ spec:
destination:
server: https://kubernetes.default.svc
namespace: atlantis
source:
repoURL: https://charts.bitnami.com/bitnami
sources:
- repoURL: https://charts.bitnami.com/bitnami
targetRevision: 18.9.1
chart: redis
helm:
@@ -22,4 +22,6 @@ spec:
existingSecret: ""
existingSecretPasswordKey: ""
usePasswordFiles: false
- repoURL: https://gitlab.com/oceanbox/manifests
targetRevision: HEAD
path: redis/manifests