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: