From 7618111e0e8791ebd9b639f85cc6dae73c51608a Mon Sep 17 00:00:00 2001 From: Katarzyna Kujawa Date: Wed, 16 Feb 2022 14:13:00 +0100 Subject: [PATCH] chore: upgrade kube-rbac-proxy from 0.5.0 to 0.8.0 --- CHANGELOG.md | 6 ++++++ helm/tailing-sidecar-operator/values.yaml | 2 +- operator/config/default/manager_auth_proxy_patch.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa35eed1..415a8729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +- chore: upgrade kube-rbac-proxy from 0.5.0 to 0.8.0 [#280] + +[#280]: https://github.com/SumoLogic/tailing-sidecar/pull/280 + ## [v0.5.1] - 2022-02-02 - chore: update Golang from 1.16.5 to 1.17.6 [#212] [#213] [#231] [#232] [#247] [#248] [#256] [#257] diff --git a/helm/tailing-sidecar-operator/values.yaml b/helm/tailing-sidecar-operator/values.yaml index 5eca5929..a3e66a2e 100644 --- a/helm/tailing-sidecar-operator/values.yaml +++ b/helm/tailing-sidecar-operator/values.yaml @@ -25,7 +25,7 @@ kubeRbacProxy: image: pullPolicy: IfNotPresent repository: gcr.io/kubebuilder/kube-rbac-proxy - tag: v0.5.0 + tag: v0.8.0 # Configuration for MutatingWebhook which is used by tailing sidecar operator # for details please see Kubernetes API Reference Docs diff --git a/operator/config/default/manager_auth_proxy_patch.yaml b/operator/config/default/manager_auth_proxy_patch.yaml index 9a102b0b..2df0affa 100644 --- a/operator/config/default/manager_auth_proxy_patch.yaml +++ b/operator/config/default/manager_auth_proxy_patch.yaml @@ -10,7 +10,7 @@ spec: spec: containers: - name: kube-rbac-proxy - image: gcr.io/kubebuilder/kube-rbac-proxy:v0.5.0 + image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0 args: - "--secure-listen-address=0.0.0.0:8443" - "--upstream=http://127.0.0.1:8080/"