Skip to content

Commit

Permalink
ci: add imagepullsecret for dockerhub for e2e tests (#6379)
Browse files Browse the repository at this point in the history
  • Loading branch information
twelvemo authored Aug 15, 2024
1 parent c25ebe5 commit 56743a3
Show file tree
Hide file tree
Showing 22 changed files with 44 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/projects/code-synchronization-modules/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${local.username}
2 changes: 2 additions & 0 deletions e2e/projects/demo-project-modules/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${local.username}
2 changes: 2 additions & 0 deletions e2e/projects/hadolint-modules/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${local.username}
2 changes: 2 additions & 0 deletions e2e/projects/jib-container-modules/project.garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${local.username}
2 changes: 2 additions & 0 deletions e2e/projects/kustomize-modules/project.garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${local.username}
2 changes: 2 additions & 0 deletions e2e/projects/open-telemetry/project.garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
- name: otel-collector
exporters:
- name: otlphttp
Expand Down
2 changes: 2 additions & 0 deletions e2e/projects/remote-sources-modules/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${local.username}
postgres-database: postgres
Expand Down
2 changes: 2 additions & 0 deletions e2e/projects/tasks-modules/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${local.username}
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${local.username}
2 changes: 2 additions & 0 deletions e2e/projects/vote-helm-modules/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${local.username}
2 changes: 2 additions & 0 deletions e2e/projects/vote-modules/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${local.username}
postgres-database: postgres
Expand Down
2 changes: 2 additions & 0 deletions examples/code-synchronization/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${kebabCase(local.username)}
2 changes: 2 additions & 0 deletions examples/demo-project/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${kebabCase(local.username)}

2 changes: 2 additions & 0 deletions examples/gke/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ providers:
# Make sure this matches the name and namespace of the imagePullSecret you've created
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${kebabCase(local.username)}
2 changes: 2 additions & 0 deletions examples/hadolint/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${kebabCase(local.username)}
2 changes: 2 additions & 0 deletions examples/jib-container/project.garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${kebabCase(local.username)}
2 changes: 2 additions & 0 deletions examples/kustomize/project.garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${kebabCase(local.username)}
2 changes: 2 additions & 0 deletions examples/remote-sources/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${kebabCase(local.username)}
postgres-database: postgres
Expand Down
2 changes: 2 additions & 0 deletions examples/run-actions/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${kebabCase(local.username)}
2 changes: 2 additions & 0 deletions examples/templated-k8s-container/project.garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${kebabCase(local.username)}
2 changes: 2 additions & 0 deletions examples/vote-helm/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${kebabCase(local.username)}
2 changes: 2 additions & 0 deletions examples/vote/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ providers:
# to authenticate with your registry (if needed)
- name: gcr-config
namespace: default
- name: dockerhub
namespace: default
variables:
userId: ${kebabCase(local.username)}
postgres-database: postgres
Expand Down

0 comments on commit 56743a3

Please sign in to comment.