Skip to content

Commit

Permalink
fix(kafka): bump kube-rbac-proxy to v0.14.1 (#103)
Browse files Browse the repository at this point in the history
* fix(kafka): bump kube-rbac-proxy to v0.14.1

* chore: gather unique images only
  • Loading branch information
cbuto authored Jul 10, 2023
1 parent e173049 commit 80892c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion make/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $(BUILD_DIR):
release.save-images.tar: $(GOJQ_BIN) $(MINDTHEGAP_BIN) $(BUILD_DIR)
release.save-images.tar:
$(call print-target)
@$(GOJQ_BIN) -r --yaml-input '.|flatten|sort|.[]' hack/images.yaml > $(CATALOG_IMAGES_TXT)
@$(GOJQ_BIN) -r --yaml-input '.|flatten|sort|unique|.[]' hack/images.yaml > $(CATALOG_IMAGES_TXT)
@$(MINDTHEGAP_BIN) create image-bundle --platform linux/amd64 --images-file $(CATALOG_IMAGES_TXT) --output-file $(IMAGE_TAR_FILE)
@ls -latrh $(IMAGE_TAR_FILE)

Expand Down
5 changes: 5 additions & 0 deletions services/kafka-operator/0.24.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ data:
enabled: true
crd:
enabled: true
prometheusMetrics:
authProxy:
image:
repository: gcr.io/kubebuilder/kube-rbac-proxy
tag: v0.14.1

0 comments on commit 80892c5

Please sign in to comment.