diff options
| author | Irbe Krumina <irbe@tailscale.com> | 2023-10-26 15:55:19 +0100 |
|---|---|---|
| committer | Irbe Krumina <irbe@tailscale.com> | 2023-10-30 13:59:46 +0000 |
| commit | 715ccc72b89c9bab4e22d220ba57d1c213e4e5fa (patch) | |
| tree | 78a08e998e2c208da34b98cbc987b106518811ee /cmd/k8s-operator/deploy/chart/values.yaml | |
| parent | ced02933b7a9ce237983b2de822f661d240daa99 (diff) | |
| download | tailscale-irbekrm/chartandcli.tar.xz tailscale-irbekrm/chartandcli.zip | |
tool: download helm CLIirbekrm/chartandcli
Updates tailscale/tailscale#9222
Signed-off-by: Irbe Krumina <irbe@tailscale.com>
Diffstat (limited to 'cmd/k8s-operator/deploy/chart/values.yaml')
| -rw-r--r-- | cmd/k8s-operator/deploy/chart/values.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cmd/k8s-operator/deploy/chart/values.yaml b/cmd/k8s-operator/deploy/chart/values.yaml index 85ee36edc..893e6c395 100644 --- a/cmd/k8s-operator/deploy/chart/values.yaml +++ b/cmd/k8s-operator/deploy/chart/values.yaml @@ -11,8 +11,10 @@ operatorConfig: image: repo: tailscale/k8s-operator - # Overrides the image tag whose default is the chart appVersion. + # Digest will be prioritized over tag. If neither are set appVersion will be + # used. tag: "" + digest: "" logging: "info" hostname: "tailscale-operator" nodeSelector: @@ -26,7 +28,10 @@ operatorConfig: proxyConfig: image: repo: tailscale/tailscale + # Digest will be prioritized over tag. If neither are set appVersion will be + # used. tag: "" + digest: "" # ACL tag that operator will tag proxies with. Operator must be made owner of # these tags # https://tailscale.com/kb/1236/kubernetes-operator/?q=operator#setting-up-the-kubernetes-operator |
