diff --git a/charts/argo-ci/charts/argo-0.1.0.tgz b/charts/argo-ci/charts/argo-0.1.0.tgz deleted file mode 100644 index a3c58ddb..00000000 Binary files a/charts/argo-ci/charts/argo-0.1.0.tgz and /dev/null differ diff --git a/charts/argo-ci/charts/argo-0.2.1.tgz b/charts/argo-ci/charts/argo-0.2.1.tgz new file mode 100644 index 00000000..da15eb5a Binary files /dev/null and b/charts/argo-ci/charts/argo-0.2.1.tgz differ diff --git a/charts/argo-ci/requirements.lock b/charts/argo-ci/requirements.lock index 355a093d..14b83c58 100644 --- a/charts/argo-ci/requirements.lock +++ b/charts/argo-ci/requirements.lock @@ -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 diff --git a/charts/argo-ci/requirements.yaml b/charts/argo-ci/requirements.yaml index 71f297a1..e9370ec3 100644 --- a/charts/argo-ci/requirements.yaml +++ b/charts/argo-ci/requirements.yaml @@ -1,4 +1,4 @@ dependencies: - name: argo - version: 0.1.0 + version: 0.2.1 repository: https://argoproj.github.io/argo-helm diff --git a/charts/argo-ci/templates/ci-deployment.yaml b/charts/argo-ci/templates/ci-deployment.yaml index 846cc096..c5577cab 100644 --- a/charts/argo-ci/templates/ci-deployment.yaml +++ b/charts/argo-ci/templates/ci-deployment.yaml @@ -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 diff --git a/charts/argo-ci/values.yaml b/charts/argo-ci/values.yaml index 1f9584c9..387abd54 100644 --- a/charts/argo-ci/values.yaml +++ b/charts/argo-ci/values.yaml @@ -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