chore(enterprise): bump common and dependencies (#7751)
* chore(enterprise): bump common and dependencies * fix a few url references to creds
This commit is contained in:
@@ -3,11 +3,11 @@ appVersion: "4.37.5"
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 12.2.18
|
version: 12.2.19
|
||||||
- condition: redis.enabled
|
- condition: redis.enabled
|
||||||
name: redis
|
name: redis
|
||||||
repository: https://deps.truecharts.org
|
repository: https://deps.truecharts.org
|
||||||
version: 6.0.9
|
version: 6.0.10
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
|
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
|
||||||
home: https://truecharts.org/charts/enterprise/authelia
|
home: https://truecharts.org/charts/enterprise/authelia
|
||||||
@@ -36,7 +36,7 @@ sources:
|
|||||||
- https://github.com/authelia/chartrepo
|
- https://github.com/authelia/chartrepo
|
||||||
- https://github.com/authelia/authelia
|
- https://github.com/authelia/authelia
|
||||||
type: application
|
type: application
|
||||||
version: 15.0.3
|
version: 15.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- security
|
- security
|
||||||
|
|||||||
@@ -120,7 +120,7 @@ data:
|
|||||||
remember_me_duration: {{ default "1M" $session.remember_me_duration }}
|
remember_me_duration: {{ default "1M" $session.remember_me_duration }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
redis:
|
redis:
|
||||||
host: {{ .Values.redis.url.plain }}
|
host: {{ .Values.redis.creds.plain }}
|
||||||
{{- with $redis := .Values.redisProvider }}
|
{{- with $redis := .Values.redisProvider }}
|
||||||
port: {{ default 6379 $redis.port }}
|
port: {{ default 6379 $redis.port }}
|
||||||
{{- if not (eq $redis.username "") }}
|
{{- if not (eq $redis.username "") }}
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ data:
|
|||||||
|
|
||||||
STORAGE_PASSWORD: {{ $.Values.cnpg.main.creds.password | trimAll "\"" }}
|
STORAGE_PASSWORD: {{ $.Values.cnpg.main.creds.password | trimAll "\"" }}
|
||||||
|
|
||||||
REDIS_PASSWORD: {{ .Values.redis.redisPassword | trimAll "\"" }}
|
REDIS_PASSWORD: {{ .Values.redis.creds.redisPassword | trimAll "\"" }}
|
||||||
{{- if .Values.redisProvider.high_availability.enabled}}
|
{{- if .Values.redisProvider.high_availability.enabled}}
|
||||||
REDIS_SENTINEL_PASSWORD: {{ .Values.redis.sentinelPassword | trimAll "\"" }}
|
REDIS_SENTINEL_PASSWORD: {{ .Values.redis.sentinelPassword | trimAll "\"" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -3,11 +3,11 @@ appVersion: "0.20.0"
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 12.2.18
|
version: 12.2.19
|
||||||
- condition: redis.enabled
|
- condition: redis.enabled
|
||||||
name: redis
|
name: redis
|
||||||
repository: https://deps.truecharts.org
|
repository: https://deps.truecharts.org
|
||||||
version: 6.0.9
|
version: 6.0.10
|
||||||
description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go
|
description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go
|
||||||
home: https://truecharts.org/charts/enterprise/blocky
|
home: https://truecharts.org/charts/enterprise/blocky
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png
|
||||||
@@ -26,7 +26,7 @@ sources:
|
|||||||
- https://0xerr0r.github.io/blocky/
|
- https://0xerr0r.github.io/blocky/
|
||||||
- https://github.com/0xERR0R/blocky
|
- https://github.com/0xERR0R/blocky
|
||||||
- https://github.com/Mozart409/blocky-frontend
|
- https://github.com/Mozart409/blocky-frontend
|
||||||
version: 5.0.3
|
version: 5.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ keywords:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 12.2.18
|
version: 12.2.19
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- email: info@truecharts.org
|
- email: info@truecharts.org
|
||||||
@@ -21,7 +21,7 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/cert-manager
|
- https://github.com/truecharts/charts/tree/master/charts/enterprise/cert-manager
|
||||||
- https://cert-manager.io/
|
- https://cert-manager.io/
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.3
|
version: 1.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- core
|
- core
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: "9.3.6"
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 12.2.18
|
version: 12.2.19
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
|
description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
|
||||||
home: https://truecharts.org/charts/enterprise/grafana
|
home: https://truecharts.org/charts/enterprise/grafana
|
||||||
@@ -25,7 +25,7 @@ sources:
|
|||||||
- https://github.com/bitnami/bitnami-docker-grafana
|
- https://github.com/bitnami/bitnami-docker-grafana
|
||||||
- https://grafana.com/
|
- https://grafana.com/
|
||||||
type: application
|
type: application
|
||||||
version: 7.0.3
|
version: 7.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- metrics
|
- metrics
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ keywords:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 12.2.18
|
version: 12.2.19
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- email: info@truecharts.org
|
- email: info@truecharts.org
|
||||||
@@ -22,7 +22,7 @@ sources:
|
|||||||
- https://github.com/metallb/metallb
|
- https://github.com/metallb/metallb
|
||||||
- https://metallb.universe.tf
|
- https://metallb.universe.tf
|
||||||
type: application
|
type: application
|
||||||
version: 8.0.3
|
version: 8.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- core
|
- core
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: "2.42.0"
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 12.2.18
|
version: 12.2.19
|
||||||
- condition: exporters.enabled,exporters.node-exporter.enabled
|
- condition: exporters.enabled,exporters.node-exporter.enabled
|
||||||
name: node-exporter
|
name: node-exporter
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
@@ -30,7 +30,7 @@ sources:
|
|||||||
- https://github.com/prometheus-community/helm-charts
|
- https://github.com/prometheus-community/helm-charts
|
||||||
- https://github.com/prometheus-operator/kube-prometheus
|
- https://github.com/prometheus-operator/kube-prometheus
|
||||||
type: application
|
type: application
|
||||||
version: 8.0.3
|
version: 8.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- metrics
|
- metrics
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: "2.9.8"
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 12.2.18
|
version: 12.2.19
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Traefik is a flexible reverse proxy and Ingress Provider.
|
description: Traefik is a flexible reverse proxy and Ingress Provider.
|
||||||
home: https://truecharts.org/charts/enterprise/traefik
|
home: https://truecharts.org/charts/enterprise/traefik
|
||||||
@@ -24,7 +24,7 @@ sources:
|
|||||||
- https://github.com/traefik/traefik-helm-chart
|
- https://github.com/traefik/traefik-helm-chart
|
||||||
- https://traefik.io/
|
- https://traefik.io/
|
||||||
type: application
|
type: application
|
||||||
version: 17.0.3
|
version: 17.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: "1.27.0"
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 12.2.18
|
version: 12.2.19
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Unofficial Bitwarden compatible server written in Rust
|
description: Unofficial Bitwarden compatible server written in Rust
|
||||||
home: https://truecharts.org/charts/enterprise/vaultwarden
|
home: https://truecharts.org/charts/enterprise/vaultwarden
|
||||||
@@ -25,7 +25,7 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/vaultwarden
|
- https://github.com/truecharts/charts/tree/master/charts/enterprise/vaultwarden
|
||||||
- https://github.com/dani-garcia/vaultwarden
|
- https://github.com/dani-garcia/vaultwarden
|
||||||
type: application
|
type: application
|
||||||
version: 20.0.3
|
version: 20.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- security
|
- security
|
||||||
|
|||||||
Reference in New Issue
Block a user