Skip to content

chore(deps): update ghcr.io/goauthentik/server docker tag to v2025.4.1 #3260

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

usa-reddragon-renovate-ce[bot]
Copy link
Contributor

@usa-reddragon-renovate-ce usa-reddragon-renovate-ce bot commented Apr 30, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/goauthentik/server (source) minor 2025.2.4 -> 2025.4.1

Warning

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


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 Renovate Bot.

Copy link

github-actions bot commented Apr 30, 2025

Kustomization Diff

Changes ${\tt\large\color{green}+307\enspace\color{red}-\negthinspace305}$
Click to expand
--- services Kustomization: flux-system/services HelmRelease: authentik/authentik

+++ services Kustomization: flux-system/services HelmRelease: authentik/authentik

@@ -20,8 +20,8 @@

   driftDetection:
     mode: enabled
   interval: 60m0s
   releaseName: authentik
   valuesFrom:
   - kind: ConfigMap
-    name: chart-values-987dh6482h
+    name: chart-values-fttt9k8g55
 
--- services Kustomization: flux-system/services HelmRelease: authentik/authentik-workers

+++ services Kustomization: flux-system/services HelmRelease: authentik/authentik-workers

@@ -20,8 +20,8 @@

   driftDetection:
     mode: enabled
   interval: 60m0s
   releaseName: authentik-worker
   valuesFrom:
   - kind: ConfigMap
-    name: authentik-worker-chart-values-49md27hgb7
+    name: authentik-worker-chart-values-5584tb7tfg
 
--- services Kustomization: flux-system/services ConfigMap: authentik/chart-values-987dh6482h

+++ services Kustomization: flux-system/services ConfigMap: authentik/chart-values-987dh6482h

@@ -1,201 +0,0 @@

----
-apiVersion: v1
-data:
-  values.yaml: |
-    # Default values for app.
-    # This is a YAML-formatted file.
-    # Declare variables to be passed into your templates.
-
-    replicaCount: 2
-
-    image:
-      repository: ghcr.io/goauthentik/server
-      pullPolicy: IfNotPresent
-      # Overrides the image tag whose default is the chart appVersion.
-      tag: 2025.2.4
-
-    imagePullSecrets:
-    - name: registry-ghcr
-    nameOverride: ""
-    fullnameOverride: ""
-
-    args:
-    - server
-
-    selectorLabels:
-    - app.kubernetes.io/component=server
-
-    serviceAccountName: rbac-authentik-remote-cluster
-
-    deploymentStrategy:
-      rollingUpdate:
-        maxUnavailable: 1
-      type: RollingUpdate
-
-    secrets: []
-    # - name: app-secret-key
-    #   data:
-    #     SECRET_KEY: ashdfsfa
-    # - name: app-keyfile
-    #   data:
-    #     keyfile.txt: |
-    #       using
-    #       multiline
-    #       strings
-
-    configs:
-    - name: authentik-config
-      data:
-        AUTHENTIK_REDIS__HOST: redis-app.authentik.svc.cluster.local
-        AUTHENTIK_EMAIL__HOST: email.mcswain.dev
-        AUTHENTIK_EMAIL__PORT: '465'
-        AUTHENTIK_EMAIL__USERNAME: authentik
-        AUTHENTIK_EMAIL__USE_TLS: "false"
-        AUTHENTIK_EMAIL__USE_SSL: "true"
-        AUTHENTIK_EMAIL__FROM: [email protected]
-        AUTHENTIK_ERROR_REPORTING__ENABLED: 'false'
-        AUTHENTIK_DISABLE_STARTUP_ANALYTICS: 'true'
-        AUTHENTIK_AVATARS: initials
-        AUTHENTIK_DISABLE_UPDATE_CHECK: "true"
-    # - name: app-otherenv
-    #   data:
-    #     SPECIAL_KEY: here
-    # - name: app-configfile
-    #   data:
-    #     test.ini: |
-    #       [test]
-    #       value=1
-
-    envFrom:
-    - secretRef:
-        name: authentik-secrets
-    - configMapRef:
-        name: authentik-config
-
-    env:
-    - name: AUTHENTIK_POSTGRESQL__PASSWORD
-      valueFrom:
-        secretKeyRef:
-          name: postgresql-app
-          key: password
-    - name: AUTHENTIK_POSTGRESQL__USER
-      valueFrom:
-        secretKeyRef:
-          name: postgresql-app
-          key: username
-    - name: AUTHENTIK_POSTGRESQL__HOST
-      valueFrom:
-        secretKeyRef:
-          name: postgresql-app
-          key: host
-    - name: AUTHENTIK_POSTGRESQL__NAME
-      valueFrom:
-        secretKeyRef:
-          name: postgresql-app
-          key: dbname
-
-    podAnnotations: {}
-
-    podSecurityContext: {}
-      # fsGroup: 2000
-
-    securityContext: {}
-      # capabilities:
-      #   drop:
-      #   - ALL
-      # readOnlyRootFilesystem: true
-      # runAsNonRoot: true
-      # runAsUser: 1000
-
-    service:
-      type: ClusterIP
-      ports:
-      - name: http
-        port: 9000
-      - name: https
-        port: 9443
-      - name: metrics
-        port: 9300
-
-    persistentVolumes: []
-    # - name: media
-    #   mountPath: /usr/share/nginx/html/data
-    #   size: 1Gi
-    #   persistentVolumeClaim:
-    #     name: media
-    #     storageClass: longhorn-nvme
-    # - name: config
-    #   mountPath: /config
-    #   configMap:
-    #     name: app-configfile
-    #     items:
-    #     - key: test.ini
-    #       path: config.ini
-    # - name: keys
-    #   mountPath: /keys
-    #   readOnly: true
-    #   secret:
-    #     secretName: app-keyfile
-
-    ingress:
-      enabled: true
-      annotations:
-        kubernetes.io/tls-acme: "true"
-        cert-manager.io/cluster-issuer: cloudflare
-        nginx.ingress.kubernetes.io/ssl-redirect: "true"
-      ingressClassName: nginx
-      hosts:
-      - host: authentik.mcswain.dev
-        paths:
-        - port: 9000
-          path: /
-          pathType: Prefix
-      tls:
-      - secretName: authentik-mcswain-dev-tls
-        hosts:
-          - authentik.mcswain.dev
-
-    probes:
-      liveness:
-        httpGet:
-          path: /-/health/live/
-          port: 9000
-        failureThreshold: 5
-        periodSeconds: 30
-        timeoutSeconds: 10
-      readiness:
-        httpGet:
-          path: /-/health/ready/
-          port: 9000
-        failureThreshold: 5
-        periodSeconds: 30
-        timeoutSeconds: 10
-
-    resources:
-      limits:
-        memory: 600Mi
-      requests:
-        cpu: 10m
-        memory: 400Mi
-
-    nodeSelector: {}
-
-    tolerations: []
-
-    affinity: {}
-
-    lifecycle: {}
-      # postStart:
-      #   exec:
-      #     command:
-      #       - /bin/sh
-      #       - -c
-      #       - cp /tmp/file /var/app/file
-kind: ConfigMap
-metadata:
-  labels:
-    kustomize.toolkit.fluxcd.io/name: services
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: chart-values-987dh6482h
-  namespace: authentik
-
--- services Kustomization: flux-system/services ConfigMap: authentik/authentik-worker-chart-values-49md27hgb7

+++ services Kustomization: flux-system/services ConfigMap: authentik/authentik-worker-chart-values-49md27hgb7

@@ -1,152 +0,0 @@

----
-apiVersion: v1
-data:
-  values.yaml: |
-    # Default values for app.
-    # This is a YAML-formatted file.
-    # Declare variables to be passed into your templates.
-
-    replicaCount: 2
-
-    image:
-      repository: ghcr.io/goauthentik/server
-      pullPolicy: IfNotPresent
-      # Overrides the image tag whose default is the chart appVersion.
-      tag: 2025.2.4
-
-    imagePullSecrets:
-    - name: registry-ghcr
-    nameOverride: ""
-    fullnameOverride: ""
-
-    selectorLabels:
-    - app.kubernetes.io/component=worker
-
-    args:
-    - worker
-
-    serviceAccountName: rbac-authentik-remote-cluster
-
-    deploymentStrategy:
-      rollingUpdate:
-        maxUnavailable: 1
-      type: RollingUpdate
-
-    secrets: []
-    # - name: app-secret-key
-    #   data:
-    #     SECRET_KEY: ashdfsfa
-    # - name: app-keyfile
-    #   data:
-    #     keyfile.txt: |
-    #       using
-    #       multiline
-    #       strings
-
-    configs: []
-    # - name: app-otherenv
-    #   data:
-    #     SPECIAL_KEY: here
-    # - name: app-configfile
-    #   data:
-    #     test.ini: |
-    #       [test]
-    #       value=1
-
-    envFrom:
-    - secretRef:
-        name: authentik-secrets
-    - configMapRef:
-        name: authentik-config
-
-    env:
-    - name: AUTHENTIK_POSTGRESQL__PASSWORD
-      valueFrom:
-        secretKeyRef:
-          name: postgresql-app
-          key: password
-    - name: AUTHENTIK_POSTGRESQL__USER
-      valueFrom:
-        secretKeyRef:
-          name: postgresql-app
-          key: username
-    - name: AUTHENTIK_POSTGRESQL__HOST
-      valueFrom:
-        secretKeyRef:
-          name: postgresql-app
-          key: host
-    - name: AUTHENTIK_POSTGRESQL__NAME
-      valueFrom:
-        secretKeyRef:
-          name: postgresql-app
-          key: dbname
-
-    podAnnotations: {}
-
-    podSecurityContext: {}
-      # fsGroup: 2000
-
-    securityContext: {}
-      # capabilities:
-      #   drop:
-      #   - ALL
-      # readOnlyRootFilesystem: true
-      # runAsNonRoot: true
-      # runAsUser: 1000
-
-    service:
-      type: ClusterIP
-
-    persistentVolumes: []
-    # - name: media
-    #   mountPath: /usr/share/nginx/html/data
-    #   size: 1Gi
-    #   persistentVolumeClaim:
-    #     name: media
-    #     storageClass: longhorn-nvme
-    # - name: config
-    #   mountPath: /config
-    #   configMap:
-    #     name: app-configfile
-    #     items:
-    #     - key: test.ini
-    #       path: config.ini
-    # - name: keys
-    #   mountPath: /keys
-    #   readOnly: true
-    #   secret:
-    #     secretName: app-keyfile
-
-    ingress:
-      enabled: false
-
-    probes: {}
-
-    resources:
-      limits:
-        memory: 500Mi
-      requests:
-        cpu: 10m
-        memory: 300Mi
-
-    nodeSelector: {}
-
-    tolerations: []
-
-    affinity: {}
-
-    lifecycle: {}
-      # postStart:
-      #   exec:
-      #     command:
-      #       - /bin/sh
-      #       - -c
-      #       - cp /tmp/file /var/app/file
-kind: ConfigMap
-metadata:
-  labels:
-    kustomize.toolkit.fluxcd.io/name: services
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: authentik-worker-chart-values-49md27hgb7
-  namespace: authentik
-
--- services Kustomization: flux-system/services ConfigMap: authentik/chart-values-fttt9k8g55

+++ services Kustomization: flux-system/services ConfigMap: authentik/chart-values-fttt9k8g55

@@ -0,0 +1,201 @@

