feat(argocd): pass image parameters to Helm chart
This commit is contained in:
parent
2deb3ef4c8
commit
dfa2cfd783
|
|
@ -60,6 +60,12 @@ spec:
|
||||||
parameters:
|
parameters:
|
||||||
- name: branchName
|
- name: branchName
|
||||||
value: main
|
value: main
|
||||||
|
- name: image.repository
|
||||||
|
value: frankchine/geocrop-nextgen
|
||||||
|
- name: image.tag
|
||||||
|
value: dev
|
||||||
|
- name: image.pullPolicy
|
||||||
|
value: Always
|
||||||
- name: ingress.host
|
- name: ingress.host
|
||||||
value: next-gen.techarvest.co.zw
|
value: next-gen.techarvest.co.zw
|
||||||
destination:
|
destination:
|
||||||
|
|
@ -96,6 +102,12 @@ spec:
|
||||||
parameters:
|
parameters:
|
||||||
- name: branchName
|
- name: branchName
|
||||||
value: '{{branch}}'
|
value: '{{branch}}'
|
||||||
|
- name: image.repository
|
||||||
|
value: frankchine/geocrop-nextgen
|
||||||
|
- name: image.tag
|
||||||
|
value: '{{branch}}'
|
||||||
|
- name: image.pullPolicy
|
||||||
|
value: Always
|
||||||
- name: ingress.host
|
- name: ingress.host
|
||||||
value: '{{branch}}.next-gen.techarvest.co.zw'
|
value: '{{branch}}.next-gen.techarvest.co.zw'
|
||||||
destination:
|
destination:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue