mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-19 22:44:18 +00:00
Switch to GHCR tools images for local tests, with imagePullPolicy: IfNotPresent.
This is more consistent with our CI environment. Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
@@ -27,8 +27,8 @@ pinny_bcrypt_passwd_hash:
|
||||
pinny_ldap_password:
|
||||
|
||||
#! Images for each of the deployed test components.
|
||||
dex_image: ghcr.io/dexidp/dex:v2.27.0
|
||||
ldap_image: projects.registry.vmware.com/pinniped/test-ldap:latest
|
||||
proxy_image: projects.registry.vmware.com/pinniped/test-forward-proxy:latest
|
||||
cfssl_image: cfssl/cfssl:1.5.0
|
||||
kubectl_image: bitnami/kubectl:latest
|
||||
dex_image: ghcr.io/pinniped-ci-bot/test-dex:latest
|
||||
ldap_image: ghcr.io/pinniped-ci-bot/test-ldap:latest
|
||||
proxy_image: ghcr.io/pinniped-ci-bot/test-forward-proxy:latest
|
||||
cfssl_image: ghcr.io/pinniped-ci-bot/test-cfssl:latest
|
||||
kubectl_image: ghcr.io/pinniped-ci-bot/test-kubectl:latest
|
||||
|
||||
Reference in New Issue
Block a user