Skip to content

Commit

Permalink
chore: upgrade kube-rbac-proxy from 0.5.0 to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Feb 16, 2022
1 parent aa3cccc commit 7618111
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion helm/tailing-sidecar-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion operator/config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 7618111

Please sign in to comment.