cmd/k8s-operator: Support image 'repo' or 'repository' keys in helm values file (#12285)

cmd/k8s-operator/deploy/chart: Support image 'repo' or 'repository' keys in helm values

Fixes #12100

Signed-off-by: Michael Long <michaelongdev@gmail.com>
This commit is contained in:
signed-long
2024-06-04 10:24:12 -06:00
committed by GitHub
parent 379e2bf189
commit 1dc3136a24
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ operatorConfig:
- "tag:k8s-operator"
image:
repo: tailscale/k8s-operator
repository: tailscale/k8s-operator
# Digest will be prioritized over tag. If neither are set appVersion will be
# used.
tag: ""
@@ -57,7 +57,7 @@ operatorConfig:
# https://tailscale.com/kb/1236/kubernetes-operator#cluster-resource-customization-using-proxyclass-custom-resource
proxyConfig:
image:
repo: tailscale/tailscale
repository: tailscale/tailscale
# Digest will be prioritized over tag. If neither are set appVersion will be
# used.
tag: ""