updates
This commit is contained in:
parent
60029b7d9e
commit
13f5090ba2
4 changed files with 10 additions and 15 deletions
|
@ -9,7 +9,7 @@ helmApps:
|
|||
namespace: external-secrets
|
||||
repoURL: https://charts.external-secrets.io
|
||||
chart: external-secrets
|
||||
revision: 0.9.20
|
||||
revision: 0.10.5
|
||||
- app: pihole
|
||||
namespace: external-dns
|
||||
repoURL: https://mojo2600.github.io/pihole-kubernetes/
|
||||
|
@ -19,7 +19,7 @@ helmApps:
|
|||
namespace: external-dns
|
||||
repoURL: https://kubernetes-sigs.github.io/external-dns/
|
||||
chart: external-dns
|
||||
revision: 1.14.5
|
||||
revision: 1.15.0
|
||||
- app: vault-config-operator
|
||||
namespace: vco
|
||||
repoURL: https://redhat-cop.github.io/vault-config-operator
|
||||
|
@ -29,7 +29,7 @@ helmApps:
|
|||
namespace: prometheus
|
||||
repoURL: https://prometheus-community.github.io/helm-charts
|
||||
chart: kube-prometheus-stack
|
||||
revision: 61.6.0
|
||||
revision: 65.6.0
|
||||
- app: goldpinger
|
||||
namespace: goldpinger
|
||||
repoURL: https://okgolove.github.io/helm-charts
|
||||
|
@ -39,7 +39,7 @@ helmApps:
|
|||
namespace: miniflux
|
||||
repoURL: https://charts.gabe565.com
|
||||
chart: miniflux
|
||||
revision: 0.8.3
|
||||
revision: 0.9.0
|
||||
- app: chartmuseum
|
||||
namespace: chartmuseum
|
||||
repoURL: https://chartmuseum.github.io/charts
|
||||
|
@ -49,7 +49,7 @@ helmApps:
|
|||
namespace: nextcloud
|
||||
repoURL: https://nextcloud.github.io/helm/
|
||||
chart: nextcloud
|
||||
revision: 4.6.4
|
||||
revision: 5.5.6
|
||||
- app: wallabag
|
||||
namespace: wallabag
|
||||
repoURL: https://k8s-at-home.com/charts/
|
||||
|
@ -59,9 +59,9 @@ helmApps:
|
|||
namespace: immich
|
||||
repoURL: https://immich-app.github.io/immich-charts
|
||||
chart: immich
|
||||
revision: 0.7.1
|
||||
revision: 0.8.4
|
||||
- app: ntfy
|
||||
namespace: ntfy
|
||||
repoURL: codeberg.org/wrenix/helm-charts
|
||||
chart: ntfy
|
||||
revision: 0.3.0
|
||||
revision: 0.4.4
|
||||
|
|
|
@ -52,11 +52,6 @@ redis:
|
|||
machine-learning:
|
||||
enabled: false
|
||||
|
||||
microservices:
|
||||
persistence:
|
||||
cache:
|
||||
enabled: false
|
||||
|
||||
server:
|
||||
enabled: true
|
||||
probes:
|
||||
|
|
|
@ -20,7 +20,7 @@ istio:
|
|||
backendHost: wallabag
|
||||
|
||||
image:
|
||||
tag: 2.6.9
|
||||
tag: 2.6.10
|
||||
|
||||
env:
|
||||
- name: POSTGRES_USER
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
CHART_VERSION=1.6.2
|
||||
CHART_VERSION=1.7.2
|
||||
|
||||
#helm repo add longhorn https://charts.longhorn.io
|
||||
#helm repo update
|
||||
helm repo update
|
||||
helm upgrade --install \
|
||||
longhorn \
|
||||
longhorn/longhorn \
|
||||
|
|
Loading…
Reference in a new issue