Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update kube-rbac-proxy path on release-2.12 #175

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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