k8s-gitops
k8s-gitops copied to clipboard
feat!: update helm chart unifi to 5.1.0
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| unifi | major | 4.9.2 -> 5.1.2 |
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: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.
This PR has been generated by Renovate Bot.
Path: k8s/clusters/cluster-0/manifests/network/unifi/helm-release.yaml
Version: 4.9.2 -> 5.0.0
@@ -70,6 +70,8 @@
spec:
serviceAccountName: default
automountServiceAccountToken: true
+ securityContext:
+ fsGroup: 999
dnsPolicy: ClusterFirst
enableServiceLinks: true
containers:
Path: k8s/clusters/cluster-0/manifests/network/unifi/helm-release.yaml
Version: 4.9.2 -> 5.0.1
@@ -70,6 +70,8 @@
spec:
serviceAccountName: default
automountServiceAccountToken: true
+ securityContext:
+ fsGroup: 999
dnsPolicy: ClusterFirst
enableServiceLinks: true
containers:
Path: k8s/clusters/cluster-0/manifests/network/unifi/helm-release.yaml
Version: 4.9.2 -> 5.1.0
@@ -70,6 +70,8 @@
spec:
serviceAccountName: default
automountServiceAccountToken: true
+ securityContext:
+ fsGroup: 999
dnsPolicy: ClusterFirst
enableServiceLinks: true
containers:
Path: k8s/clusters/cluster-0/manifests/network/unifi/helm-release.yaml
Version: 4.9.2 -> 5.1.0
@@ -70,6 +70,8 @@
spec:
serviceAccountName: default
automountServiceAccountToken: true
+ securityContext:
+ fsGroup: 999
dnsPolicy: ClusterFirst
enableServiceLinks: true
containers:
Path: k8s/clusters/cluster-0/manifests/network/unifi/helm-release.yaml
Version: 4.9.2 -> 5.1.1
@@ -70,6 +70,8 @@
spec:
serviceAccountName: default
automountServiceAccountToken: true
+ securityContext:
+ fsGroup: 999
dnsPolicy: ClusterFirst
enableServiceLinks: true
containers:
@@ -77,19 +79,19 @@
image: "jacobalberty/unifi:v7.1.66"
imagePullPolicy: IfNotPresent
env:
- - name: "JVM_INIT_HEAP_SIZE"
- value:
- - name: "JVM_MAX_HEAP_SIZE"
- value: "1024M"
- - name: "RUNAS_UID0"
+ - name: JVM_INIT_HEAP_SIZE
+ value: null
+ - name: JVM_MAX_HEAP_SIZE
+ value: 1024M
+ - name: RUNAS_UID0
value: "false"
- - name: "TZ"
- value: "America/New_York"
- - name: "UNIFI_GID"
+ - name: TZ
+ value: America/New_York
+ - name: UNIFI_GID
value: "999"
- - name: "UNIFI_STDOUT"
+ - name: UNIFI_STDOUT
value: "true"
- - name: "UNIFI_UID"
+ - name: UNIFI_UID
value: "999"
ports:
- name: controller
Path: k8s/clusters/cluster-0/manifests/network/unifi/helm-release.yaml
Version: 4.9.2 -> 5.1.2
@@ -70,6 +70,8 @@
spec:
serviceAccountName: default
automountServiceAccountToken: true
+ securityContext:
+ fsGroup: 999
dnsPolicy: ClusterFirst
enableServiceLinks: true
containers:
@@ -77,19 +79,19 @@
image: "jacobalberty/unifi:v7.1.66"
imagePullPolicy: IfNotPresent
env:
- - name: "JVM_INIT_HEAP_SIZE"
- value:
- - name: "JVM_MAX_HEAP_SIZE"
- value: "1024M"
- - name: "RUNAS_UID0"
+ - name: JVM_INIT_HEAP_SIZE
+ value: null
+ - name: JVM_MAX_HEAP_SIZE
+ value: 1024M
+ - name: RUNAS_UID0
value: "false"
- - name: "TZ"
- value: "America/New_York"
- - name: "UNIFI_GID"
+ - name: TZ
+ value: America/New_York
+ - name: UNIFI_GID
value: "999"
- - name: "UNIFI_STDOUT"
+ - name: UNIFI_STDOUT
value: "true"
- - name: "UNIFI_UID"
+ - name: UNIFI_UID
value: "999"
ports:
- name: controller