Skip to content

Commit 4ef67de

Browse files
committed
Update quay.io/brancz/kube-rbac-proxy Docker tag to v0.20.2
Signed-off-by: Renovate Bot <tech+renovate@vshn.ch>
1 parent 788f63b commit 4ef67de

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • class
  • tests/golden
    • defaults/patch-operator/patch-operator/01_helm_chart/patch-operator/templates
    • external-certificates/patch-operator/patch-operator/01_helm_chart/patch-operator/templates
    • lib/patch-operator/patch-operator/01_helm_chart/patch-operator/templates

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ parameters:
3131
kube-rbac-proxy:
3232
registry: quay.io
3333
repository: brancz/kube-rbac-proxy
34-
tag: v0.20.0
34+
tag: v0.20.2
3535

3636
helm_values:
3737
enableCertManager: true

tests/golden/defaults/patch-operator/patch-operator/01_helm_chart/patch-operator/templates/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
- --tls-cert-file=/etc/certs/tls/tls.crt
3131
- --tls-private-key-file=/etc/certs/tls/tls.key
3232
- --v=0
33-
image: quay.io/brancz/kube-rbac-proxy:v0.20.0
33+
image: quay.io/brancz/kube-rbac-proxy:v0.20.2
3434
imagePullPolicy: IfNotPresent
3535
name: kube-rbac-proxy
3636
ports:

tests/golden/external-certificates/patch-operator/patch-operator/01_helm_chart/patch-operator/templates/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
- --tls-cert-file=/etc/certs/tls/tls.crt
3131
- --tls-private-key-file=/etc/certs/tls/tls.key
3232
- --v=0
33-
image: quay.io/brancz/kube-rbac-proxy:v0.20.0
33+
image: quay.io/brancz/kube-rbac-proxy:v0.20.2
3434
imagePullPolicy: IfNotPresent
3535
name: kube-rbac-proxy
3636
ports:

tests/golden/lib/patch-operator/patch-operator/01_helm_chart/patch-operator/templates/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
- --tls-cert-file=/etc/certs/tls/tls.crt
3131
- --tls-private-key-file=/etc/certs/tls/tls.key
3232
- --v=0
33-
image: quay.io/brancz/kube-rbac-proxy:v0.20.0
33+
image: quay.io/brancz/kube-rbac-proxy:v0.20.2
3434
imagePullPolicy: IfNotPresent
3535
name: kube-rbac-proxy
3636
ports:

0 commit comments

Comments
 (0)