Skip to content

Commit c554d52

Browse files
CemDKjriguera
andcommitted
Fix flag names for roles and cluster roles, update version
Co-authored-by: Jose Riguera <jose.riguera@springer.com>
1 parent 6693bb2 commit c554d52

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/mimirrules-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ type: application
2121
# This is the chart version. This version number should be incremented each time you make changes
2222
# to the chart and its templates, including the app version.
2323
# Versions are expected to follow Semantic Versioning (https://semver.org/)
24-
version: 1.0.5
24+
version: 1.0.6
2525

2626
# This is the version number of the application being deployed. This version number should be
2727
# incremented each time you make changes to the application. Versions are not expected to
2828
# follow Semantic Versioning. They should reflect the version the application is using.
2929
# It is recommended to use it with quotes.
30-
appVersion: "1.0.5"
30+
appVersion: "1.0.6"

charts/mimirrules-controller/templates/authproxy_roles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if and .Values.authProxyClusterRole.enabled .Values.authProxy.enabled }}
1+
{{- if and .Values.authProxyClusterRole.create .Values.authProxy.enabled }}
22
apiVersion: rbac.authorization.k8s.io/v1
33
kind: ClusterRole
44
metadata:

charts/mimirrules-controller/templates/role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if .Values.controllerClusterRole.enabled }}
1+
{{- if .Values.controllerClusterRole.create }}
22
apiVersion: rbac.authorization.k8s.io/v1
33
kind: ClusterRole
44
metadata:

0 commit comments

Comments
 (0)