From 04fb9f4fa197b4223e89b28ca2197c19983a573c Mon Sep 17 00:00:00 2001 From: Thilo Uttendorfer Date: Thu, 27 Apr 2023 06:16:12 +0200 Subject: [PATCH] Fix the default version of kube-rbac-proxy in the docs (#2535) --- charts/actions-runner-controller/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/actions-runner-controller/README.md b/charts/actions-runner-controller/README.md index 7ccf6094..92ef1e47 100644 --- a/charts/actions-runner-controller/README.md +++ b/charts/actions-runner-controller/README.md @@ -46,7 +46,7 @@ All additional docs are kept in the `docs/` folder, this README is solely for do | `metrics.port` | Set port of metrics service | 8443 | | `metrics.proxy.enabled` | Deploy kube-rbac-proxy container in controller pod | true | | `metrics.proxy.image.repository` | The "repository/image" of the kube-proxy container | quay.io/brancz/kube-rbac-proxy | -| `metrics.proxy.image.tag` | The tag of the kube-proxy image to use when pulling the container | v0.10.0 | +| `metrics.proxy.image.tag` | The tag of the kube-proxy image to use when pulling the container | v0.13.1 | | `metrics.serviceMonitorLabels` | Set labels to apply to ServiceMonitor resources | | | `imagePullSecrets` | Specifies the secret to be used when pulling the controller pod containers | | | `fullnameOverride` | Override the full resource names | | @@ -147,5 +147,5 @@ All additional docs are kept in the `docs/` folder, this README is solely for do | `actionsMetrics.port` | Set port of actions metrics service | 8443 | | `actionsMetrics.proxy.enabled` | Deploy kube-rbac-proxy container in controller pod | true | | `actionsMetrics.proxy.image.repository` | The "repository/image" of the kube-proxy container | quay.io/brancz/kube-rbac-proxy | -| `actionsMetrics.proxy.image.tag` | The tag of the kube-proxy image to use when pulling the container | v0.10.0 | +| `actionsMetrics.proxy.image.tag` | The tag of the kube-proxy image to use when pulling the container | v0.13.1 | | `actionsMetrics.serviceMonitorLabels` | Set labels to apply to ServiceMonitor resources | |