Skip to content

Commit

Permalink
Merge pull request #1490 from tesshuflower/rbacproxy-in-helmvalues
Browse files Browse the repository at this point in the history
helm update - put kube-rbac-proxy img in values
  • Loading branch information
openshift-merge-bot[bot] authored Dec 18, 2024
2 parents 09dd15f + a90fad1 commit 47e077c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/volsync/templates/deployment-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
drop:
- "ALL"
readOnlyRootFilesystem: true
image: quay.io/brancz/kube-rbac-proxy:v0.18.1
image: "{{ include "container-image" (list . (index .Values "kube-rbac-proxy") ) }}"
args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
Expand Down
4 changes: 4 additions & 0 deletions helm/volsync/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ syncthing:
# Overrides the image tag whose default is the chart appVersion.
tag: ""
image: ""
kube-rbac-proxy:
repository: quay.io/brancz/kube-rbac-proxy
tag: "v0.18.1"
image: ""

manageCRDs: true

Expand Down

0 comments on commit 47e077c

Please sign in to comment.