Skip to content

Commit

Permalink
Bump kube-rbac-proxy from 0.14.4 to 0.15.0 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev authored Jan 9, 2024
1 parent 04eabb8 commit 976abc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ DEPENDENCIES:
* Bump `github.com/hashicorp/go-tfe` from 1.37.0 to 1.41.0. [[GH-316](https://github.com/hashicorp/terraform-cloud-operator/pull/316)]
* Bump `github.com/hashicorp/go-slug` from 0.12.2 to 0.13.3. [[GH-316](https://github.com/hashicorp/terraform-cloud-operator/pull/316)]
* Bump `github.com/go-logr/logr` from 1.3.0 to 1.4.1. [[GH-317](https://github.com/hashicorp/terraform-cloud-operator/pull/317)]
* Bump `kube-rbac-proxy` image from 0.14.4 to 0.15.0. [[GH-320](https://github.com/hashicorp/terraform-cloud-operator/pull/320)]

## 2.1.0 (November 27, 2023)

Expand Down
2 changes: 1 addition & 1 deletion charts/terraform-cloud-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ In the above example, the Operator will watch all namespaces in the Kubernetes c
| operator.skipTLSVerify | bool | false | Whether or not to ignore TLS certification warnings. |
| kubeRbacProxy.image.repository | string | "quay.io/brancz/kube-rbac-proxy" | Image repository. |
| kubeRbacProxy.image.pullPolicy | string | "IfNotPresent" | Image pull policy. |
| kubeRbacProxy.image.tag | string | "v0.14.4" | Image tag. |
| kubeRbacProxy.image.tag | string | "v0.15.0" | Image tag. |
| kubeRbacProxy.resources.limits.cpu | string | "500m" | Limits as a maximum amount of CPU to be used by a container. |
| kubeRbacProxy.resources.limits.memory | string | "128Mi" | Limits as a maximum amount of memory to be used by a container. |
| kubeRbacProxy.resources.requests.cpu | string | "50m" | Guaranteed minimum amount of CPU to be used by a container. |
Expand Down
2 changes: 1 addition & 1 deletion charts/terraform-cloud-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ kubeRbacProxy:
image:
repository: quay.io/brancz/kube-rbac-proxy
pullPolicy: IfNotPresent
tag: v0.14.4
tag: v0.15.0

resources:
limits:
Expand Down

0 comments on commit 976abc5

Please sign in to comment.