+---
+apiVersion: v1
+data:
+  values.yaml: |
+    # Default values for app.
+    # This is a YAML-formatted file.
+    # Declare variables to be passed into your templates.
+
+    replicaCount: 2
+
+    image:
+      repository: ghcr.io/goauthentik/server
+      pullPolicy: IfNotPresent
+      # Overrides the image tag whose default is the chart appVersion.
+      tag: 2025.4.1
+
+    imagePullSecrets:
+    - name: registry-ghcr
+    nameOverride: ""
+    fullnameOverride: ""
+
+    args:
+    - server
+
+    selectorLabels:
+    - app.kubernetes.io/component=server
+
+    serviceAccountName: rbac-authentik-remote-cluster
+
+    deploymentStrategy:
+      rollingUpdate:
+        maxUnavailable: 1
+      type: RollingUpdate
+
+    secrets: []
+    # - name: app-secret-key
+    #   data:
+    #     SECRET_KEY: ashdfsfa
+    # - name: app-keyfile
+    #   data:
+    #     keyfile.txt: |
+    #       using
+    #       multiline
+    #       strings
+
+    configs:
+    - name: authentik-config
+      data:
+        AUTHENTIK_REDIS__HOST: redis-app.authentik.svc.cluster.local
+        AUTHENTIK_EMAIL__HOST: email.mcswain.dev
+        AUTHENTIK_EMAIL__PORT: '465'
+        AUTHENTIK_EMAIL__USERNAME: authentik
+        AUTHENTIK_EMAIL__USE_TLS: "false"
+        AUTHENTIK_EMAIL__USE_SSL: "true"
+        AUTHENTIK_EMAIL__FROM: [email protected]
+        AUTHENTIK_ERROR_REPORTING__ENABLED: 'false'
+        AUTHENTIK_DISABLE_STARTUP_ANALYTICS: 'true'
+        AUTHENTIK_AVATARS: initials
+        AUTHENTIK_DISABLE_UPDATE_CHECK: "true"
+    # - name: app-otherenv
+    #   data:
+    #     SPECIAL_KEY: here
+    # - name: app-configfile
+    #   data:
+    #     test.ini: |
+    #       [test]
+    #       value=1
+
+    envFrom:
+    - secretRef:
+        name: authentik-secrets
+    - configMapRef:
+        name: authentik-config
+
+    env:
+    - name: AUTHENTIK_POSTGRESQL__PASSWORD
+      valueFrom:
+        secretKeyRef:
+          name: postgresql-app
+          key: password
+    - name: AUTHENTIK_POSTGRESQL__USER
+      valueFrom:
+        secretKeyRef:
+          name: postgresql-app
+          key: username
+    - name: AUTHENTIK_POSTGRESQL__HOST
+      valueFrom:
+        secretKeyRef:
+          name: postgresql-app
+          key: host
+    - name: AUTHENTIK_POSTGRESQL__NAME
+      valueFrom:
+        secretKeyRef:
+          name: postgresql-app
+          key: dbname
+
+    podAnnotations: {}
+
+    podSecurityContext: {}
+      # fsGroup: 2000
+
+    securityContext: {}
+      # capabilities:
+      #   drop:
+      #   - ALL
+      # readOnlyRootFilesystem: true
+      # runAsNonRoot: true
+      # runAsUser: 1000
+
+    service:
+      type: ClusterIP
+      ports:
+      - name: http
+        port: 9000
+      - name: https
+        port: 9443
+      - name: metrics
+        port: 9300
+
+    persistentVolumes: []
+    # - name: media
+    #   mountPath: /usr/share/nginx/html/data
+    #   size: 1Gi
+    #   persistentVolumeClaim:
+    #     name: media
+    #     storageClass: longhorn-nvme
+    # - name: config
+    #   mountPath: /config
+    #   configMap:
+    #     name: app-configfile
+    #     items:
+    #     - key: test.ini
+    #       path: config.ini
+    # - name: keys
+    #   mountPath: /keys
+    #   readOnly: true
+    #   secret:
+    #     secretName: app-keyfile
+
+    ingress:
+      enabled: true
+      annotations:
+        kubernetes.io/tls-acme: "true"
+        cert-manager.io/cluster-issuer: cloudflare
+        nginx.ingress.kubernetes.io/ssl-redirect: "true"
+      ingressClassName: nginx
+      hosts:
+      - host: authentik.mcswain.dev
+        paths:
+        - port: 9000
+          path: /
+          pathType: Prefix
+      tls:
+      - secretName: authentik-mcswain-dev-tls
+        hosts:
+          - authentik.mcswain.dev
+
+    probes:
+      liveness:
+        httpGet:
+          path: /-/health/live/
+          port: 9000
+        failureThreshold: 5
+        periodSeconds: 30
+        timeoutSeconds: 10
+      readiness:
+        httpGet:
+          path: /-/health/ready/
+          port: 9000
+        failureThreshold: 5
+        periodSeconds: 30
+        timeoutSeconds: 10
+
+    resources:
+      limits:
+        memory: 600Mi
+      requests:
+        cpu: 10m
+        memory: 400Mi
+
+    nodeSelector: {}
+
+    tolerations: []
+
+    affinity: {}
+
+    lifecycle: {}
+      # postStart:
+      #   exec:
+      #     command:
+      #       - /bin/sh
+      #       - -c
+      #       - cp /tmp/file /var/app/file
+kind: ConfigMap
+metadata:
+  labels:
+    kustomize.toolkit.fluxcd.io/name: services
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: chart-values-fttt9k8g55
+  namespace: authentik
+
--- services Kustomization: flux-system/services ConfigMap: authentik/authentik-worker-chart-values-5584tb7tfg

