From b8c0ea4bacbfd0fed0ee6223a31031bd99d448f4 Mon Sep 17 00:00:00 2001 From: Alex Monk Date: Wed, 28 Oct 2020 16:11:55 +0000 Subject: [PATCH] Add DockerHub creds to some more places I missed --- charts/gsp-cluster/templates/03-namespaces/namespace.yaml | 4 ++++ .../04-main-team-pipelines/cd-smoke-test-pipeline.yaml | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/charts/gsp-cluster/templates/03-namespaces/namespace.yaml b/charts/gsp-cluster/templates/03-namespaces/namespace.yaml index 4db0cbf58..a7c2c34ee 100644 --- a/charts/gsp-cluster/templates/03-namespaces/namespace.yaml +++ b/charts/gsp-cluster/templates/03-namespaces/namespace.yaml @@ -266,6 +266,8 @@ spec: source: repository: {{ $.Values.concourseResources.github.image.repository }} tag: {{ $.Values.concourseResources.github.image.tag }} + username: ((dockerhubpull-concourse.username)) + password: ((dockerhubpull-concourse.password)) resources: - name: src type: {{ .configureNamespaceResourceType | default "github" }} @@ -298,6 +300,8 @@ spec: source: repository: {{ $.Values.concourseResources.task.image.repository | quote }} tag: {{ $.Values.concourseResources.task.image.tag | quote }} + username: ((dockerhubpull-concourse.username)) + password: ((dockerhubpull-concourse.password)) inputs: - name: src params: diff --git a/charts/gsp-cluster/templates/04-main-team-pipelines/cd-smoke-test-pipeline.yaml b/charts/gsp-cluster/templates/04-main-team-pipelines/cd-smoke-test-pipeline.yaml index 7f98fcc00..dfdb080b2 100644 --- a/charts/gsp-cluster/templates/04-main-team-pipelines/cd-smoke-test-pipeline.yaml +++ b/charts/gsp-cluster/templates/04-main-team-pipelines/cd-smoke-test-pipeline.yaml @@ -71,7 +71,10 @@ spec: platform: linux image_resource: type: registry-image - source: {repository: vito/oci-build-task} + source: + repository: vito/oci-build-task + username: ((dockerhubpull-concourse.username)) + password: ((dockerhubpull-concourse.password)) params: CONTEXT: src/components/canary inputs: