From e8e3b89afa07820baff161779c06f806e2642bc6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 30 May 2025 09:02:41 +0000 Subject: [PATCH 1/5] Update Helm release argo-cd to v8.0.13 --- app-files/core-deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index 43809a3..72be644 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -39,7 +39,7 @@ spec: sources: - repoURL: https://argoproj.github.io/argo-helm chart: argo-cd - targetRevision: 8.0.10 + targetRevision: 8.0.13 helm: releaseName: argo valueFiles: From d326f8efc09c364586920ed93d1e3451d3cd35a6 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Fri, 30 May 2025 17:50:34 +0200 Subject: [PATCH 2/5] set shm limit higher for ak-outpost-proxy --- authentik/manifest.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/authentik/manifest.yaml b/authentik/manifest.yaml index 89c8db4..c444651 100644 --- a/authentik/manifest.yaml +++ b/authentik/manifest.yaml @@ -76,6 +76,11 @@ spec: app.kubernetes.io/managed-by: goauthentik.io app.kubernetes.io/name: authentik-proxy spec: + volumes: + - name: dshm + emptyDir: + medium: Memory + sizeLimit: 2Gi containers: - env: - name: AUTHENTIK_HOST @@ -104,11 +109,11 @@ spec: protocol: TCP resources: requests: - cpu: 50m - memory: 64Mi - limits: - cpu: 150m + cpu: 100m memory: 128Mi + limits: + cpu: 350m + memory: 256Mi livenessProbe: httpGet: path: /outpost.goauthentik.io/ping From 549b48a35eb4337056020471588616bc00fdbd34 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Fri, 30 May 2025 17:59:54 +0200 Subject: [PATCH 3/5] fix shm limit --- authentik/manifest.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/authentik/manifest.yaml b/authentik/manifest.yaml index c444651..3fe2a81 100644 --- a/authentik/manifest.yaml +++ b/authentik/manifest.yaml @@ -107,6 +107,9 @@ spec: - containerPort: 9443 name: https protocol: TCP + volumeMounts: + - mountPath: /dev/shm + name: dshm resources: requests: cpu: 100m From 56ba23e483d9d2fccc1f48758185490e6bc78e73 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Fri, 30 May 2025 18:04:46 +0200 Subject: [PATCH 4/5] increase memory --- authentik/manifest.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/authentik/manifest.yaml b/authentik/manifest.yaml index 3fe2a81..5b0c3c8 100644 --- a/authentik/manifest.yaml +++ b/authentik/manifest.yaml @@ -80,7 +80,7 @@ spec: - name: dshm emptyDir: medium: Memory - sizeLimit: 2Gi + sizeLimit: 1Gi containers: - env: - name: AUTHENTIK_HOST @@ -113,10 +113,10 @@ spec: resources: requests: cpu: 100m - memory: 128Mi + memory: 1Gi limits: cpu: 350m - memory: 256Mi + memory: 2Gi livenessProbe: httpGet: path: /outpost.goauthentik.io/ping From 033758cee8e08d3b26e17efb6e1b260df26d363b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 30 May 2025 23:01:58 +0000 Subject: [PATCH 5/5] Update Helm release argo-cd to v8.0.14 --- app-files/core-deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index 43809a3..fa88889 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -39,7 +39,7 @@ spec: sources: - repoURL: https://argoproj.github.io/argo-helm chart: argo-cd - targetRevision: 8.0.10 + targetRevision: 8.0.14 helm: releaseName: argo valueFiles: