Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(helm): update chart authentik to 2023.10.6 #210

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
authentik (source) patch 2023.10.5 -> 2023.10.6

Release Notes

goauthentik/helm (authentik)

v2023.10.6

Compare Source

authentik is an open-source Identity Provider focused on flexibility and versatility

What's Changed

Full Changelog: goauthentik/helm@authentik-2023.10.5...authentik-2023.10.6


Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from martinohmann January 9, 2024 19:17
@github-actions github-actions bot added the area/kubernetes Changes made in the kubernetes directory label Jan 9, 2024
Copy link

github-actions bot commented Jan 9, 2024

--- HelmRelease: identity/authentik Deployment: identity/authentik-server

+++ HelmRelease: identity/authentik Deployment: identity/authentik-server

@@ -20,25 +20,25 @@

     metadata:
       labels:
         app.kubernetes.io/name: authentik
         app.kubernetes.io/instance: authentik
         app.kubernetes.io/component: server
       annotations:
-        goauthentik.io/config-checksum: a2fb20b08fa7b0800e7c16130c5de8f4ad1f959927cce0e6b71c02fc5bf30f12
+        goauthentik.io/config-checksum: d321fdc964d1c5d2a81a9a75a804f7dd09126e85715a4698fa78090df4149d00
     spec:
       enableServiceLinks: true
       initContainers:
       - envFrom:
         - secretRef:
             name: authentik-secret
         image: ghcr.io/onedr0p/postgres-init:16.1
         name: init-db
       securityContext: {}
       containers:
       - name: authentik
-        image: ghcr.io/goauthentik/server:2023.10.5
+        image: ghcr.io/goauthentik/server:2023.10.6
         imagePullPolicy: IfNotPresent
         args:
         - server
         env: null
         envFrom:
         - secretRef:
--- HelmRelease: identity/authentik Deployment: identity/authentik-worker

+++ HelmRelease: identity/authentik Deployment: identity/authentik-worker

@@ -20,26 +20,26 @@

     metadata:
       labels:
         app.kubernetes.io/name: authentik
         app.kubernetes.io/instance: authentik
         app.kubernetes.io/component: worker
       annotations:
-        goauthentik.io/config-checksum: a2fb20b08fa7b0800e7c16130c5de8f4ad1f959927cce0e6b71c02fc5bf30f12
+        goauthentik.io/config-checksum: d321fdc964d1c5d2a81a9a75a804f7dd09126e85715a4698fa78090df4149d00
     spec:
       serviceAccountName: authentik
       enableServiceLinks: true
       initContainers:
       - envFrom:
         - secretRef:
             name: authentik-secret
         image: ghcr.io/onedr0p/postgres-init:16.1
         name: init-db
       securityContext: {}
       containers:
       - name: authentik
-        image: ghcr.io/goauthentik/server:2023.10.5
+        image: ghcr.io/goauthentik/server:2023.10.6
         imagePullPolicy: IfNotPresent
         args:
         - worker
         env: null
         envFrom:
         - secretRef:

Copy link

github-actions bot commented Jan 9, 2024

--- kubernetes/apps/identity/authentik/app Kustomization: flux-system/authentik HelmRelease: identity/authentik

+++ kubernetes/apps/identity/authentik/app Kustomization: flux-system/authentik HelmRelease: identity/authentik

@@ -13,13 +13,13 @@

     spec:
       chart: authentik
       sourceRef:
         kind: HelmRepository
         name: authentik
         namespace: flux-system
-      version: 2023.10.5
+      version: 2023.10.6
   interval: 30m
   values:
     authentik:
       email:
         from: Authentik <${SECRET_SMTP_DEFAULT_SENDER_ADDRESS}>
         host: ${SECRET_SMTP_HOST}

@martinohmann martinohmann merged commit f715e96 into main Jan 9, 2024
4 checks passed
@renovate renovate bot deleted the renovate/authentik-2023.x branch January 9, 2024 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/helm type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant