This is an automated email from the ASF dual-hosted git repository.

AdheipSingh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid-operator.git


The following commit(s) were added to refs/heads/master by this push:
     new 4aa9865  fix: update kube-rbac-proxy image to registry.k8s.io (#22)
4aa9865 is described below

commit 4aa9865b47e7a5f178cd1de2a3379ceb789c3520
Author: AdheipSingh <[email protected]>
AuthorDate: Thu May 28 12:37:58 2026 +0530

    fix: update kube-rbac-proxy image to registry.k8s.io (#22)
---
 chart/values.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index b5c489a..9e3dae1 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -39,9 +39,9 @@ image:
 
 kube_rbac_proxy:
   image:
-    repository: gcr.io/kubebuilder/kube-rbac-proxy
+    repository: registry.k8s.io/kubebuilder/kube-rbac-proxy
     pullPolicy: IfNotPresent
-    tag: "v0.13.1"
+    tag: "v0.16.0"
 
 imagePullSecrets: []
 nameOverride: ""


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to