Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2026

This PR contains the following updates:

Package Update Change
app-template patch 4.6.14.6.2

Release Notes

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

v4.6.2

Changelog:
Changed

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 was generated by Mend Renovate. View the repository job log.

| datasource | package                              | from  | to    |
| ---------- | ------------------------------------ | ----- | ----- |
| docker     | ghcr.io/bjw-s-labs/helm/app-template | 4.6.1 | 4.6.2 |


Signed-off-by: Roger Rumao <rogerrum@users.noreply.github.com>
@github-actions
Copy link

Path: infrastructure/couchdb
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions github-actions bot merged commit f73e966 into main Jan 16, 2026
29 checks passed
@github-actions
Copy link

Path: main/homelab/matter-server
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/wyze-bridge
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/node-red
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/echo-server
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/oscar
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/teslamate
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/tesla-dashcam
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions
Copy link

Path: main/monitoring/speedtest-exporter
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/zwavejs2mqtt
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions
Copy link

Path: main/monitoring/uptime-kuma
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/actual
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/frigate
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/home-assistant
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/kanboard
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/planka
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/airprint
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions
Copy link

Path: infrastructure/tailscale-gateway
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/esphome
Version: 4.6.1 -> 4.6.2

--- /tmp/tmp.izoGE0SXIg	2026-01-16 16:06:36.307830518 +0000
+++ /tmp/tmp.vK5za7akXC	2026-01-16 16:06:36.861836350 +0000
@@ -35,13 +35,13 @@
 apiVersion: v1
 kind: Service
 metadata:
-  name: release-name
+  name: release-name-code-server
   namespace: default
 spec:
   type: ClusterIP
   ports:
-    - port: 6052
-      targetPort: 6052
+    - port: 12321
+      targetPort: 12321
       protocol: TCP
       name: http
   selector:
@@ -54,13 +54,13 @@
 apiVersion: v1
 kind: Service
 metadata:
-  name: release-name-code-server
+  name: release-name
   namespace: default
 spec:
   type: ClusterIP
   ports:
-    - port: 12321
-      targetPort: 12321
+    - port: 6052
+      targetPort: 6052
       protocol: TCP
       name: http
   selector:

@github-actions
Copy link

Path: main/homelab/cyberchef
Version: 4.6.1 -> 4.6.2

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/nomie

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/zigbee2mqtt

No changes in detected in resources

@github-actions
Copy link

Path: infrastructure/envoy-gateway

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/manyfold

--- /tmp/tmp.jBng3JGb8R	2026-01-16 16:07:01.668301316 +0000
+++ /tmp/tmp.mqBAJxGyI3	2026-01-16 16:07:02.121304696 +0000
@@ -20,17 +20,17 @@
 apiVersion: v1
 kind: Service
 metadata:
-  name: release-name-redis
+  name: manyfold
   namespace: default
 spec:
   type: ClusterIP
   ports:
-    - port: 6379
-      targetPort: 6379
+    - port: 3214
+      targetPort: 3214
       protocol: TCP
       name: http
   selector:
-    app.kubernetes.io/controller: redis
+    app.kubernetes.io/controller: manyfold
     app.kubernetes.io/instance: release-name
     app.kubernetes.io/name: release-name
 
@@ -39,17 +39,17 @@
 apiVersion: v1
 kind: Service
 metadata:
-  name: manyfold
+  name: release-name-redis
   namespace: default
 spec:
   type: ClusterIP
   ports:
-    - port: 3214
-      targetPort: 3214
+    - port: 6379
+      targetPort: 6379
       protocol: TCP
       name: http
   selector:
-    app.kubernetes.io/controller: manyfold
+    app.kubernetes.io/controller: redis
     app.kubernetes.io/instance: release-name
     app.kubernetes.io/name: release-name

@github-actions
Copy link

Path: main/monitoring/karma

No changes in detected in resources

@renovate renovate bot deleted the renovate/app-template-4.x branch January 16, 2026 16:07
@github-actions
Copy link

Path: main/homelab/openttd

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/mealie

No changes in detected in resources

@github-actions
Copy link

Path: main/homelab/webtrees

No changes in detected in resources

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