18 Commits

Author SHA1 Message Date
Renovate Bot
ca5e42aacc chore(deps): update dependency argoproj/argo-cd to v3.3.0 2026-02-02 09:02:19 +00:00
bbfc8bbb27 Merge pull request 'chore(deps): update dependency argoproj/argo-cd to v3.2.6' (#35) from renovate/argoproj-argo-cd-3.x into main
Reviewed-on: #35
2026-01-24 16:00:25 +00:00
a5f0a6b081 Merge pull request 'chore(deps): update helm release penpot to v0.32.0' (#37) from renovate/penpot-0.x into main
Reviewed-on: #37
2026-01-24 15:58:56 +00:00
1bf0be751b Merge pull request 'chore(deps): update helm release gitea to v12.5.0' (#39) from renovate/gitea-12.x into main
Reviewed-on: #39
2026-01-24 15:55:26 +00:00
91ecd3b4c1 Update clusters/artemis/apps/kustomization.yaml 2026-01-24 15:46:50 +00:00
f5b3b5efe5 Update manifests/artemis/immich/volumeClaims.yaml 2026-01-24 15:42:58 +00:00
657c26e122 Update manifests/artemis/immich/values.yaml 2026-01-24 15:41:53 +00:00
49aa5f32f0 Update clusters/artemis/apps/external-secrets/application.yaml 2026-01-24 15:36:11 +00:00
a186c62acd Update manifests/artemis/mailu/kustomization.yaml 2026-01-24 15:14:42 +00:00
3818186562 Update manifests/artemis/mailu/kustomization.yaml 2026-01-24 15:12:53 +00:00
e2517be2b6 Update manifests/artemis/gitea/values.yaml 2026-01-24 15:07:09 +00:00
Renovate Bot
db123ab04f chore(deps): update helm release gitea to v12.5.0 2026-01-24 15:06:33 +00:00
Renovate Bot
2a206af9f6 chore(deps): update dependency argoproj/argo-cd to v3.2.6 2026-01-23 00:02:35 +00:00
Renovate Bot
1f12d004d7 chore(deps): update helm release penpot to v0.32.0 2026-01-07 21:39:10 +00:00
a9dc9a5cb7 Merge pull request 'chore(deps): update helm release external-secrets to v1' (#28) from renovate/external-secrets-1.x into main
Reviewed-on: #28
2025-12-22 09:36:51 +00:00
bbe1014a37 Merge pull request 'chore(deps): update actions/checkout action to v6' (#31) from renovate/actions-checkout-6.x into main
Reviewed-on: #31
2025-12-22 09:35:16 +00:00
Renovate Bot
680e0822a6 chore(deps): update helm release external-secrets to v1 2025-12-22 08:07:23 +00:00
Renovate Bot
5861f677a4 chore(deps): update actions/checkout action to v6 2025-11-21 00:01:59 +00:00
10 changed files with 26 additions and 25 deletions

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 📥Checkout - name: 📥Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: 🚀Validating the manifests - name: 🚀Validating the manifests
uses: frenck/action-yamllint@v1.5.0 uses: frenck/action-yamllint@v1.5.0
with: with:

View File

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

View File

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

View File

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

View File

@@ -10,6 +10,6 @@ resources:
helmCharts: helmCharts:
- name: external-secrets - name: external-secrets
repo: https://charts.external-secrets.io/ repo: https://charts.external-secrets.io/
version: 0.20.4 version: 1.2.0
releaseName: external-secrets releaseName: external-secrets
namespace: external-secrets namespace: external-secrets

View File

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

View File

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

View File

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

View File

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

View File

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