From e13fa0e36818c42636127e72252b58f76967d8a8 Mon Sep 17 00:00:00 2001 From: Stephan Feurer Date: Thu, 10 Jul 2025 08:43:15 +0200 Subject: [PATCH] Update Image kube-rbac-proxy to v0.19.1 --- class/defaults.yml | 17 +++++++++++++++++ .../patch-operator/templates/manager.yaml | 2 +- .../patch-operator/templates/manager.yaml | 2 +- .../patch-operator/templates/manager.yaml | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/class/defaults.yml b/class/defaults.yml index f553d77..37a4843 100644 --- a/class/defaults.yml +++ b/class/defaults.yml @@ -18,9 +18,26 @@ parameters: source: https://redhat-cop.github.io/patch-operator version: v0.1.11 + images: + patch-operator: + registry: quay.io + repository: redhat-cop/patch-operator + tag: v0.1.11 + kube-rbac-proxy: + registry: quay.io + repository: brancz/kube-rbac-proxy + tag: v0.19.1 + helm_values: enableCertManager: true enableMonitoring: ${patch_operator:monitoring_enabled} + image: + repository: ${patch_operator:images:patch-operator:registry}/${patch_operator:images:patch-operator:repository} + tag: ${patch_operator:images:patch-operator:tag} + kube_rbac_proxy: + image: + repository: ${patch_operator:images:kube-rbac-proxy:registry}/${patch_operator:images:kube-rbac-proxy:repository} + tag: ${patch_operator:images:kube-rbac-proxy:tag} monitoring_enabled: true priority_class: system-cluster-critical diff --git a/tests/golden/defaults/patch-operator/patch-operator/01_helm_chart/patch-operator/templates/manager.yaml b/tests/golden/defaults/patch-operator/patch-operator/01_helm_chart/patch-operator/templates/manager.yaml index 8459604..7703dcb 100644 --- a/tests/golden/defaults/patch-operator/patch-operator/01_helm_chart/patch-operator/templates/manager.yaml +++ b/tests/golden/defaults/patch-operator/patch-operator/01_helm_chart/patch-operator/templates/manager.yaml @@ -30,7 +30,7 @@ spec: - --tls-cert-file=/etc/certs/tls/tls.crt - --tls-private-key-file=/etc/certs/tls/tls.key - --v=0 - image: quay.io/redhat-cop/kube-rbac-proxy:v0.11.0 + image: quay.io/brancz/kube-rbac-proxy:v0.19.1 imagePullPolicy: IfNotPresent name: kube-rbac-proxy ports: diff --git a/tests/golden/external-certificates/patch-operator/patch-operator/01_helm_chart/patch-operator/templates/manager.yaml b/tests/golden/external-certificates/patch-operator/patch-operator/01_helm_chart/patch-operator/templates/manager.yaml index 8459604..7703dcb 100644 --- a/tests/golden/external-certificates/patch-operator/patch-operator/01_helm_chart/patch-operator/templates/manager.yaml +++ b/tests/golden/external-certificates/patch-operator/patch-operator/01_helm_chart/patch-operator/templates/manager.yaml @@ -30,7 +30,7 @@ spec: - --tls-cert-file=/etc/certs/tls/tls.crt - --tls-private-key-file=/etc/certs/tls/tls.key - --v=0 - image: quay.io/redhat-cop/kube-rbac-proxy:v0.11.0 + image: quay.io/brancz/kube-rbac-proxy:v0.19.1 imagePullPolicy: IfNotPresent name: kube-rbac-proxy ports: diff --git a/tests/golden/lib/patch-operator/patch-operator/01_helm_chart/patch-operator/templates/manager.yaml b/tests/golden/lib/patch-operator/patch-operator/01_helm_chart/patch-operator/templates/manager.yaml index 8459604..7703dcb 100644 --- a/tests/golden/lib/patch-operator/patch-operator/01_helm_chart/patch-operator/templates/manager.yaml +++ b/tests/golden/lib/patch-operator/patch-operator/01_helm_chart/patch-operator/templates/manager.yaml @@ -30,7 +30,7 @@ spec: - --tls-cert-file=/etc/certs/tls/tls.crt - --tls-private-key-file=/etc/certs/tls/tls.key - --v=0 - image: quay.io/redhat-cop/kube-rbac-proxy:v0.11.0 + image: quay.io/brancz/kube-rbac-proxy:v0.19.1 imagePullPolicy: IfNotPresent name: kube-rbac-proxy ports: