chore(deps): update helm release common to v5 - autoclosed#348
Merged
Conversation
Changes in Final Manifest1 file changed:
1 modified Diffmanifest.yaml@@ -1,6 +1,45 @@
---
# Source: immich/templates/machine-learning.yaml
apiVersion: v1
+kind: ServiceAccount
+metadata:
+ name: immich-machine-learning
+ labels:
+ app.kubernetes.io/instance: immich
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: machine-learning
+ app.kubernetes.io/version: v2.6.3
+ helm.sh/chart: immich-0.11.1
+ namespace: default
+---
+# Source: immich/templates/server.yaml
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+ name: immich-server
+ labels:
+ app.kubernetes.io/instance: immich
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: server
+ app.kubernetes.io/version: v2.6.3
+ helm.sh/chart: immich-0.11.1
+ namespace: default
+---
+# Source: immich/templates/valkey.yaml
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+ name: immich-valkey
+ labels:
+ app.kubernetes.io/instance: immich
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: valkey
+ app.kubernetes.io/version: v2.6.3
+ helm.sh/chart: immich-0.11.1
+ namespace: default
+---
+# Source: immich/templates/machine-learning.yaml
+apiVersion: v1
kind: Service
metadata:
name: immich-machine-learning
@@ -107,8 +146,8 @@ spec:
app.kubernetes.io/name: machine-learning
spec:
enableServiceLinks: false
- serviceAccountName: default
- automountServiceAccountToken: true
+ serviceAccountName: immich-machine-learning
+ automountServiceAccountToken: false
hostIPC: false
hostNetwork: false
hostPID: false
@@ -194,8 +233,8 @@ spec:
app.kubernetes.io/name: server
spec:
enableServiceLinks: false
- serviceAccountName: default
- automountServiceAccountToken: true
+ serviceAccountName: immich-server
+ automountServiceAccountToken: false
hostIPC: false
hostNetwork: false
hostPID: false
@@ -276,8 +315,8 @@ spec:
app.kubernetes.io/name: valkey
spec:
enableServiceLinks: false
- serviceAccountName: default
- automountServiceAccountToken: true
+ serviceAccountName: immich-valkey
+ automountServiceAccountToken: false
hostIPC: false
hostNetwork: false
hostPID: false
|
1ffdf1b to
0b2f881
Compare
bo0tzz
approved these changes
May 14, 2026
renovate Bot
added a commit
to sdwilsh/ansible-playbooks
that referenced
this pull request
May 16, 2026
##### [\`0.12.0\`](https://github.com/immich-app/immich-charts/releases/tag/immich-0.12.0) A chart to power Immich (immich.app) running on kubernetes #### What's Changed - chore: group testing dependencies by [@bo0tzz](https://github.com/bo0tzz) in [#330](immich-app/immich-charts#330) - chore: switch push-o-matic auth from app-id to client-id by [@bo0tzz](https://github.com/bo0tzz) in [#345](immich-app/immich-charts#345) - chore: use app token for mise in workflows by [@bo0tzz](https://github.com/bo0tzz) in [#346](immich-app/immich-charts#346) - chore(deps): update dependency tilt to v0.37.3 by [@renovate](https://github.com/renovate)\[bot] in [#342](immich-app/immich-charts#342) - chore(deps): update dependency ctlptl to v0.9.3 by [@renovate](https://github.com/renovate)\[bot] in [#344](immich-app/immich-charts#344) - chore(deps): update docker.io/valkey/valkey:9.1-alpine docker digest to [`34f4f65`](immich-app/immich-charts@34f4f65) by [@renovate](https://github.com/renovate)\[bot] in [#343](immich-app/immich-charts#343) - chore(deps): update github-actions by [@renovate](https://github.com/renovate)\[bot] in [#339](immich-app/immich-charts#339) - chore(deps): update dependency kubectl to v1.36.0 by [@renovate](https://github.com/renovate)\[bot] in [#341](immich-app/immich-charts#341) - chore(deps): update helm release common to v5 - autoclosed by [@renovate](https://github.com/renovate)\[bot] in [#348](immich-app/immich-charts#348) - chore(deps): update dependency helm to v4.1.4 by [@renovate](https://github.com/renovate)\[bot] in [#340](immich-app/immich-charts#340) - fix: use matchDepNames for test deps group by [@bo0tzz](https://github.com/bo0tzz) in [#347](immich-app/immich-charts#347) - fix: update versioned common chart links by [@bo0tzz](https://github.com/bo0tzz) in [#350](immich-app/immich-charts#350) - chore: release 0.12.0 by [@bo0tzz](https://github.com/bo0tzz) in [#349](immich-app/immich-charts#349) **Full Changelog**: <immich-app/immich-charts@immich-0.11.1...immich-0.12.0>
sdwilsh
pushed a commit
to sdwilsh/ansible-playbooks
that referenced
this pull request
May 16, 2026
##### [\`0.12.0\`](https://github.com/immich-app/immich-charts/releases/tag/immich-0.12.0) A chart to power Immich (immich.app) running on kubernetes #### What's Changed - chore: group testing dependencies by [@bo0tzz](https://github.com/bo0tzz) in [#330](immich-app/immich-charts#330) - chore: switch push-o-matic auth from app-id to client-id by [@bo0tzz](https://github.com/bo0tzz) in [#345](immich-app/immich-charts#345) - chore: use app token for mise in workflows by [@bo0tzz](https://github.com/bo0tzz) in [#346](immich-app/immich-charts#346) - chore(deps): update dependency tilt to v0.37.3 by [@renovate](https://github.com/renovate)\[bot] in [#342](immich-app/immich-charts#342) - chore(deps): update dependency ctlptl to v0.9.3 by [@renovate](https://github.com/renovate)\[bot] in [#344](immich-app/immich-charts#344) - chore(deps): update docker.io/valkey/valkey:9.1-alpine docker digest to [`34f4f65`](immich-app/immich-charts@34f4f65) by [@renovate](https://github.com/renovate)\[bot] in [#343](immich-app/immich-charts#343) - chore(deps): update github-actions by [@renovate](https://github.com/renovate)\[bot] in [#339](immich-app/immich-charts#339) - chore(deps): update dependency kubectl to v1.36.0 by [@renovate](https://github.com/renovate)\[bot] in [#341](immich-app/immich-charts#341) - chore(deps): update helm release common to v5 - autoclosed by [@renovate](https://github.com/renovate)\[bot] in [#348](immich-app/immich-charts#348) - chore(deps): update dependency helm to v4.1.4 by [@renovate](https://github.com/renovate)\[bot] in [#340](immich-app/immich-charts#340) - fix: use matchDepNames for test deps group by [@bo0tzz](https://github.com/bo0tzz) in [#347](immich-app/immich-charts#347) - fix: update versioned common chart links by [@bo0tzz](https://github.com/bo0tzz) in [#350](immich-app/immich-charts#350) - chore: release 0.12.0 by [@bo0tzz](https://github.com/bo0tzz) in [#349](immich-app/immich-charts#349) **Full Changelog**: <immich-app/immich-charts@immich-0.11.1...immich-0.12.0>
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.1Release Notes
bjw-s-labs/helm-charts (common)
v5.0.1Changelog:
Fixed
Changed
v5.0.0Compare Source
Changelog:
Added
controllerorpodSelectoris specified and exactly one controller exists.ephemeralpersistence type.Changed
speckey which caused confusion. Global chart labels and annotations are automatically merged with user-provided ones.global.createDefaultServiceAccountto false.jobLabelfields now default toapp.kubernetes.io/name.Fixed
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.