Skip to content

Commit

Permalink
Merge pull request #77 from stakater/fix-rbac-image-error
Browse files Browse the repository at this point in the history
Fix RBAC image error
  • Loading branch information
ahmedwaleedmalik authored May 7, 2021
2 parents 9cb87db + ec64503 commit af34810
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion charts/jira-service-desk-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.5.0
# Issue: https://github.com/operator-framework/operator-sdk/issues/4813
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.7.0
imagePullPolicy: {{ .Values.image.pullPolicy }}
name: kube-rbac-proxy
ports:
Expand Down
3 changes: 2 additions & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ spec:
spec:
containers:
- name: kube-rbac-proxy
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.5.0
# Issue: https://github.com/operator-framework/operator-sdk/issues/4813
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.7.0
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down

0 comments on commit af34810

Please sign in to comment.