+++ services Kustomization: flux-system/services ConfigMap: authentik/authentik-worker-chart-values-5584tb7tfg

@@ -0,0 +1,152 @@

+---
+apiVersion: v1
+data:
+  values.yaml: |
+    # Default values for app.
+    # This is a YAML-formatted file.
+    # Declare variables to be passed into your templates.
+
+    replicaCount: 2
+
+    image:
+      repository: ghcr.io/goauthentik/server
+      pullPolicy: IfNotPresent
+      # Overrides the image tag whose default is the chart appVersion.
+      tag: 2025.4.1
+
+    imagePullSecrets:
+    - name: registry-ghcr
+    nameOverride: ""
+    fullnameOverride: ""
+
+    selectorLabels:
+    - app.kubernetes.io/component=worker
+
+    args:
+    - worker
+
+    serviceAccountName: rbac-authentik-remote-cluster
+
+    deploymentStrategy:
+      rollingUpdate:
+        maxUnavailable: 1
+      type: RollingUpdate
+
+    secrets: []
+    # - name: app-secret-key
+    #   data:
+    #     SECRET_KEY: ashdfsfa
+    # - name: app-keyfile
+    #   data:
+    #     keyfile.txt: |
+    #       using
+    #       multiline
+    #       strings
+
+    configs: []
+    # - name: app-otherenv
+    #   data:
+    #     SPECIAL_KEY: here
+    # - name: app-configfile
+    #   data:
+    #     test.ini: |
+    #       [test]
+    #       value=1
+
+    envFrom:
+    - secretRef:
+        name: authentik-secrets
+    - configMapRef:
+        name: authentik-config
+
+    env:
+    - name: AUTHENTIK_POSTGRESQL__PASSWORD
+      valueFrom:
+        secretKeyRef:
+          name: postgresql-app
+          key: password
+    - name: AUTHENTIK_POSTGRESQL__USER
+      valueFrom:
+        secretKeyRef:
+          name: postgresql-app
+          key: username
+    - name: AUTHENTIK_POSTGRESQL__HOST
+      valueFrom:
+        secretKeyRef:
+          name: postgresql-app
+          key: host
+    - name: AUTHENTIK_POSTGRESQL__NAME
+      valueFrom:
+        secretKeyRef:
+          name: postgresql-app
+          key: dbname
+
+    podAnnotations: {}
+
+    podSecurityContext: {}
+      # fsGroup: 2000
+
+    securityContext: {}
+      # capabilities:
+      #   drop:
+      #   - ALL
+      # readOnlyRootFilesystem: true
+      # runAsNonRoot: true
+      # runAsUser: 1000
+
+    service:
+      type: ClusterIP
+
+    persistentVolumes: []
+    # - name: media
+    #   mountPath: /usr/share/nginx/html/data
+    #   size: 1Gi
+    #   persistentVolumeClaim:
+    #     name: media
+    #     storageClass: longhorn-nvme
+    # - name: config
+    #   mountPath: /config
+    #   configMap:
+    #     name: app-configfile
+    #     items:
+    #     - key: test.ini
+    #       path: config.ini
+    # - name: keys
+    #   mountPath: /keys
+    #   readOnly: true
+    #   secret:
+    #     secretName: app-keyfile
+
+    ingress:
+      enabled: false
+
+    probes: {}
+
+    resources:
+      limits:
+        memory: 500Mi
+      requests:
+        cpu: 10m
+        memory: 300Mi
+
+    nodeSelector: {}
+
+    tolerations: []
+
+    affinity: {}
+
+    lifecycle: {}
+      # postStart:
+      #   exec:
+      #     command:
+      #       - /bin/sh
+      #       - -c
+      #       - cp /tmp/file /var/app/file
+kind: ConfigMap
+metadata:
+  labels:
+    kustomize.toolkit.fluxcd.io/name: services
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: authentik-worker-chart-values-5584tb7tfg
+  namespace: authentik
+

