diff --git a/services/node-red/deploy/app/deployment.yaml b/services/node-red/deploy/app/deployment.yaml index 9f6b0fb..bdf06cb 100644 --- a/services/node-red/deploy/app/deployment.yaml +++ b/services/node-red/deploy/app/deployment.yaml @@ -16,7 +16,7 @@ spec: containers: - name: node-red ### Maintained by flux - Image Update Automation - image: nodered/node-red:latest # {"$imagepolicy": "node-red:node-red"} + image: nodered/node-red:latest@sha256:5b51c75360538a7d247ce9b77f7feef3de6aedbcb5f153ff4d89c973571dbc3e # {"$imagepolicy": "node-red:node-red"} ### imagePullPolicy: Always ports: @@ -24,8 +24,8 @@ spec: volumeMounts: - name: node-red-data mountPath: /data - - name: node-red-settings - mountPath: /data/settings.js + - name: node-red-settings + mountPath: /data/settings.js subPath: settings.js - name: limbomox-ssh mountPath: /.keys/limbomox-ssh-node-red/id_ed25519 @@ -41,9 +41,9 @@ spec: - name: node-red-data persistentVolumeClaim: claimName: node-red - - name: node-red-settings - secret: + - name: node-red-settings + secret: secretName: node-red-settings - - name: limbomox-ssh - secret: - secretName: limbomox-ssh \ No newline at end of file + - name: limbomox-ssh + secret: + secretName: limbomox-ssh