Closed layla-bot[bot] closed 2 months ago
--- kubernetes/main/apps/default/authentik/app Kustomization: flux-system/authentik HelmRelease: default/authentik
+++ kubernetes/main/apps/default/authentik/app Kustomization: flux-system/authentik HelmRelease: default/authentik
@@ -13,13 +13,13 @@
spec:
chart: authentik
sourceRef:
kind: HelmRepository
name: authentik
namespace: flux-system
- version: 2024.6.3
+ version: 2024.6.4
install:
remediation:
retries: 3
interval: 30m
uninstall:
keepHistory: false
--- HelmRelease: default/authentik Deployment: default/authentik-server
+++ HelmRelease: default/authentik Deployment: default/authentik-server
@@ -26,25 +26,25 @@
app.kubernetes.io/name: authentik
app.kubernetes.io/instance: authentik
app.kubernetes.io/component: server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: authentik
annotations:
- checksum/secret: 2688dcb60fa3a9e954a1fd81c66c81b8f4819705e8ee5dafdd2db40c206207cf
+ checksum/secret: 94f22cfa91aebd3fc4f34641996ee08fea2cc028e9c7afc7358ae032f42c8ffa
spec:
terminationGracePeriodSeconds: 30
initContainers:
- envFrom:
- secretRef:
name: authentik-secret
image: ghcr.io/onedr0p/postgres-init:16.3
imagePullPolicy: IfNotPresent
name: init-db
containers:
- name: server
- image: ghcr.io/goauthentik/server:2024.6.3
+ image: ghcr.io/goauthentik/server:2024.6.4
imagePullPolicy: IfNotPresent
args:
- server
env:
- name: AUTHENTIK_LISTEN__HTTP
value: 0.0.0.0:9000
--- HelmRelease: default/authentik Deployment: default/authentik-worker
+++ HelmRelease: default/authentik Deployment: default/authentik-worker
@@ -26,19 +26,19 @@
app.kubernetes.io/name: authentik
app.kubernetes.io/instance: authentik
app.kubernetes.io/component: worker
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: authentik
annotations:
- checksum/secret: 2688dcb60fa3a9e954a1fd81c66c81b8f4819705e8ee5dafdd2db40c206207cf
+ checksum/secret: 94f22cfa91aebd3fc4f34641996ee08fea2cc028e9c7afc7358ae032f42c8ffa
spec:
serviceAccountName: authentik
terminationGracePeriodSeconds: 30
containers:
- name: worker
- image: ghcr.io/goauthentik/server:2024.6.3
+ image: ghcr.io/goauthentik/server:2024.6.4
imagePullPolicy: IfNotPresent
args:
- worker
env: null
envFrom:
- secretRef:
This PR contains the following updates:
2024.6.3
->2024.6.4
Release Notes
goauthentik/helm (authentik)
### [`v2024.6.4`](https://togithub.com/goauthentik/helm/releases/tag/authentik-2024.6.4) [Compare Source](https://togithub.com/goauthentik/helm/compare/authentik-2024.6.3...authentik-2024.6.4) authentik is an open-source Identity Provider focused on flexibility and versatility #### What's Changed - fix(charts/authentik): hpa yaml memory was invalid by [@jorishaenseler15](https://togithub.com/jorishaenseler15) in [https://github.com/goauthentik/helm/pull/281](https://togithub.com/goauthentik/helm/pull/281) - bump to 2024.6.4 by [@BeryJu](https://togithub.com/BeryJu) in [https://github.com/goauthentik/helm/pull/282](https://togithub.com/goauthentik/helm/pull/282) #### New Contributors - [@jorishaenseler15](https://togithub.com/jorishaenseler15) made their first contribution in [https://github.com/goauthentik/helm/pull/281](https://togithub.com/goauthentik/helm/pull/281) **Full Changelog**: https://github.com/goauthentik/helm/compare/authentik-2024.6.3...authentik-2024.6.4Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.