-
Notifications
You must be signed in to change notification settings - Fork 2
fix(container): update image app-template ( 4.6.1 → 4.6.2 ) #3117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| 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>
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: --- /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: |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: --- /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 |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
|
Path: No changes in detected in resources |
This PR contains the following updates:
4.6.1→4.6.2Release Notes
bjw-s-labs/helm-charts (app-template)
v4.6.2Changelog:
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.
This PR was generated by Mend Renovate. View the repository job log.