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

chore(deps): update helm release authentik to v2023.10.0 #955

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
authentik (source) minor 2023.8.3 -> 2023.10.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

goauthentik/helm (authentik)

v2023.10.0

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2023.8.3...authentik-2023.10.0


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 these updates 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.

| datasource | package   | from     | to        |
| ---------- | --------- | -------- | --------- |
| helm       | authentik | 2023.8.3 | 2023.10.0 |
@mrwulf-action-bot
Copy link

--- cluster/base HelmRelease: auth/authentik Deployment: auth/authentik-server

+++ cluster/base HelmRelease: auth/authentik Deployment: auth/authentik-server

@@ -7,25 +7,26 @@

     app.kubernetes.io/name: authentik
     app.kubernetes.io/instance: authentik
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/component: server
 spec:
   replicas: 2
+  strategy: {}
   selector:
     matchLabels:
       app.kubernetes.io/name: authentik
       app.kubernetes.io/instance: authentik
       app.kubernetes.io/component: server
   template:
     metadata:
       labels:
         app.kubernetes.io/name: authentik
         app.kubernetes.io/instance: authentik
         app.kubernetes.io/component: server
       annotations:
-        goauthentik.io/config-checksum: b6a02f7bf79f8f2292034942a4aee529d843902eed466ef2da90aee7785128dc
+        goauthentik.io/config-checksum: e56302819742f482124d6dfc847de55abe337686da9ef7c25e1c2ebc76c4b455
     spec:
       enableServiceLinks: true
       initContainers:
       - env:
         - name: POSTGRES_HOST
           value: postgres-rw.databases.svc.cluster.local.
@@ -47,13 +48,13 @@

           value: ${AUTHENTIK_DB_PASS}
         image: ghcr.io/onedr0p/postgres-initdb:14.8
         name: init-db
       securityContext: {}
       containers:
       - name: authentik
-        image: ghcr.io/goauthentik/server:2023.8.3
+        image: ghcr.io/goauthentik/server:2023.10.0
         imagePullPolicy: IfNotPresent
         args:
         - server
         env: null
         envFrom:
         - secretRef:
--- cluster/base HelmRelease: auth/authentik Deployment: auth/authentik-worker

+++ cluster/base HelmRelease: auth/authentik Deployment: auth/authentik-worker

@@ -7,25 +7,26 @@

     app.kubernetes.io/name: authentik
     app.kubernetes.io/instance: authentik
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/component: worker
 spec:
   replicas: 1
+  strategy: {}
   selector:
     matchLabels:
       app.kubernetes.io/name: authentik
       app.kubernetes.io/instance: authentik
       app.kubernetes.io/component: worker
   template:
     metadata:
       labels:
         app.kubernetes.io/name: authentik
         app.kubernetes.io/instance: authentik
         app.kubernetes.io/component: worker
       annotations:
-        goauthentik.io/config-checksum: b6a02f7bf79f8f2292034942a4aee529d843902eed466ef2da90aee7785128dc
+        goauthentik.io/config-checksum: e56302819742f482124d6dfc847de55abe337686da9ef7c25e1c2ebc76c4b455
     spec:
       serviceAccountName: authentik
       enableServiceLinks: true
       initContainers:
       - env:
         - name: POSTGRES_HOST
@@ -48,13 +49,13 @@

           value: ${AUTHENTIK_DB_PASS}
         image: ghcr.io/onedr0p/postgres-initdb:14.8
         name: init-db
       securityContext: {}
       containers:
       - name: authentik
-        image: ghcr.io/goauthentik/server:2023.8.3
+        image: ghcr.io/goauthentik/server:2023.10.0
         imagePullPolicy: IfNotPresent
         args:
         - worker
         env: null
         envFrom:
         - secretRef:

@mrwulf-action-bot
Copy link

--- cluster/apps Kustomization: flux-system/apps HelmRelease: auth/authentik

+++ cluster/apps Kustomization: flux-system/apps HelmRelease: auth/authentik

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

       chart: authentik
       interval: 5m
       sourceRef:
         kind: HelmRepository
         name: authentik-charts
         namespace: flux-system
-      version: 2023.8.3
+      version: 2023.10.0
   dependsOn:
   - name: postgres
     namespace: databases
   - name: smtp-relay
     namespace: system
   install:

@mrwulf mrwulf merged commit d9bf063 into main Oct 26, 2023
7 checks passed
@mrwulf mrwulf deleted the renovate/authentik-2023.x branch October 26, 2023 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant