diff --git a/charts/argo-ci/charts/argo-0.1.0.tgz b/charts/argo-ci/charts/argo-0.1.0.tgz index 296e9eb6..a3c58ddb 100644 Binary files a/charts/argo-ci/charts/argo-0.1.0.tgz and b/charts/argo-ci/charts/argo-0.1.0.tgz differ diff --git a/charts/argo-ci/templates/ci-deployment.yaml b/charts/argo-ci/templates/ci-deployment.yaml index 5f58e416..95ce688c 100644 --- a/charts/argo-ci/templates/ci-deployment.yaml +++ b/charts/argo-ci/templates/ci-deployment.yaml @@ -23,6 +23,8 @@ spec: value: 'default' - name: ARGO_CI_IMAGE value: {{ .Values.imageNamespace }}/{{ .Values.ciImage }} + - name: CONTROLLER_INSTANCE_ID + value: {{ .Release.Name }} ports: - containerPort: 8001 - containerPort: 8002 diff --git a/charts/argo-ci/values.yaml b/charts/argo-ci/values.yaml index 52e9b066..76876e8c 100644 --- a/charts/argo-ci/values.yaml +++ b/charts/argo-ci/values.yaml @@ -2,9 +2,10 @@ imageNamespace: argoproj ciImage: argoci imageTag: v1.0.0-alpha1 -argo-ci: +argo: imagesNamespace: argoproj imagesTag: v2.0.0-alpha3 enableWebConsole: false installMinio: true minioBucketName: argo-artifacts + useReleaseAsInstanceID: true