diff --git a/clusters/cl01tl/manifests/tailscale-operator/Deployment-operator.yaml b/clusters/cl01tl/manifests/tailscale-operator/Deployment-operator.yaml index e4e043ec5..42658cad0 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.92.4 + image: tailscale/k8s-operator:v1.92.5 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.92.4 + value: tailscale/tailscale:v1.92.5 - name: PROXY_TAGS value: tag:k8s - name: APISERVER_PROXY