File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
chart/open-feature-operator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ The command removes all the Kubernetes components associated with the chart and
122122| Name | Description | Value |
123123| ------------------------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------- |
124124| ` controllerManager.kubeRbacProxy.image.repository ` | Sets the image for the kube-rbac-proxy. | ` gcr.io/kubebuilder/kube-rbac-proxy ` |
125- | ` controllerManager.kubeRbacProxy.image.tag ` | Sets the version tag for the kube-rbac-proxy. | ` v0.14.0 ` |
125+ | ` controllerManager.kubeRbacProxy.image.tag ` | Sets the version tag for the kube-rbac-proxy. | ` v0.14.1 ` |
126126| ` controllerManager.kubeRbacProxy.resources.limits.cpu ` | Sets cpu resource limits for kube-rbac-proxy. | ` 500m ` |
127127| ` controllerManager.kubeRbacProxy.resources.limits.memory ` | Sets memory resource limits for kube-rbac-proxy. | ` 128Mi ` |
128128| ` controllerManager.kubeRbacProxy.resources.requests.cpu ` | Sets cpu resource requests for kube-rbac-proxy. | ` 5m ` |
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ controllerManager:
5353 # # @param controllerManager.kubeRbacProxy.image.repository Sets the image for the kube-rbac-proxy.
5454 repository : gcr.io/kubebuilder/kube-rbac-proxy
5555 # # @param controllerManager.kubeRbacProxy.image.tag Sets the version tag for the kube-rbac-proxy.
56- tag : " v0.14.0 "
56+ tag : " v0.14.1 "
5757 resources :
5858 limits :
5959 # # @param controllerManager.kubeRbacProxy.resources.limits.cpu Sets cpu resource limits for kube-rbac-proxy.
You can’t perform that action at this time.
0 commit comments