upgrades
This commit is contained in:
parent
8b447cc6e1
commit
677639ba40
8 changed files with 18 additions and 88 deletions
|
@ -4,47 +4,47 @@ helmApps:
|
||||||
namespace: metallb-system
|
namespace: metallb-system
|
||||||
repoURL: https://metallb.github.io/metallb
|
repoURL: https://metallb.github.io/metallb
|
||||||
chart: metallb
|
chart: metallb
|
||||||
revision: 0.14.4
|
revision: 0.14.18
|
||||||
- app: external-secrets
|
- app: external-secrets
|
||||||
namespace: external-secrets
|
namespace: external-secrets
|
||||||
repoURL: https://charts.external-secrets.io
|
repoURL: https://charts.external-secrets.io
|
||||||
chart: external-secrets
|
chart: external-secrets
|
||||||
revision: 0.9.14
|
revision: 0.9.20
|
||||||
- app: pihole
|
- app: pihole
|
||||||
namespace: external-dns
|
namespace: external-dns
|
||||||
repoURL: https://mojo2600.github.io/pihole-kubernetes/
|
repoURL: https://mojo2600.github.io/pihole-kubernetes/
|
||||||
chart: pihole
|
chart: pihole
|
||||||
revision: 2.22.0
|
revision: 2.26.1
|
||||||
- app: external-dns
|
- app: external-dns
|
||||||
namespace: external-dns
|
namespace: external-dns
|
||||||
repoURL: https://kubernetes-sigs.github.io/external-dns/
|
repoURL: https://kubernetes-sigs.github.io/external-dns/
|
||||||
chart: external-dns
|
chart: external-dns
|
||||||
revision: 1.14.3
|
revision: 1.14.5
|
||||||
- app: vault-config-operator
|
- app: vault-config-operator
|
||||||
namespace: vco
|
namespace: vco
|
||||||
repoURL: https://redhat-cop.github.io/vault-config-operator
|
repoURL: https://redhat-cop.github.io/vault-config-operator
|
||||||
chart: vault-config-operator
|
chart: vault-config-operator
|
||||||
revision: 0.8.25
|
revision: 0.8.29
|
||||||
- app: prometheus
|
- app: prometheus
|
||||||
namespace: prometheus
|
namespace: prometheus
|
||||||
repoURL: https://prometheus-community.github.io/helm-charts
|
repoURL: https://prometheus-community.github.io/helm-charts
|
||||||
chart: kube-prometheus-stack
|
chart: kube-prometheus-stack
|
||||||
revision: 57.2.0
|
revision: 61.6.0
|
||||||
- app: goldpinger
|
- app: goldpinger
|
||||||
namespace: goldpinger
|
namespace: goldpinger
|
||||||
repoURL: https://okgolove.github.io/helm-charts
|
repoURL: https://okgolove.github.io/helm-charts
|
||||||
chart: goldpinger
|
chart: goldpinger
|
||||||
revision: 6.1.2
|
revision: 6.2.0
|
||||||
- app: miniflux
|
- app: miniflux
|
||||||
namespace: miniflux
|
namespace: miniflux
|
||||||
repoURL: https://charts.gabe565.com
|
repoURL: https://charts.gabe565.com
|
||||||
chart: miniflux
|
chart: miniflux
|
||||||
revision: 0.8.1
|
revision: 0.8.3
|
||||||
- app: chartmuseum
|
- app: chartmuseum
|
||||||
namespace: chartmuseum
|
namespace: chartmuseum
|
||||||
repoURL: https://chartmuseum.github.io/charts
|
repoURL: https://chartmuseum.github.io/charts
|
||||||
chart: chartmuseum
|
chart: chartmuseum
|
||||||
revision: 3.10.2
|
revision: 3.10.3
|
||||||
- app: nextcloud
|
- app: nextcloud
|
||||||
namespace: nextcloud
|
namespace: nextcloud
|
||||||
repoURL: https://nextcloud.github.io/helm/
|
repoURL: https://nextcloud.github.io/helm/
|
||||||
|
@ -59,7 +59,7 @@ helmApps:
|
||||||
namespace: immich
|
namespace: immich
|
||||||
repoURL: https://immich-app.github.io/immich-charts
|
repoURL: https://immich-app.github.io/immich-charts
|
||||||
chart: immich
|
chart: immich
|
||||||
revision: 0.4.0
|
revision: 0.7.1
|
||||||
- app: ntfy
|
- app: ntfy
|
||||||
namespace: ntfy
|
namespace: ntfy
|
||||||
repoURL: codeberg.org/wrenix/helm-charts
|
repoURL: codeberg.org/wrenix/helm-charts
|
||||||
|
|
|
@ -19,9 +19,6 @@ istio:
|
||||||
port: 3001
|
port: 3001
|
||||||
backendHost: immich-server
|
backendHost: immich-server
|
||||||
|
|
||||||
image:
|
|
||||||
tag: v1.91.4
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- name: REDIS_HOSTNAME
|
- name: REDIS_HOSTNAME
|
||||||
value: immich-redis-master
|
value: immich-redis-master
|
||||||
|
|
|
@ -1,68 +0,0 @@
|
||||||
---
|
|
||||||
name: lemmy
|
|
||||||
namespace: lemmy
|
|
||||||
istio:
|
|
||||||
commonName: lemmy.devvul.com
|
|
||||||
ingressSelector: ingressgateway
|
|
||||||
issuer: letsencrypt-prod
|
|
||||||
port: 80
|
|
||||||
backendHost: lemmy-proxy
|
|
||||||
|
|
||||||
backend:
|
|
||||||
image:
|
|
||||||
repository: ghcr.io/ubergeek77/lemmy
|
|
||||||
tag: 0.18.2
|
|
||||||
frontend:
|
|
||||||
image:
|
|
||||||
repository: ghcr.io/ubergeek77/lemmy-ui
|
|
||||||
tag: 0.18.2
|
|
||||||
|
|
||||||
serverName: "lemmy.devvul.com"
|
|
||||||
|
|
||||||
smtp:
|
|
||||||
server: ""
|
|
||||||
from: lemmy@devvul.com
|
|
||||||
tls: none
|
|
||||||
|
|
||||||
admin:
|
|
||||||
username: admin
|
|
||||||
email: admin@devvul.com
|
|
||||||
existingSecret: lemmy
|
|
||||||
existingSecretKey: admin_password
|
|
||||||
|
|
||||||
config:
|
|
||||||
siteName: devvul lemmy server
|
|
||||||
tls: true
|
|
||||||
|
|
||||||
serviceAccount:
|
|
||||||
create: false
|
|
||||||
name: "lemmy"
|
|
||||||
|
|
||||||
pictrs:
|
|
||||||
env:
|
|
||||||
PICTRS__MEDIA__VIDEO_CODEC: vp9
|
|
||||||
PICTRS__MEDIA__GIF__MAX_WIDTH: 256
|
|
||||||
PICTRS__MEDIA__GIF__MAX_HEIGHT: 256
|
|
||||||
PICTRS__MEDIA__GIF__MAX_AREA: 65536
|
|
||||||
PICTRS__MEDIA__GIF__MAX_FRAME_COUNT: 400
|
|
||||||
persistence:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
proxy:
|
|
||||||
enabled: true
|
|
||||||
replicaCount: 1
|
|
||||||
|
|
||||||
postgresql:
|
|
||||||
enabled: true
|
|
||||||
poolSize: 10
|
|
||||||
auth:
|
|
||||||
username: lemmy
|
|
||||||
database: lemmy
|
|
||||||
existingSecret: lemmy-postgresql
|
|
||||||
persistence:
|
|
||||||
enabled: true
|
|
||||||
existingClaim: "data-lemmy-postgresql-0"
|
|
||||||
storageClass: longhorn-retain
|
|
||||||
|
|
||||||
ingress:
|
|
||||||
enabled: false
|
|
|
@ -20,7 +20,8 @@ istio:
|
||||||
backendHost: wallabag
|
backendHost: wallabag
|
||||||
|
|
||||||
image:
|
image:
|
||||||
tag: 2.6.8
|
tag: 2.6.9
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- name: POSTGRES_USER
|
- name: POSTGRES_USER
|
||||||
value: wallabag
|
value: wallabag
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
VERSION=5.37.1
|
VERSION=7.3.11
|
||||||
RELEASE=argocd
|
RELEASE=argocd
|
||||||
NAMESPACE=argocd
|
NAMESPACE=argocd
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#!/bin/bash -x
|
#!/bin/bash -xe
|
||||||
CHART_VERSION="v1.10.1"
|
CHART_VERSION="v1.15.2"
|
||||||
NAMESPACE="cert-manager"
|
NAMESPACE="cert-manager"
|
||||||
EMAIL="amarpreet@minhas.io"
|
EMAIL="amarpreet@minhas.io"
|
||||||
VAULT_AUTH_NAMESPACE="k8s-teapot"
|
VAULT_AUTH_NAMESPACE="k8s-teapot"
|
||||||
|
|
||||||
kubectl create ns ${NAMESPACE}
|
kubectl create ns ${NAMESPACE} || true
|
||||||
kubectl apply -n ${NAMESPACE} -f external-secrets.yaml
|
kubectl apply -n ${NAMESPACE} -f external-secrets.yaml
|
||||||
|
|
||||||
HOST_IP=$(ip addr show eth0 | grep -Po 'inet \K[\d.]+')
|
HOST_IP=$(ip addr show eth0 | grep -Po 'inet \K[\d.]+')
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
CHART_VERSION=4.0.2
|
CHART_VERSION=8.1.0
|
||||||
NAMESPACE=gitea
|
NAMESPACE=gitea
|
||||||
VAULT_AUTH_NAMESPACE="k8s-teapot"
|
VAULT_AUTH_NAMESPACE="k8s-teapot"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
CHART_VERSION=1.5.4
|
CHART_VERSION=1.6.2
|
||||||
|
|
||||||
#helm repo add longhorn https://charts.longhorn.io
|
#helm repo add longhorn https://charts.longhorn.io
|
||||||
#helm repo update
|
#helm repo update
|
||||||
|
|
Loading…
Reference in a new issue