fix(atlantis): Use dragonfly in beta
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
atlantis:
|
|
||||||
enabled: true
|
|
||||||
@@ -1,3 +1,2 @@
|
|||||||
atlantis:
|
atlantis:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|||||||
@@ -27,12 +27,14 @@ spec:
|
|||||||
value: {{ .Values.atlantis.env }}
|
value: {{ .Values.atlantis.env }}
|
||||||
- name: HELMFILE_FILE_PATH
|
- name: HELMFILE_FILE_PATH
|
||||||
value: atlantis.yaml.gotmpl
|
value: atlantis.yaml.gotmpl
|
||||||
|
{{- if ne .Values.atlantis.env "beta" }}
|
||||||
- repoURL: https://charts.bitnami.com/bitnami
|
- repoURL: https://charts.bitnami.com/bitnami
|
||||||
targetRevision: 20.1.7
|
targetRevision: 20.1.7
|
||||||
chart: redis
|
chart: redis
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/values/atlantis/values/redis-{{ .Values.atlantis.env }}.yaml
|
- $values/values/atlantis/values/redis-{{ .Values.atlantis.env }}.yaml
|
||||||
|
{{- end }}
|
||||||
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
|
|||||||
Reference in New Issue
Block a user