feat(helm)!: Update app-template ( 4.6.2 ➔ 5.0.1 )#739
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Argo CD Diff PreviewSummary: 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: mainpaperless (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-nasDeployment: 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: paperlessServiceAccount: 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: selfhostedprowlarr (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: 9696Stats: |
61398ac to
715e97e
Compare
715e97e to
e59f264
Compare
fe16fdc to
e55a9b0
Compare
8e16789 to
b8786c3
Compare
7a84da2 to
634d7c8
Compare
634d7c8 to
bac24a2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.6.2→5.0.14.6.2→5.0.1Release Notes
bjw-s-labs/helm-charts (app-template)
v5.0.1Compare Source
Changelog:
Changed
v5.0.0Compare Source
Changelog:
Changed
Configuration
📅 Schedule: (in timezone Asia/Jerusalem)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.