Skip to content

Commit

Permalink
fix: role type for storage-calculator leader election
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Feb 4, 2025
1 parent 3e8b66d commit 6ab4b7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/lagoon-remote/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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.
version: 0.96.2
version: 0.96.3

dependencies:
- name: lagoon-build-deploy
Expand All @@ -40,5 +40,5 @@ dependencies:
# Valid supported kinds are added, changed, deprecated, removed, fixed and security
annotations:
artifacthub.io/changes: |
- kind: changed
description: update storage-calculator metrics role
- kind: fixed
description: fix storage-calculator role
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if .Values.storageCalculator.enabled -}}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
kind: Role
metadata:
name: {{ include "lagoon-remote.storageCalculator.fullname" . }}-leader-election
labels:
Expand Down

0 comments on commit 6ab4b7f

Please sign in to comment.