Skip to content

Commit

Permalink
kube-rbac-proxy v0.18.1 make bundle, update helm charts
Browse files Browse the repository at this point in the history
Signed-off-by: Tesshu Flower <[email protected]>
  • Loading branch information
tesshuflower committed Sep 30, 2024
1 parent cbee031 commit ad16c95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bundle/manifests/volsync.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2024-08-13T15:52:46Z"
createdAt: "2024-09-30T20:33:48Z"
olm.skipRange: '>=0.4.0 <0.11.0'
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down Expand Up @@ -469,7 +469,7 @@ spec:
- --logtostderr=true
- --tls-min-version=VersionTLS12
- --v=0
image: quay.io/brancz/kube-rbac-proxy:v0.18.0
image: quay.io/brancz/kube-rbac-proxy:v0.18.1
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down
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.0
image: quay.io/brancz/kube-rbac-proxy:v0.18.1
args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
Expand Down

0 comments on commit ad16c95

Please sign in to comment.