Skip to content

Commit dd0cb31

Browse files
[DO NOT MERGE] Fix kube-rbac-proxy
Current image has been removed, use `quay.io/brancz/kube-rbac-proxy` instead. Also use newer ZKOP including scality/zenko-operator#596 Issue: ZENKO-5188
1 parent 6a14498 commit dd0cb31

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/scripts/end2end/install-kind-dependencies.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ for crd in cruisecontroloperations kafkaclusters kafkatopics kafkausers ; do
122122
kafka_crd_url=https://github.com/adobe/koperator/raw/refs/tags/${KAFKA_OPERATOR_VERSION}/config/base/crds/kafka.banzaicloud.io_${crd}.yaml
123123
kubectl create -f $kafka_crd_url || kubectl replace -f $kafka_crd_url
124124
done
125-
helm upgrade --install --version ${KAFKA_OPERATOR_VERSION} -n default kafka-operator ${KAFKA_OPERATOR_CHART}
125+
helm upgrade --install --version ${KAFKA_OPERATOR_VERSION} -n default kafka-operator ${KAFKA_OPERATOR_CHART} \
126+
--set prometheusMetrics.authProxy.image.repository=quay.io/brancz/kube-rbac-proxy \
127+
--set prometheusMetrics.authProxy.image.tag=v0.21.0
126128

127129
# keycloak
128130
envsubst < $DIR/configs/keycloak_config.json > $DIR/configs/keycloak-realm.json

solution/deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ vault:
130130
zenko-operator:
131131
sourceRegistry: ghcr.io/scality
132132
image: zenko-operator
133-
tag: v1.8.5
133+
tag: 3ae02d9e95c9ad0d4c5da580bb5773207dc00633
134134
envsubst: ZENKO_OPERATOR_TAG
135135
zookeeper:
136136
sourceRegistry: ghcr.io/adobe/zookeeper-operator

0 commit comments

Comments
 (0)