Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1208 from alphagov/more-dockerhub-creds
Browse files Browse the repository at this point in the history
Add DockerHub creds to some more places I missed
  • Loading branch information
Krenair authored Oct 28, 2020
2 parents 8ded39d + b8c0ea4 commit 5237b55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions charts/gsp-cluster/templates/03-namespaces/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5237b55

Please sign in to comment.