Skip to content

Commit

Permalink
Revert "Upgrade kube-rbac-proxy to 0.8.0"
Browse files Browse the repository at this point in the history
There seems to be a problem with 0.8.0 in openshift 4.6 and 4.7 where
the rabc-proxy fails to start. Reverting to 0.5.0 while this issue is
analyzed. Check
operator-framework/operator-sdk#4684 for more
details.

This reverts commit 6c4c763.
  • Loading branch information
roivaz committed Mar 22, 2021
1 parent 6c4c763 commit 4663dff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ patchesStrategicMerge:
spec:
containers:
- name: kube-rbac-proxy
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.5.0
args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
Expand Down
2 changes: 1 addition & 1 deletion config/olm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ patchesStrategicMerge:
spec:
containers:
- name: kube-rbac-proxy
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.5.0
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down

0 comments on commit 4663dff

Please sign in to comment.