Skip to content

Commit

Permalink
Merge pull request #1472 from renovate-bot/renovate/quay.io-brancz-ku…
Browse files Browse the repository at this point in the history
…be-rbac-proxy-0.x

Update quay.io/brancz/kube-rbac-proxy Docker tag to v0.18.2
  • Loading branch information
openshift-merge-bot[bot] authored Feb 5, 2025
2 parents 0f24ef7 + c95cd35 commit 7b25d9c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

- kube-rbac-proxy upgraded to 0.18.1
- kube-rbac-proxy upgraded to 0.18.2

## [0.11.0]

Expand Down
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: "2025-01-30T20:37:10Z"
createdAt: "2025-02-05T12:57:48Z"
olm.skipRange: '>=0.4.0 <0.12.0'
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down Expand Up @@ -350,7 +350,7 @@ spec:
- --logtostderr=true
- --tls-min-version=VersionTLS12
- --v=0
image: quay.io/brancz/kube-rbac-proxy:v0.18.1
image: quay.io/brancz/kube-rbac-proxy:v0.18.2
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
drop:
- "ALL"
readOnlyRootFilesystem: true
image: quay.io/brancz/kube-rbac-proxy:v0.18.1
image: quay.io/brancz/kube-rbac-proxy:v0.18.2
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down
2 changes: 1 addition & 1 deletion helm/volsync/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ annotations: # https://artifacthub.io/docs/topics/annotations/helm/
- kind: fixed
description: Fix for mover job/service name length too long (>63 chars) if the replicationsource or replicationdestination CR name is too long
- kind: security
description: kube-rbac-proxy upgraded to 0.18.1
description: kube-rbac-proxy upgraded to 0.18.2
artifacthub.io/crds: |
- kind: ReplicationDestination
version: v1alpha1
Expand Down
2 changes: 1 addition & 1 deletion helm/volsync/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ syncthing:
image: ""
kube-rbac-proxy:
repository: quay.io/brancz/kube-rbac-proxy
tag: "v0.18.1"
tag: "v0.18.2"
image: ""

manageCRDs: true
Expand Down

0 comments on commit 7b25d9c

Please sign in to comment.