From e09c6f9c9f3a0d09d232572f1246cdfde7206050 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Sat, 19 Oct 2024 00:52:09 -0500 Subject: [PATCH] remove image, update on chart --- clusters/cl01tl/services/tailscale-operator/Chart.yaml | 4 ++-- clusters/cl01tl/services/tailscale-operator/values.yaml | 7 ------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/clusters/cl01tl/services/tailscale-operator/Chart.yaml b/clusters/cl01tl/services/tailscale-operator/Chart.yaml index fdbf0591d..e9c2fd3c3 100644 --- a/clusters/cl01tl/services/tailscale-operator/Chart.yaml +++ b/clusters/cl01tl/services/tailscale-operator/Chart.yaml @@ -17,7 +17,7 @@ maintainers: - name: alexlebens dependencies: - name: tailscale-operator - version: 1.74.1 + version: 1.76.1 repository: https://pkgs.tailscale.com/helmcharts icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/tailscale.png -appVersion: v1.72.1 +appVersion: v1.76.1 diff --git a/clusters/cl01tl/services/tailscale-operator/values.yaml b/clusters/cl01tl/services/tailscale-operator/values.yaml index 027f1ab6a..33961aad6 100644 --- a/clusters/cl01tl/services/tailscale-operator/values.yaml +++ b/clusters/cl01tl/services/tailscale-operator/values.yaml @@ -4,10 +4,6 @@ tailscale-operator: operatorConfig: defaultTags: - "tag:k8s-operator" - image: - repository: tailscale/k8s-operator - tag: v1.74.1 - pullPolicy: Always logging: info hostname: tailscale-operator-cl01tl nodeSelector: @@ -18,9 +14,6 @@ tailscale-operator: add: - NET_ADMIN proxyConfig: - image: - repo: tailscale/tailscale - tag: v1.72.1 defaultTags: "tag:k8s" firewallMode: auto defaultProxyClass: "default"