Skip to content

Commit

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

* feat: update kube-rbac-proxy path on release-2.12
  • Loading branch information
Venkat-Bramhasani authored Dec 30, 2024
1 parent 6563fcf commit 140c5a4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
16 changes: 9 additions & 7 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]
- 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"]
- id: shellcheck
stages: [commit]
args: ["-e", "SC2211"]
exclude: \.envrc$
2 changes: 1 addition & 1 deletion hack/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kafka-0.25.2:
- "ghcr.io/mesosphere/cruise-control:2.5.139"
- "ghcr.io/mesosphere/dkp-container-images/ghcr.io/banzaicloud/kafka:2.13-3.4.1-d2iq.1"
- "ghcr.io/mesosphere/jmx-javaagent:0.18.0"
- "gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1"
- "quay.io/brancz/kube-rbac-proxy:v0.14.1"
zookeeper-0.2.16-dkp.3:
- "ghcr.io/mesosphere/zookeeper-operator:0.2.15-d2iq"
- "ghcr.io/mesosphere/zookeeper:0.2.15-d2iq"
Expand Down
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resources:
- url: https://github.com/mesosphere/zookeeper-operator
ref: v${image_tag}
license_path: LICENSE
- container_image: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1
- container_image: quay.io/brancz/kube-rbac-proxy:v0.14.1
sources:
- url: https://github.com/brancz/kube-rbac-proxy
ref: ${image_tag}
Expand Down
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 140c5a4

Please sign in to comment.