Update argo and argo-ci helm charts to enable (#74)
This commit is contained in:
parent
0e05194822
commit
fc5d0d2ff0
5 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ spec:
|
|||
containers:
|
||||
- name: ci
|
||||
image: "{{ .Values.imageNamespace }}/{{ .Values.ciImage }}:{{ .Values.imageTag }}"
|
||||
imagePullPolicy: {{ .Values.imagePullPolicy }}
|
||||
env:
|
||||
- name: IN_CLUSTER
|
||||
value: "true"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
imageNamespace: argoproj
|
||||
ciImage: argoci
|
||||
imageTag: v1.0.0-alpha2
|
||||
imagePullPolicy: Always
|
||||
workflowNamespace: default
|
||||
|
||||
argo:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue