Skip to content

Commit

Permalink
feat: update kube-rbac-proxy path on release-2.13 (#174)
Browse files Browse the repository at this point in the history
* feat: update kube-rbac-proxy path on release-2.13

* feat: update kube-rbac-proxy path on release-2.13

* feat: update kube-rbac-proxy path on release-2.13

* feat: update kube-rbac-proxy path on release-2.13

* feat: update kube-rbac-proxy path on release-2.13
  • Loading branch information
Venkat-Bramhasani authored Dec 30, 2024
1 parent 7144b14 commit 53ca8d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ repos:
- id: gitlint
stages: [commit-msg]
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.5
rev: 3.0.0
hooks:
- id: script-must-have-extension
stages: [commit]
exclude: \.envrc$
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.7.2.1
rev: v0.10.0.1
hooks:
- id: shellcheck
stages: [commit]
args: ["-e", "SC2211"]
exclude: \.envrc$
2 changes: 1 addition & 1 deletion services/kafka-operator/0.25.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ data:
prometheusMetrics:
authProxy:
image:
repository: gcr.io/kubebuilder/kube-rbac-proxy
repository: quay.io/brancz/kube-rbac-proxy
tag: v0.14.1
2 changes: 1 addition & 1 deletion services/kafka-operator/0.25.2/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ data:
prometheusMetrics:
authProxy:
image:
repository: gcr.io/kubebuilder/kube-rbac-proxy
repository: quay.io/brancz/kube-rbac-proxy
tag: v0.14.1

0 comments on commit 53ca8d6

Please sign in to comment.