Skip to content

Commit

Permalink
cmd/k8s-operator/deploy/chart: document that images are also availabl…
Browse files Browse the repository at this point in the history
…e from ghcr.io

Updates #11675

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
  • Loading branch information
irbekrm committed Apr 30, 2024
1 parent 7ba8f03 commit 56fd9b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/k8s-operator/deploy/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ operatorConfig:
- "tag:k8s-operator"

image:
# Repo defaults to DockerHub, but images are also synced to ghcr.io/tailscale/k8s-operator.
repo: tailscale/k8s-operator
# Digest will be prioritized over tag. If neither are set appVersion will be
# used.
Expand Down Expand Up @@ -52,6 +53,7 @@ operatorConfig:
# https://tailscale.com/kb/1236/kubernetes-operator/#cluster-egress
proxyConfig:
image:
# Repo defaults to DockerHub, but images are also synced to ghcr.io/tailscale/tailscale.
repo: tailscale/tailscale
# Digest will be prioritized over tag. If neither are set appVersion will be
# used.
Expand Down

0 comments on commit 56fd9b1

Please sign in to comment.