Support namespace parameter in argoci chart
This commit is contained in:
parent
2d713a758b
commit
01b72b169d
6 changed files with 7 additions and 7 deletions
Binary file not shown.
BIN
charts/argo-ci/charts/argo-0.2.1.tgz
Normal file
BIN
charts/argo-ci/charts/argo-0.2.1.tgz
Normal file
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
dependencies:
|
||||
- name: argo
|
||||
repository: https://argoproj.github.io/argo-helm
|
||||
version: 0.1.0
|
||||
digest: sha256:21178ca15d323c4fa0d8c11dd50b025a590578cee0521202badc2b704af4e292
|
||||
generated: 2018-01-03T12:11:21.170089-08:00
|
||||
version: 0.2.1
|
||||
digest: sha256:af0f837200061b1720c0e05168dfc4a9537582f3004de62eeb5ef01b4c78db64
|
||||
generated: 2018-10-23T14:50:47.570677461-07:00
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
dependencies:
|
||||
- name: argo
|
||||
version: 0.1.0
|
||||
version: 0.2.1
|
||||
repository: https://argoproj.github.io/argo-helm
|
||||
|
|
|
@ -20,7 +20,7 @@ spec:
|
|||
- name: IN_CLUSTER
|
||||
value: "true"
|
||||
- name: NAMESPACE
|
||||
value: 'default'
|
||||
value: {{ .Values.workflowNamespace }}
|
||||
- name: ARGO_CI_IMAGE
|
||||
value: "{{ .Values.imageNamespace }}/{{ .Values.ciImage }}:{{ .Values.imageTag }}"
|
||||
- name: CONTROLLER_INSTANCE_ID
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
imageNamespace: argoproj
|
||||
ciImage: argoci
|
||||
imageTag: v1.0.0-alpha1.2
|
||||
imageTag: v1.0.0-alpha2
|
||||
workflowNamespace: default
|
||||
|
||||
argo:
|
||||
imagesNamespace: argoproj
|
||||
imagesTag: v2.0.0-alpha3
|
||||
enableWebConsole: false
|
||||
installMinio: true
|
||||
minioBucketName: argo-artifacts
|
||||
|
|
Loading…
Reference in a new issue