1 Commits

Author SHA1 Message Date
Renovate Bot
54a4a22408 chore(deps): update helm release vault to v0.32.0 2026-01-17 00:03:23 +00:00
9 changed files with 24 additions and 25 deletions

View File

@@ -18,7 +18,6 @@ spec:
name: in-cluster
syncPolicy:
syncOptions:
- ServerSideApply=true
- CreateNamespace=true
automated:
prune: true

View File

@@ -13,9 +13,9 @@ resources:
- pocket-id
- vaultwarden
- mailu
# - ntfy
- ntfy
- penpot
- immich
- digital-garden
# - nextcloud
# - osx
- nextcloud
- osx

View File

@@ -5,7 +5,7 @@ metadata:
name: argocd
resources:
- github.com/argoproj/argo-cd/manifests/cluster-install?ref=v3.2.6
- github.com/argoproj/argo-cd/manifests/cluster-install?ref=v3.2.2
- ingressRoute.yaml
- certificate.yaml
- backstage-sa.yaml

View File

@@ -7,7 +7,7 @@ metadata:
helmCharts:
- name: gitea
repo: https://dl.gitea.com/charts/
version: 12.5.0
version: 12.4.0
releaseName: gitea
namespace: gitea
valuesFile: values.yaml

View File

@@ -645,11 +645,11 @@ postgresql-ha:
password: changeme4
resources:
limits:
cpu: 2000m
memory: 2Gi
cpu: 1000m
memory: 1Gi
requests:
cpu: 1500m
memory: 2Gi
cpu: 750m
memory: 750Mi
## @param postgresql-ha.pgpool.adminPassword pgpool adminPassword
## @param postgresql-ha.pgpool.image.repository Image repository, eg. `bitnamilegacy/pgpool`.

View File

@@ -94,7 +94,7 @@ server:
secretName: immich-tls
machine-learning:
enabled: false
enabled: true
controllers:
main:
containers:

View File

@@ -1,15 +1,15 @@
# ---
# apiVersion: v1
# kind: PersistentVolumeClaim
# metadata:
# name: immich-ml-pvc
# spec:
# storageClassName: local-path
# accessModes:
# - ReadWriteOnce
# resources:
# requests:
# storage: 10Gi
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: immich-ml-pvc
spec:
storageClassName: local-path
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
---
apiVersion: v1
kind: PersistentVolumeClaim

View File

@@ -10,7 +10,7 @@ resources:
helmCharts:
- name: penpot
repo: http://helm.penpot.app
version: 0.32.0
version: 0.30.0
releaseName: penpot
namespace: penpot
valuesFile: values.yaml

View File

@@ -10,7 +10,7 @@ resources:
helmCharts:
- name: vault
repo: https://helm.releases.hashicorp.com/
version: 0.31.0
version: 0.32.0
releaseName: vault
namespace: vault
valuesFile: values.yaml