diff --git a/clusters/cl01tl/manifests/tailscale-operator/Deployment-operator.yaml b/clusters/cl01tl/manifests/tailscale-operator/Deployment-operator.yaml index f54234b38..217b9e0c3 100644 --- a/clusters/cl01tl/manifests/tailscale-operator/Deployment-operator.yaml +++ b/clusters/cl01tl/manifests/tailscale-operator/Deployment-operator.yaml @@ -22,7 +22,7 @@ spec: secretName: operator-oauth containers: - name: operator - image: tailscale/k8s-operator:v1.94.1 + image: tailscale/k8s-operator:v1.94.2 imagePullPolicy: Always env: - name: OPERATOR_INITIAL_TAGS @@ -46,7 +46,7 @@ spec: - name: CLIENT_SECRET_FILE value: /oauth/client_secret - name: PROXY_IMAGE - value: tailscale/tailscale:v1.94.1 + value: tailscale/tailscale:v1.94.2 - name: PROXY_TAGS value: tag:k8s - name: APISERVER_PROXY