fix(tpl): fix logic in tpl (#1668)

* fix(common): fix login in portal path

* fix(authelia): fix logic in configmap

* fix(traefik): fix logic in args.tpl

* fix(prometheus): fix login in clusterrolebinding.yaml

* fix(prometheus): fix logic in clusterrole.yaml

* fix(common): fix logic in wireguard's container.tpl

* bump patch common

* bump patch authelia

* bump patch prometheus

* bump patch traefik
This commit is contained in:
Stavros Kois
2022-01-09 14:25:08 +01:00
committed by GitHub
parent 8c1164bc5d
commit 29ce3e1c58
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
type: application
version: 1.1.35
version: 1.1.36
annotations:
truecharts.org/catagories: |
- metrics
@@ -1,4 +1,4 @@
{{- if and .Values.prometheus.enabled -}}
{{- if .Values.prometheus.enabled -}}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
@@ -1,4 +1,4 @@
{{- if and .Values.prometheus.enabled }}
{{- if .Values.prometheus.enabled }}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata: