Skip to content

Commit

Permalink
Add the gcr.io images in comment in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Nov 6, 2022
1 parent ebb5390 commit 7ee84ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/spire/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ workloadRegistrar:

server:
image:
# registry: gcr.io
# repository: spiffe-io/spire-server
registry: ghcr.io
repository: spiffe/spire-server
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -104,6 +106,8 @@ oidc:
enabled: false

image:
# registry: gcr.io
# repository: spiffe-io/oidc-discovery-provider
registry: ghcr.io
repository: spiffe/spire-oidc-provider
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -158,6 +162,8 @@ oidc:

agent:
image:
# registry: gcr.io
# repository: spiffe-io/spire-agent
registry: ghcr.io
repository: spiffe/spire-agent
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 7ee84ce

Please sign in to comment.