Skip to content

chore(deps): update helm release common to v5 - autoclosed#348

Merged
bo0tzz merged 1 commit into
mainfrom
renovate/common-5.x
May 14, 2026
Merged

chore(deps): update helm release common to v5 - autoclosed#348
bo0tzz merged 1 commit into
mainfrom
renovate/common-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 12, 2026

This PR contains the following updates:

Package Update Change
common (source) major 4.6.25.0.1

Release Notes

bjw-s-labs/helm-charts (common)

v5.0.1

Changelog:
Fixed
  • Pod spec.serviceAccountName now properly uses the resolved name (including global.nameOverride) when auto-detecting a single serviceAccount.
  • Allow omitting namespace in route parentRefs.
Changed
  • Allow setting namespace field on rawResources.

v5.0.0

Compare Source

Changelog:
Added
  • NetworkPolicy now auto-detects and targets a single controller when no controller or podSelector is specified and exactly one controller exists.
  • Allow creating HorizontalPodAutoscaler objects for controllers.
  • Add support for creating PodMonitors in addition to ServiceMonitors
  • Add support for setting container resizePolicy in Kubernetes versions >= 1.35
  • Add support for setting Pod resizePolicy in Kubernetes versions >= 1.36
  • Add native support for generic ephemeral volumes via the new ephemeral persistence type.
Changed
  • Breaking: Restructured rawResources to use a manifest wrapper key for cleaner syntax. Previously the K8s manifest content was placed under a spec key which caused confusion. Global chart labels and annotations are automatically merged with user-provided ones.
  • Breaking: automountServiceAccountToken now defaults to false to improve security posture.
  • Breaking: Create an unprivileged serviceAccount by default. Can be disabled by setting global.createDefaultServiceAccount to false.
  • Breaking: ServiceMonitor and PodMonitor jobLabel fields now default to app.kubernetes.io/name.
  • Minimum required Kubernetes version has been increased to 1.31
  • Minimum required Helm version has been increased to 3.18
Fixed
  • Improve error messages
  • Fix edge case in volumeMounts where default persistence type was not properly set
  • Fix whitespace handling in Route backendRefs

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 9am on tuesday"
  • 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 was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2026

Changes in Final Manifest

1 file changed:

  • M manifest.yaml

1 modified M

Diff

manifest.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

GitHub Actions

@renovate renovate Bot force-pushed the renovate/common-5.x branch from 1ffdf1b to 0b2f881 Compare May 14, 2026 18:38
@bo0tzz bo0tzz enabled auto-merge (squash) May 14, 2026 18:40
@bo0tzz bo0tzz merged commit 062455a into main May 14, 2026
7 of 8 checks passed
@bo0tzz bo0tzz deleted the renovate/common-5.x branch May 14, 2026 18:41
@renovate renovate Bot changed the title chore(deps): update helm release common to v5 chore(deps): update helm release common to v5 - autoclosed 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>
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