Copy link

github-actions bot commented Apr 30, 2025

HelmRelease Diff

Changes ${\tt\large\color{green}+2\enspace\color{red}-\negthinspace2}$
Click to expand
--- HelmRelease: authentik/authentik-workers Deployment: authentik/authentik-workers-app

+++ HelmRelease: authentik/authentik-workers Deployment: authentik/authentik-workers-app

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

       serviceAccountName: rbac-authentik-remote-cluster
       imagePullSecrets:
       - name: registry-ghcr
       securityContext: {}
       containers:
       - name: app
-        image: ghcr.io/goauthentik/server:2025.2.4
+        image: ghcr.io/goauthentik/server:2025.4.1
         imagePullPolicy: IfNotPresent
         envFrom:
         - secretRef:
             name: authentik-secrets
         - configMapRef:
             name: authentik-config
--- HelmRelease: authentik/authentik Deployment: authentik/authentik-app

+++ HelmRelease: authentik/authentik Deployment: authentik/authentik-app

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

       serviceAccountName: rbac-authentik-remote-cluster
       imagePullSecrets:
       - name: registry-ghcr
       securityContext: {}
       containers:
       - name: app
-        image: ghcr.io/goauthentik/server:2025.2.4
+        image: ghcr.io/goauthentik/server:2025.4.1
         imagePullPolicy: IfNotPresent
         envFrom:
         - secretRef:
             name: authentik-secrets
         - configMapRef:
             name: authentik-config

Signed-off-by: usa-reddragon-renovate-ce[bot] <156608365+usa-reddragon-renovate-ce[bot]@users.noreply.github.com>
@usa-reddragon-renovate-ce usa-reddragon-renovate-ce bot force-pushed the renovate/ghcr.io-goauthentik-server-2025.x branch from 23b69af to b7833e0 Compare May 15, 2025 19:10
@usa-reddragon-renovate-ce usa-reddragon-renovate-ce bot changed the title chore(deps): update ghcr.io/goauthentik/server docker tag to v2025.4.0 chore(deps): update ghcr.io/goauthentik/server docker tag to v2025.4.1 May 15, 2025
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