1 Commits

Author SHA1 Message Date
Renovate Bot
13dee4241b chore(deps): update helm release mailu to v2.6.1 2025-11-08 00:01:55 +00:00
21 changed files with 27 additions and 195 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@v6 uses: actions/checkout@v5
- 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,7 +18,6 @@ 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,8 @@ resources:
- pocket-id - pocket-id
- vaultwarden - vaultwarden
- mailu - mailu
# - ntfy - ntfy
- penpot - penpot
- immich - immich
- digital-garden - digital-garden
# - nextcloud - nextcloud
# - osx

View File

@@ -1,17 +0,0 @@
---
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: osx
spec:
description: osx container to proxy shortcuts
sourceRepos:
- '*'
sourceNamespaces:
- '*'
destinations:
- namespace: 'osx'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'

View File

@@ -1,24 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: osx
namespace: osx
labels:
platform.dgse.cloud/cluster: artemis
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: osx
source:
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
path: manifests/artemis/osx
targetRevision: main
destination:
namespace: osx
name: in-cluster
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true

View File

@@ -1,7 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app-project.yaml
- application.yaml

View File

@@ -5,7 +5,7 @@ metadata:
name: argocd name: argocd
resources: resources:
- github.com/argoproj/argo-cd/manifests/cluster-install?ref=v3.3.0 - github.com/argoproj/argo-cd/manifests/cluster-install?ref=v3.2.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: 1.2.0 version: 0.20.4
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.5.0 version: 12.4.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: 2000m cpu: 1000m
memory: 2Gi memory: 1Gi
requests: requests:
cpu: 1500m cpu: 750m
memory: 2Gi memory: 750Mi
## @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

@@ -12,7 +12,7 @@ resources:
helmCharts: helmCharts:
- name: immich - name: immich
repo: https://immich-app.github.io/immich-charts repo: https://immich-app.github.io/immich-charts
version: 0.10.3 version: 0.10.1
releaseName: immich releaseName: immich
namespace: immich namespace: immich
valuesFile: values.yaml valuesFile: values.yaml

View File

@@ -94,7 +94,7 @@ server:
secretName: immich-tls secretName: immich-tls
machine-learning: machine-learning:
enabled: false enabled: true
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: mailu - name: mailu
repo: https://mailu.github.io/helm-charts/ repo: https://mailu.github.io/helm-charts/
version: 2.6.3 version: 2.6.1
releaseName: mailu releaseName: mailu
namespace: mailu namespace: mailu
valuesFile: values.yaml valuesFile: values.yaml

View File

@@ -166,7 +166,7 @@ limits:
ipv6Mask: 56 ipv6Mask: 56
user: 100/day user: 100/day
exemptionLength: 86400 exemptionLength: 86400
exemption: "10.42.4.105" exemption: "10.42.0.0/16"
# Configuration to reduce outgoing spam in case of a compromised account. See the documentation for further information: https://mailu.io/1.9/configuration.html?highlight=MESSAGE_RATELIMIT # Configuration to reduce outgoing spam in case of a compromised account. See the documentation for further information: https://mailu.io/1.9/configuration.html?highlight=MESSAGE_RATELIMIT
## @param limits.messageRatelimit.value Sets the `MESSAGE_RATELIMIT` environment variable in the `admin` pod ## @param limits.messageRatelimit.value Sets the `MESSAGE_RATELIMIT` environment variable in the `admin` pod

View File

@@ -1,58 +0,0 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: macos
labels:
name: macos
spec:
replicas: 1
selector:
matchLabels:
app: macos
template:
metadata:
labels:
app: macos
spec:
containers:
- name: macos
image: dockurr/macos
env:
- name: VERSION
value: "14"
- name: DISK_SIZE
value: "64G"
- name: KVM
value: "N"
ports:
- containerPort: 8006
name: http
protocol: TCP
- containerPort: 5900
name: vnc
protocol: TCP
securityContext:
capabilities:
add:
- NET_ADMIN
privileged: true
volumeMounts:
- mountPath: /storage
name: storage
- mountPath: /dev/kvm
name: dev-kvm
- mountPath: /dev/net/tun
name: dev-tun
terminationGracePeriodSeconds: 120
volumes:
- name: storage
persistentVolumeClaim:
claimName: macos-pvc
- hostPath:
path: /dev/kvm
name: dev-kvm
- hostPath:
path: /dev/net/tun
type: CharDevice
name: dev-tun

View File

@@ -1,22 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt
name: osx-ingress
spec:
rules:
- host: osx.dgse.cloud
http:
paths:
- backend:
service:
name: macos
port:
number: 8006
path: /
pathType: Prefix
tls:
- hosts:
- osx.dgse.cloud
secretName: letsencrypt

View File

@@ -1,8 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- service.yaml
- deployment.yaml
- pvc.yaml

View File

@@ -1,11 +0,0 @@
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: macos-pvc
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 64Gi

View File

@@ -1,19 +0,0 @@
---
apiVersion: v1
kind: Service
metadata:
name: macos
spec:
internalTrafficPolicy: Cluster
ports:
- name: http
port: 8006
protocol: TCP
targetPort: 8006
- name: vnc
port: 5900
protocol: TCP
targetPort: 5900
selector:
app: macos
type: ClusterIP

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.32.0 version: 0.28.0
releaseName: penpot releaseName: penpot
namespace: penpot namespace: penpot
valuesFile: values.yaml valuesFile: values.yaml