Skip to content

feat(helm)!: Update app-template ( 4.6.2 ➔ 5.0.1 )#739

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-paperless
Open

feat(helm)!: Update app-template ( 4.6.2 ➔ 5.0.1 )#739
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-paperless

Conversation

@renovate

@renovate renovate Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
app-template major 4.6.25.0.1
app-template HelmChart major 4.6.25.0.1

Release Notes

bjw-s-labs/helm-charts (app-template)

v5.0.1

Compare Source

Changelog:
Changed

v5.0.0

Compare Source

Changelog:
Changed

Configuration

📅 Schedule: (in timezone Asia/Jerusalem)

  • Branch creation
    • "after 2am and before 7am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

Argo CD Diff Preview

Summary:

Modified (3):
± apps (+2|-2)
± paperless (+14|-4)
± prowlarr (+1|-1)
apps (kubernetes/bootstrap/apps.yaml)

Application: argocd/paperless

   destination:
     namespace: selfhosted
     server: https://kubernetes.default.svc
   info:
   - name: Chart
-    value: app-template@4.6.2
+    value: app-template@5.0.1
   - name: Image
     value: ghcr.io/paperless-ngx/paperless-ngx:2.20.15@sha256:6c86cad803970ea782683a8e80e7403444c5bf3cf70de63b4d3c8e87500db92f
   project: default
   source:
     path: kubernetes/apps/paperless/

Application: argocd/prowlarr

     server: https://kubernetes.default.svc
   info:
   - name: Chart
     value: app-template@4.6.2
   - name: Image
-    value: ghcr.io/home-operations/prowlarr:2.4.0.5391@sha256:91af7cbc8e357dede960033c9ecfb3a65e145d90d4e495e13adb2fbc6a546807
+    value: ghcr.io/home-operations/prowlarr:2.3.7.5365@sha256:b9557d772c974901aed9285189d904b613f1f07750fca930eecfe78544bd3d48
   project: default
   source:
     path: kubernetes/apps/prowlarr/
     repoURL: https://github.com/mpeterson/homelab
     targetRevision: main
paperless (kubernetes/apps/paperless/app.yaml)

Deployment: selfhosted/paperless

       labels:
         app.kubernetes.io/controller: paperless
         app.kubernetes.io/instance: paperless
         app.kubernetes.io/name: paperless
     spec:
-      automountServiceAccountToken: true
+      automountServiceAccountToken: false
       containers:
       - env:
         - name: PAPERLESS_ADMIN_PASSWORD
           valueFrom:
             secretKeyRef:
@@ skipped 86 lines (36 -> 121) @@
       dnsPolicy: ClusterFirst
       enableServiceLinks: false
       hostIPC: false
       hostNetwork: false
       hostPID: false
-      serviceAccountName: default
+      serviceAccountName: paperless
       volumes:
       - name: config
         persistentVolumeClaim:
           claimName: paperless
       - name: nfs-nas

Deployment: selfhosted/paperless-redis

       labels:
         app.kubernetes.io/controller: redis
         app.kubernetes.io/instance: paperless
         app.kubernetes.io/name: paperless
     spec:
-      automountServiceAccountToken: true
+      automountServiceAccountToken: false
       containers:
       - image: ghcr.io/valkey-io/valkey:9.0.4@sha256:8436e10bc65c94886a91d4415b6a6dfa9cb5a306fb3b996e5bb67cd2b4854193
         name: redis
         resources:
           limits:
             memory: 128Mi
           requests:
             cpu: 5m
             memory: 32Mi
       dnsPolicy: ClusterFirst
       enableServiceLinks: false
       hostIPC: false
       hostNetwork: false
       hostPID: false
-      serviceAccountName: default
+      serviceAccountName: paperless

ServiceAccount: selfhosted/paperless

+apiVersion: v1
+kind: ServiceAccount
+metadata:
+  labels:
+    app.kubernetes.io/instance: paperless
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: paperless
+    helm.sh/chart: app-template-5.0.1
+  name: paperless
+  namespace: selfhosted
prowlarr (kubernetes/apps/prowlarr/app.yaml)

Deployment: media/prowlarr

         app.kubernetes.io/instance: prowlarr
         app.kubernetes.io/name: prowlarr
     spec:
       automountServiceAccountToken: true
       containers:
-      - image: ghcr.io/home-operations/prowlarr:2.4.0.5391@sha256:91af7cbc8e357dede960033c9ecfb3a65e145d90d4e495e13adb2fbc6a546807
+      - image: ghcr.io/home-operations/prowlarr:2.3.7.5365@sha256:b9557d772c974901aed9285189d904b613f1f07750fca930eecfe78544bd3d48
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 9696

Stats:
[Applications: 86], [Full Run: 1m46s], [Rendering: 39s], [Cluster: 18s], [Argo CD: 49s]

@renovate renovate Bot force-pushed the renovate/major-paperless branch 15 times, most recently from 61398ac to 715e97e Compare May 13, 2026 09:12
@renovate renovate Bot force-pushed the renovate/major-paperless branch from 715e97e to e59f264 Compare May 14, 2026 05:41
@renovate renovate Bot changed the title feat(helm)!: Update app-template ( 4.6.2 ➔ 5.0.0 ) feat(helm)!: Update app-template ( 4.6.2 ➔ 5.0.1 ) May 14, 2026
@renovate renovate Bot force-pushed the renovate/major-paperless branch 10 times, most recently from fe16fdc to e55a9b0 Compare May 21, 2026 04:59
@renovate renovate Bot force-pushed the renovate/major-paperless branch 8 times, most recently from 8e16789 to b8786c3 Compare May 28, 2026 04:57
@renovate renovate Bot force-pushed the renovate/major-paperless branch 2 times, most recently from 7a84da2 to 634d7c8 Compare May 30, 2026 06:05
@renovate renovate Bot force-pushed the renovate/major-paperless branch from 634d7c8 to bac24a2 Compare June 1, 2026 03: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.

0 participants