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:
@@ -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"` | |
|
||||
|
||||
@@ -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: ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user