generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(container): update image app-template ( 3.6.0 β 3.6.1 ) #399
Merged
Conversation
This file contains 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
--- kubernetes/main/apps/network/echo-server/app Kustomization: flux-system/echo-server HelmRelease: network/echo-server
+++ kubernetes/main/apps/network/echo-server/app Kustomization: flux-system/echo-server HelmRelease: network/echo-server
@@ -13,13 +13,13 @@
spec:
chart: app-template
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
- version: 3.6.0
+ version: 3.6.1
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true
--- kubernetes/main/apps/network/k8s-gateway/app Kustomization: flux-system/k8s-gateway HelmRelease: network/k8s-gateway
+++ kubernetes/main/apps/network/k8s-gateway/app Kustomization: flux-system/k8s-gateway HelmRelease: network/k8s-gateway
@@ -13,13 +13,13 @@
spec:
chart: app-template
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
- version: 3.6.0
+ version: 3.6.1
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true
--- kubernetes/main/apps/database/dragonfly/app Kustomization: flux-system/dragonfly-operator HelmRelease: database/dragonfly-operator
+++ kubernetes/main/apps/database/dragonfly/app Kustomization: flux-system/dragonfly-operator HelmRelease: database/dragonfly-operator
@@ -13,13 +13,13 @@
spec:
chart: app-template
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
- version: 3.6.0
+ version: 3.6.1
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true
--- kubernetes/main/apps/system-upgrade/system-upgrade-controller/app Kustomization: flux-system/system-upgrade-controller HelmRelease: system-upgrade/system-upgrade-controller
+++ kubernetes/main/apps/system-upgrade/system-upgrade-controller/app Kustomization: flux-system/system-upgrade-controller HelmRelease: system-upgrade/system-upgrade-controller
@@ -13,13 +13,13 @@
spec:
chart: app-template
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
- version: 3.6.0
+ version: 3.6.1
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true
--- kubernetes/main/apps/network/cloudflared/app Kustomization: flux-system/cloudflared HelmRelease: network/cloudflared
+++ kubernetes/main/apps/network/cloudflared/app Kustomization: flux-system/cloudflared HelmRelease: network/cloudflared
@@ -13,13 +13,13 @@
spec:
chart: app-template
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
- version: 3.6.0
+ version: 3.6.1
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true
--- kubernetes/main/apps/kube-system/multus/app Kustomization: flux-system/multus HelmRelease: kube-system/multus
+++ kubernetes/main/apps/kube-system/multus/app Kustomization: flux-system/multus HelmRelease: kube-system/multus
@@ -13,13 +13,13 @@
spec:
chart: app-template
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
- version: 3.6.0
+ version: 3.6.1
dependsOn:
- name: cilium
namespace: kube-system
install:
remediation:
retries: 3
--- kubernetes/main/apps/home-automation/ebusd/app Kustomization: flux-system/ebusd HelmRelease: home-automation/ebusd
+++ kubernetes/main/apps/home-automation/ebusd/app Kustomization: flux-system/ebusd HelmRelease: home-automation/ebusd
@@ -14,13 +14,13 @@
chart: app-template
interval: 30m
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
- version: 3.6.0
+ version: 3.6.1
dependsOn:
- name: emqx-operator
namespace: database
- name: external-secrets
namespace: security
- name: multus
--- kubernetes/main/apps/home-automation/home-assistant/app Kustomization: flux-system/home-assistant HelmRelease: home-automation/home-assistant
+++ kubernetes/main/apps/home-automation/home-assistant/app Kustomization: flux-system/home-assistant HelmRelease: home-automation/home-assistant
@@ -14,13 +14,13 @@
chart: app-template
interval: 30m
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
- version: 3.6.0
+ version: 3.6.1
dependsOn:
- name: postgres-operator
namespace: database
- name: emqx-operator
namespace: database
- name: external-secrets |
--- HelmRelease: network/k8s-gateway Deployment: network/k8s-gateway
+++ HelmRelease: network/k8s-gateway Deployment: network/k8s-gateway
@@ -34,13 +34,12 @@
securityContext:
runAsNonRoot: true
runAsUser: 1000
hostIPC: false
hostNetwork: false
hostPID: false
- hostUsers: true
dnsPolicy: ClusterFirst
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
labelSelector:
--- HelmRelease: network/echo-server Deployment: network/echo-server
+++ HelmRelease: network/echo-server Deployment: network/echo-server
@@ -34,13 +34,12 @@
runAsUser: 65534
seccompProfile:
type: RuntimeDefault
hostIPC: false
hostNetwork: false
hostPID: false
- hostUsers: true
dnsPolicy: ClusterFirst
containers:
- env:
- name: HTTP_PORT
value: '8080'
- name: LOG_IGNORE_PATH
--- HelmRelease: kube-system/multus DaemonSet: kube-system/multus
+++ HelmRelease: kube-system/multus DaemonSet: kube-system/multus
@@ -28,13 +28,12 @@
enableServiceLinks: false
serviceAccountName: multus
automountServiceAccountToken: true
hostIPC: false
hostNetwork: true
hostPID: true
- hostUsers: true
dnsPolicy: ClusterFirstWithHostNet
terminationGracePeriodSeconds: 10
initContainers:
- env:
- name: SKIP_CNI_BINARIES
value: bandwidth,bridge,firewall,flannel,host-device,host-local,ipvlan,loopback,portmap,ptp,sbr,vlan,vrf
--- HelmRelease: kube-system/multus Job: kube-system/multus-preload-images
+++ HelmRelease: kube-system/multus Job: kube-system/multus-preload-images
@@ -27,13 +27,12 @@
enableServiceLinks: false
serviceAccountName: default
automountServiceAccountToken: true
hostIPC: false
hostNetwork: false
hostPID: false
- hostUsers: true
dnsPolicy: ClusterFirst
restartPolicy: Never
containers:
- command:
- /bin/true
image: docker.io/rancher/hardened-cni-plugins:v1.5.1-build20241009
--- HelmRelease: home-automation/ebusd Deployment: home-automation/ebusd
+++ HelmRelease: home-automation/ebusd Deployment: home-automation/ebusd
@@ -38,13 +38,12 @@
runAsUser: 568
seccompProfile:
type: RuntimeDefault
hostIPC: false
hostNetwork: false
hostPID: false
- hostUsers: true
dnsPolicy: ClusterFirst
initContainers:
- args:
- /entrypoint.sh
- /bin/bash
- -c
--- HelmRelease: home-automation/ebusd Job: home-automation/ebusd-preload-images
+++ HelmRelease: home-automation/ebusd Job: home-automation/ebusd-preload-images
@@ -27,13 +27,12 @@
securityContext:
runAsGroup: 568
runAsUser: 568
hostIPC: false
hostNetwork: false
hostPID: false
- hostUsers: true
dnsPolicy: ClusterFirst
restartPolicy: Never
affinity:
podAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
--- HelmRelease: home-automation/home-assistant Deployment: home-automation/home-assistant
+++ HelmRelease: home-automation/home-assistant Deployment: home-automation/home-assistant
@@ -40,13 +40,12 @@
securityContext:
runAsGroup: 0
runAsUser: 0
hostIPC: false
hostNetwork: false
hostPID: false
- hostUsers: true
dnsPolicy: ClusterFirst
initContainers:
- args:
- |
set -ex
if [ ! -e "/config/.git" ]; then
--- HelmRelease: home-automation/home-assistant Job: home-automation/home-assistant-preload-images
+++ HelmRelease: home-automation/home-assistant Job: home-automation/home-assistant-preload-images
@@ -29,13 +29,12 @@
securityContext:
runAsGroup: 568
runAsUser: 568
hostIPC: false
hostNetwork: false
hostPID: false
- hostUsers: true
dnsPolicy: ClusterFirst
restartPolicy: Never
affinity:
podAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
--- HelmRelease: database/dragonfly-operator Deployment: database/dragonfly-operator
+++ HelmRelease: database/dragonfly-operator Deployment: database/dragonfly-operator
@@ -36,13 +36,12 @@
runAsUser: 65534
seccompProfile:
type: RuntimeDefault
hostIPC: false
hostNetwork: false
hostPID: false
- hostUsers: true
dnsPolicy: ClusterFirst
topologySpreadConstraints:
- labelSelector:
matchLabels:
app.kubernetes.io/name: dragonfly-operator
maxSkew: 1
--- HelmRelease: system-upgrade/system-upgrade-controller Deployment: system-upgrade/system-upgrade-controller
+++ HelmRelease: system-upgrade/system-upgrade-controller Deployment: system-upgrade/system-upgrade-controller
@@ -36,13 +36,12 @@
runAsUser: 65534
seccompProfile:
type: RuntimeDefault
hostIPC: false
hostNetwork: false
hostPID: false
- hostUsers: true
dnsPolicy: ClusterFirst
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
--- HelmRelease: network/cloudflared Deployment: network/cloudflared
+++ HelmRelease: network/cloudflared Deployment: network/cloudflared
@@ -36,13 +36,12 @@
runAsUser: 65534
seccompProfile:
type: RuntimeDefault
hostIPC: false
hostNetwork: false
hostPID: false
- hostUsers: true
dnsPolicy: ClusterFirst
topologySpreadConstraints:
- labelSelector:
matchLabels:
app.kubernetes.io/name: cloudflared
maxSkew: 1 |
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:
3.6.0
->3.6.1
Configuration
π Schedule: Branch creation - "on friday and saturday" in timezone Europe/Prague, 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.