Skip to content

Commit

Permalink
Fix flag names for roles and cluster roles, update version
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Riguera <[email protected]>
  • Loading branch information
CemDK and jriguera committed Mar 14, 2024
1 parent 6693bb2 commit c554d52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/mimirrules-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.5
version: 1.0.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.0.5"
appVersion: "1.0.6"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.authProxyClusterRole.enabled .Values.authProxy.enabled }}
{{- if and .Values.authProxyClusterRole.create .Values.authProxy.enabled }}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
Expand Down
2 changes: 1 addition & 1 deletion charts/mimirrules-controller/templates/role.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.controllerClusterRole.enabled }}
{{- if .Values.controllerClusterRole.create }}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
Expand Down

0 comments on commit c554d52

Please sign in to comment.