16 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
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
8ffb57e1b7 Merge pull request 'chore(deps): update helm release penpot to v0.30.0' (#30) from renovate/penpot-0.x into main
Reviewed-on: #30
2025-12-22 09:32:41 +00:00
09961b68f9 Merge pull request 'chore(deps): update helm release immich to v0.10.3' (#29) from renovate/immich-0.x into main
Reviewed-on: #29
2025-12-22 09:03:04 +00:00
1352394ca5 Merge pull request 'chore(deps): update helm release mailu to v2.6.3' (#25) from renovate/mailu-2.x into main
Reviewed-on: #25
2025-12-22 08:53:36 +00:00
4fd96cf953 Merge pull request 'chore(deps): update dependency argoproj/argo-cd to v3.2.2' (#33) from renovate/argoproj-argo-cd-3.x into main
Reviewed-on: #33
2025-12-22 08:51:20 +00:00
Renovate Bot
680e0822a6 chore(deps): update helm release external-secrets to v1 2025-12-22 08:07:23 +00:00
Renovate Bot
3c0f9a713d chore(deps): update helm release mailu to v2.6.3 2025-12-22 08:07:11 +00:00
Renovate Bot
f9e156e522 chore(deps): update dependency argoproj/argo-cd to v3.2.2 2025-12-22 08:07:01 +00:00
Renovate Bot
5861f677a4 chore(deps): update actions/checkout action to v6 2025-11-21 00:01:59 +00:00
Renovate Bot
aa92ad14ef chore(deps): update helm release penpot to v0.30.0 2025-11-15 00:02:32 +00:00
Renovate Bot
fd2df98297 chore(deps): update helm release immich to v0.10.3 2025-11-15 00:02:27 +00:00
Daniël Groothuis
4a17940c9f chore(osx): Added OSX container 2025-11-11 17:37:01 +01:00
Daniël Groothuis
01c5b31cbb chore(osx): Added OSX container 2025-11-11 17:32:41 +01:00
Daniël Groothuis
83a0e6b8ee chore(mailu): Reverted rate limit 2025-11-10 15:10:25 +01:00
17 changed files with 175 additions and 8 deletions

View File

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

View File

@@ -18,3 +18,4 @@ resources:
- immich
- digital-garden
- nextcloud
- osx

View File

@@ -0,0 +1,17 @@
---
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

@@ -0,0 +1,24 @@
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

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

View File

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

View File

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

View File

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

View File

@@ -10,7 +10,7 @@ resources:
helmCharts:
- name: mailu
repo: https://mailu.github.io/helm-charts/
version: 2.1.2
version: 2.6.3
releaseName: mailu
namespace: mailu
valuesFile: values.yaml

View File

@@ -166,7 +166,7 @@ limits:
ipv6Mask: 56
user: 100/day
exemptionLength: 86400
exemption: "10.42.0.0/16"
exemption: "10.42.4.105"
# 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

View File

@@ -0,0 +1,58 @@
---
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

@@ -0,0 +1,22 @@
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

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

View File

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

View File

@@ -0,0 +1,19 @@
---
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:
- name: penpot
repo: http://helm.penpot.app
version: 0.28.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