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
|
||||
repoURL: https://metallb.github.io/metallb
|
||||
chart: metallb
|
||||
revision: 0.14.4
|
||||
revision: 0.14.18
|
||||
- app: external-secrets
|
||||
namespace: external-secrets
|
||||
repoURL: https://charts.external-secrets.io
|
||||
chart: external-secrets
|
||||
revision: 0.9.14
|
||||
revision: 0.9.20
|
||||
- app: pihole
|
||||
namespace: external-dns
|
||||
repoURL: https://mojo2600.github.io/pihole-kubernetes/
|
||||
chart: pihole
|
||||
revision: 2.22.0
|
||||
revision: 2.26.1
|
||||
- app: external-dns
|
||||
namespace: external-dns
|
||||
repoURL: https://kubernetes-sigs.github.io/external-dns/
|
||||
chart: external-dns
|
||||
revision: 1.14.3
|
||||
revision: 1.14.5
|
||||
- app: vault-config-operator
|
||||
namespace: vco
|
||||
repoURL: https://redhat-cop.github.io/vault-config-operator
|
||||
chart: vault-config-operator
|
||||
revision: 0.8.25
|
||||
revision: 0.8.29
|
||||
- app: prometheus
|
||||
namespace: prometheus
|
||||
repoURL: https://prometheus-community.github.io/helm-charts
|
||||
chart: kube-prometheus-stack
|
||||
revision: 57.2.0
|
||||
revision: 61.6.0
|
||||
- app: goldpinger
|
||||
namespace: goldpinger
|
||||
repoURL: https://okgolove.github.io/helm-charts
|
||||
chart: goldpinger
|
||||
revision: 6.1.2
|
||||
revision: 6.2.0
|
||||
- app: miniflux
|
||||
namespace: miniflux
|
||||
repoURL: https://charts.gabe565.com
|
||||
chart: miniflux
|
||||
revision: 0.8.1
|
||||
revision: 0.8.3
|
||||
- app: chartmuseum
|
||||
namespace: chartmuseum
|
||||
repoURL: https://chartmuseum.github.io/charts
|
||||
chart: chartmuseum
|
||||
revision: 3.10.2
|
||||
revision: 3.10.3
|
||||
- app: nextcloud
|
||||
namespace: nextcloud
|
||||
repoURL: https://nextcloud.github.io/helm/
|
||||
|
@ -59,7 +59,7 @@ helmApps:
|
|||
namespace: immich
|
||||
repoURL: https://immich-app.github.io/immich-charts
|
||||
chart: immich
|
||||
revision: 0.4.0
|
||||
revision: 0.7.1
|
||||
- app: ntfy
|
||||
namespace: ntfy
|
||||
repoURL: codeberg.org/wrenix/helm-charts
|
||||
|
|
|
@ -19,9 +19,6 @@ istio:
|
|||
port: 3001
|
||||
backendHost: immich-server
|
||||
|
||||
image:
|
||||
tag: v1.91.4
|
||||
|
||||
env:
|
||||
- name: REDIS_HOSTNAME
|
||||
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
|
||||
|
||||
image:
|
||||
tag: 2.6.8
|
||||
tag: 2.6.9
|
||||
|
||||
env:
|
||||
- name: POSTGRES_USER
|
||||
value: wallabag
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
VERSION=5.37.1
|
||||
VERSION=7.3.11
|
||||
RELEASE=argocd
|
||||
NAMESPACE=argocd
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#!/bin/bash -x
|
||||
CHART_VERSION="v1.10.1"
|
||||
#!/bin/bash -xe
|
||||
CHART_VERSION="v1.15.2"
|
||||
NAMESPACE="cert-manager"
|
||||
EMAIL="amarpreet@minhas.io"
|
||||
VAULT_AUTH_NAMESPACE="k8s-teapot"
|
||||
|
||||
kubectl create ns ${NAMESPACE}
|
||||
kubectl create ns ${NAMESPACE} || true
|
||||
kubectl apply -n ${NAMESPACE} -f external-secrets.yaml
|
||||
|
||||
HOST_IP=$(ip addr show eth0 | grep -Po 'inet \K[\d.]+')
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
CHART_VERSION=4.0.2
|
||||
CHART_VERSION=8.1.0
|
||||
NAMESPACE=gitea
|
||||
VAULT_AUTH_NAMESPACE="k8s-teapot"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
CHART_VERSION=1.5.4
|
||||
CHART_VERSION=1.6.2
|
||||
|
||||
#helm repo add longhorn https://charts.longhorn.io
|
||||
#helm repo update
|
||||
|
|
Loading…
Reference in a new issue