Merge remote-tracking branch 'refs/remotes/origin/master'
commit
5c78bb89b5
|
@ -57,4 +57,4 @@ patches:
|
||||||
name: dch-root-ca
|
name: dch-root-ca
|
||||||
images:
|
images:
|
||||||
- name: ghcr.io/authelia/authelia
|
- name: ghcr.io/authelia/authelia
|
||||||
newTag: 4.38.16
|
newTag: 4.38.17
|
||||||
|
|
|
@ -55,4 +55,4 @@ patches:
|
||||||
defaultMode: 0640
|
defaultMode: 0640
|
||||||
images:
|
images:
|
||||||
- name: docker.io/fireflyiii/core
|
- name: docker.io/fireflyiii/core
|
||||||
newTag: version-6.1.21
|
newTag: version-6.1.22
|
||||||
|
|
|
@ -117,14 +117,14 @@ patches:
|
||||||
name: dch-root-ca
|
name: dch-root-ca
|
||||||
images:
|
images:
|
||||||
- name: ghcr.io/home-assistant/home-assistant
|
- name: ghcr.io/home-assistant/home-assistant
|
||||||
newTag: 2024.10.3
|
newTag: 2024.11.2
|
||||||
- name: docker.io/rhasspy/wyoming-whisper
|
- name: docker.io/rhasspy/wyoming-whisper
|
||||||
newTag: 2.2.0
|
newTag: 2.2.0
|
||||||
- name: docker.io/rhasspy/wyoming-piper
|
- name: docker.io/rhasspy/wyoming-piper
|
||||||
newTag: 1.5.0
|
newTag: 1.5.0
|
||||||
- name: docker.io/koenkk/zigbee2mqtt
|
- name: docker.io/koenkk/zigbee2mqtt
|
||||||
newTag: 1.40.2
|
newTag: 1.41.0
|
||||||
- name: docker.io/zwavejs/zwave-js-ui
|
- name: docker.io/zwavejs/zwave-js-ui
|
||||||
newTag: 9.24.0
|
newTag: 9.27.2
|
||||||
- name: docker.io/library/eclipse-mosquitto
|
- name: docker.io/library/eclipse-mosquitto
|
||||||
newTag: 2.0.20
|
newTag: 2.0.20
|
||||||
|
|
|
@ -45,8 +45,8 @@ patches:
|
||||||
|
|
||||||
images:
|
images:
|
||||||
- name: ghcr.io/paperless-ngx/paperless-ngx
|
- name: ghcr.io/paperless-ngx/paperless-ngx
|
||||||
newTag: 2.12.1
|
newTag: 2.13.5
|
||||||
- name: docker.io/gotenberg/gotenberg
|
- name: docker.io/gotenberg/gotenberg
|
||||||
newTag: 8.12.0
|
newTag: 8.13.0
|
||||||
- name: docker.io/apache/tika
|
- name: docker.io/apache/tika
|
||||||
newTag: 2.9.2.1
|
newTag: 3.0.0.0
|
||||||
|
|
|
@ -1,19 +1,4 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
metadata:
|
|
||||||
name: rabbitmq
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: rabbitmq
|
|
||||||
app.kubernetes.io/component: rabbitmq
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 1Gi
|
|
||||||
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
@ -51,7 +36,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: rabbitmq
|
- name: rabbitmq
|
||||||
image: docker.io/library/rabbitmq:3.13-alpine
|
image: docker.io/library/rabbitmq:4.0-alpine
|
||||||
ports:
|
ports:
|
||||||
- name: amqps
|
- name: amqps
|
||||||
containerPort: 5671
|
containerPort: 5671
|
||||||
|
@ -82,7 +67,7 @@ spec:
|
||||||
name: tmp
|
name: tmp
|
||||||
subPath: tmp
|
subPath: tmp
|
||||||
- mountPath: /var/lib/rabbitmq
|
- mountPath: /var/lib/rabbitmq
|
||||||
name: rabbitmq-data
|
name: data
|
||||||
subPath: data
|
subPath: data
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
|
@ -98,10 +83,20 @@ spec:
|
||||||
- name: rabbitmq-config
|
- name: rabbitmq-config
|
||||||
configMap:
|
configMap:
|
||||||
name: rabbitmq
|
name: rabbitmq
|
||||||
- name: rabbitmq-data
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: rabbitmq
|
|
||||||
- name: tmp
|
- name: tmp
|
||||||
emptyDir:
|
emptyDir:
|
||||||
medium: Memory
|
medium: Memory
|
||||||
|
volumeClaimTemplates:
|
||||||
|
- apiVersion: v1
|
||||||
|
kind: PersistentVolumeClaim
|
||||||
|
metadata:
|
||||||
|
name: data
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: rabbitmq
|
||||||
|
app.kubernetes.io/component: rabbitmq
|
||||||
|
spec:
|
||||||
|
accessModes:
|
||||||
|
- ReadWriteOnce
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: 1Gi
|
||||||
|
|
|
@ -3,4 +3,4 @@ kind: Setting
|
||||||
metadata:
|
metadata:
|
||||||
name: taint-toleration
|
name: taint-toleration
|
||||||
namespace: longhorn-system
|
namespace: longhorn-system
|
||||||
value: du5t1n.me/machine=raspberrypi:NoExecute
|
value: du5t1n.me/machine=raspberrypi:NoExecute;node-role.kubernetes.io/longhorn:NoSchedule
|
||||||
|
|
|
@ -63,7 +63,7 @@ data:
|
||||||
reclaimPolicy: "Delete"
|
reclaimPolicy: "Delete"
|
||||||
volumeBindingMode: Immediate
|
volumeBindingMode: Immediate
|
||||||
parameters:
|
parameters:
|
||||||
numberOfReplicas: "3"
|
numberOfReplicas: "2"
|
||||||
staleReplicaTimeout: "30"
|
staleReplicaTimeout: "30"
|
||||||
fromBackup: ""
|
fromBackup: ""
|
||||||
fsType: "ext4"
|
fsType: "ext4"
|
||||||
|
@ -3877,6 +3877,9 @@ spec:
|
||||||
- key: du5t1n.me/machine
|
- key: du5t1n.me/machine
|
||||||
operator: Exists
|
operator: Exists
|
||||||
effect: NoExecute
|
effect: NoExecute
|
||||||
|
- key: node-role.kubernetes.io/longhorn
|
||||||
|
operator: Exists
|
||||||
|
effect: NoSchedule
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: wait-longhorn-admission-webhook
|
- name: wait-longhorn-admission-webhook
|
||||||
image: longhornio/longhorn-manager:v1.4.1
|
image: longhornio/longhorn-manager:v1.4.1
|
||||||
|
@ -4017,9 +4020,15 @@ spec:
|
||||||
value: "longhornio/csi-snapshotter:v5.0.1"
|
value: "longhornio/csi-snapshotter:v5.0.1"
|
||||||
- name: CSI_LIVENESS_PROBE_IMAGE
|
- name: CSI_LIVENESS_PROBE_IMAGE
|
||||||
value: "longhornio/livenessprobe:v2.8.0"
|
value: "longhornio/livenessprobe:v2.8.0"
|
||||||
|
nodeSelector:
|
||||||
|
node-role.kubernetes.io/longhorn: ''
|
||||||
serviceAccountName: longhorn-service-account
|
serviceAccountName: longhorn-service-account
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
|
tolerations:
|
||||||
|
- key: node-role.kubernetes.io/longhorn
|
||||||
|
operator: Exists
|
||||||
|
effect: NoSchedule
|
||||||
---
|
---
|
||||||
# Source: longhorn/templates/deployment-recovery-backend.yaml
|
# Source: longhorn/templates/deployment-recovery-backend.yaml
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
@ -4085,7 +4094,13 @@ spec:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: spec.nodeName
|
fieldPath: spec.nodeName
|
||||||
|
nodeSelector:
|
||||||
|
node-role.kubernetes.io/longhorn: ''
|
||||||
serviceAccountName: longhorn-service-account
|
serviceAccountName: longhorn-service-account
|
||||||
|
tolerations:
|
||||||
|
- key: node-role.kubernetes.io/longhorn
|
||||||
|
operator: Exists
|
||||||
|
effect: NoSchedule
|
||||||
---
|
---
|
||||||
# Source: longhorn/templates/deployment-ui.yaml
|
# Source: longhorn/templates/deployment-ui.yaml
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
@ -4099,7 +4114,7 @@ metadata:
|
||||||
name: longhorn-ui
|
name: longhorn-ui
|
||||||
namespace: longhorn-system
|
namespace: longhorn-system
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 2
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: longhorn-ui
|
app: longhorn-ui
|
||||||
|
@ -4142,6 +4157,12 @@ spec:
|
||||||
value: "http://longhorn-backend:9500"
|
value: "http://longhorn-backend:9500"
|
||||||
- name: LONGHORN_UI_PORT
|
- name: LONGHORN_UI_PORT
|
||||||
value: "8000"
|
value: "8000"
|
||||||
|
nodeSelector:
|
||||||
|
node-role.kubernetes.io/longhorn: ''
|
||||||
|
tolerations:
|
||||||
|
- key: node-role.kubernetes.io/longhorn
|
||||||
|
operator: Exists
|
||||||
|
effect: NoSchedule
|
||||||
volumes:
|
volumes:
|
||||||
- emptyDir: {}
|
- emptyDir: {}
|
||||||
name: nginx-cache
|
name: nginx-cache
|
||||||
|
@ -4208,7 +4229,13 @@ spec:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
|
nodeSelector:
|
||||||
|
node-role.kubernetes.io/longhorn: ''
|
||||||
serviceAccountName: longhorn-service-account
|
serviceAccountName: longhorn-service-account
|
||||||
|
tolerations:
|
||||||
|
- key: node-role.kubernetes.io/longhorn
|
||||||
|
operator: Exists
|
||||||
|
effect: NoSchedule
|
||||||
---
|
---
|
||||||
# Source: longhorn/templates/deployment-webhook.yaml
|
# Source: longhorn/templates/deployment-webhook.yaml
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
@ -4279,7 +4306,13 @@ spec:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: spec.nodeName
|
fieldPath: spec.nodeName
|
||||||
|
nodeSelector:
|
||||||
|
node-role.kubernetes.io/longhorn: ''
|
||||||
serviceAccountName: longhorn-service-account
|
serviceAccountName: longhorn-service-account
|
||||||
|
tolerations:
|
||||||
|
- key: node-role.kubernetes.io/longhorn
|
||||||
|
operator: Exists
|
||||||
|
effect: NoSchedule
|
||||||
---
|
---
|
||||||
# Source: longhorn/templates/validate-psp-install.yaml
|
# Source: longhorn/templates/validate-psp-install.yaml
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue