Compare commits
1 Commits
bf47c99078
...
renovate/v
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54a4a22408 |
@@ -18,7 +18,6 @@ spec:
|
||||
name: in-cluster
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
||||
|
||||
@@ -13,9 +13,9 @@ resources:
|
||||
- pocket-id
|
||||
- vaultwarden
|
||||
- mailu
|
||||
# - ntfy
|
||||
- ntfy
|
||||
- penpot
|
||||
- immich
|
||||
- digital-garden
|
||||
# - nextcloud
|
||||
# - osx
|
||||
- nextcloud
|
||||
- osx
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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`.
|
||||
|
||||
@@ -94,7 +94,7 @@ server:
|
||||
secretName: immich-tls
|
||||
|
||||
machine-learning:
|
||||
enabled: false
|
||||
enabled: true
|
||||
controllers:
|
||||
main:
|
||||
containers:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -7,7 +7,7 @@ metadata:
|
||||
helmCharts:
|
||||
- name: vaultwarden
|
||||
repo: https://guerzon.github.io/vaultwarden/
|
||||
version: 0.34.5
|
||||
version: 0.34.4
|
||||
releaseName: vaultwarden
|
||||
namespace: vaultwarden
|
||||
valuesFile: values.yaml
|
||||
|
||||
Reference in New Issue
Block a user