File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
charts/mimirrules-controller Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ type: application
21
21
# This is the chart version. This version number should be incremented each time you make changes
22
22
# to the chart and its templates, including the app version.
23
23
# Versions are expected to follow Semantic Versioning (https://semver.org/)
24
- version : 1.0.5
24
+ version : 1.0.6
25
25
26
26
# This is the version number of the application being deployed. This version number should be
27
27
# incremented each time you make changes to the application. Versions are not expected to
28
28
# follow Semantic Versioning. They should reflect the version the application is using.
29
29
# It is recommended to use it with quotes.
30
- appVersion : " 1.0.5 "
30
+ appVersion : " 1.0.6 "
Original file line number Diff line number Diff line change 1
- {{- if and .Values.authProxyClusterRole.enabled .Values.authProxy.enabled }}
1
+ {{- if and .Values.authProxyClusterRole.create .Values.authProxy.enabled }}
2
2
apiVersion : rbac.authorization.k8s.io/v1
3
3
kind : ClusterRole
4
4
metadata :
Original file line number Diff line number Diff line change 1
- {{- if .Values.controllerClusterRole.enabled }}
1
+ {{- if .Values.controllerClusterRole.create }}
2
2
apiVersion : rbac.authorization.k8s.io/v1
3
3
kind : ClusterRole
4
4
metadata :
You can’t perform that action at this time.
0 commit comments