diff --git a/argo/apps/values.yaml b/argo/apps/values.yaml index 9ad2a0c..f36a6f0 100644 --- a/argo/apps/values.yaml +++ b/argo/apps/values.yaml @@ -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 diff --git a/argo/immich/values.yaml b/argo/immich/values.yaml index e3b9c7b..bb485ee 100644 --- a/argo/immich/values.yaml +++ b/argo/immich/values.yaml @@ -19,9 +19,6 @@ istio: port: 3001 backendHost: immich-server -image: - tag: v1.91.4 - env: - name: REDIS_HOSTNAME value: immich-redis-master diff --git a/argo/lemmy/values.yaml b/argo/lemmy/values.yaml deleted file mode 100644 index ed65f11..0000000 --- a/argo/lemmy/values.yaml +++ /dev/null @@ -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 diff --git a/argo/wallabag/values.yaml b/argo/wallabag/values.yaml index 7961da4..984ea24 100644 --- a/argo/wallabag/values.yaml +++ b/argo/wallabag/values.yaml @@ -20,7 +20,8 @@ istio: backendHost: wallabag image: - tag: 2.6.8 + tag: 2.6.9 + env: - name: POSTGRES_USER value: wallabag diff --git a/helm/argocd/install.sh b/helm/argocd/install.sh index f4698ea..cf71ceb 100755 --- a/helm/argocd/install.sh +++ b/helm/argocd/install.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION=5.37.1 +VERSION=7.3.11 RELEASE=argocd NAMESPACE=argocd diff --git a/helm/cert-manager-stack/install.sh b/helm/cert-manager-stack/install.sh index b36094d..2532fb4 100755 --- a/helm/cert-manager-stack/install.sh +++ b/helm/cert-manager-stack/install.sh @@ -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.]+') diff --git a/helm/forgejo/install.sh b/helm/forgejo/install.sh index 384c93a..c2c474f 100755 --- a/helm/forgejo/install.sh +++ b/helm/forgejo/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -CHART_VERSION=4.0.2 +CHART_VERSION=8.1.0 NAMESPACE=gitea VAULT_AUTH_NAMESPACE="k8s-teapot" diff --git a/helm/longhorn/install.sh b/helm/longhorn/install.sh index 058b144..5c13a86 100755 --- a/helm/longhorn/install.sh +++ b/helm/longhorn/install.sh @@ -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