Switch oidc image back to static image

The repo as private and is now set to public

Signed-off-by: Marco Franssen <[email protected]>
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-02-18 13:04:08 +01:00
committed by Marco Franssen
parent 94318b02a6
commit a2abee2f95
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -80,8 +80,8 @@ Kubernetes: `>=1.21.0-0`
| oidc.config.logLevel | string | `"info"` | |
| oidc.enabled | bool | `false` | |
| oidc.image.pullPolicy | string | `"IfNotPresent"` | |
| oidc.image.registry | string | `"gcr.io"` | |
| oidc.image.repository | string | `"spiffe-io/oidc-discovery-provider"` | |
| oidc.image.registry | string | `"ghcr.io"` | |
| oidc.image.repository | string | `"spiffe/oidc-discovery-provider"` | |
| oidc.image.version | string | `""` | |
| oidc.insecureScheme.enabled | bool | `false` | |
| oidc.insecureScheme.nginx.image.pullPolicy | string | `"IfNotPresent"` | |
+4 -4
View File
@@ -165,10 +165,10 @@ oidc:
replicaCount: 1
image:
registry: gcr.io
repository: spiffe-io/oidc-discovery-provider
# registry: ghcr.io
# repository: spiffe/oidc-discovery-provider
# registry: gcr.io
# repository: spiffe-io/oidc-discovery-provider
registry: ghcr.io
repository: spiffe/oidc-discovery-provider
pullPolicy: IfNotPresent
version: ""