Skip to content

Commit

Permalink
Update node-red
Browse files Browse the repository at this point in the history
  • Loading branch information
th0th committed Sep 13, 2024
1 parent 5cb2823 commit ad641d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/node-red/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "4.0.2"
appVersion: "4.0.2-debian"
name: node-red
description: Low-code programming for event-driven applications.
type: application
version: 0.1.0
version: 0.2.0
2 changes: 1 addition & 1 deletion charts/node-red/templates/statefulset-node-red.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- env:
- name: TZ
value: {{ .Values.nodeRed.timeZone }}
image: {{ .Values.nodeRed.image.repository }}:{{ .Values.nodeRed.image.tag }}
image: {{ .Values.nodeRed.image.repository }}:{{ .Values.nodeRed.image.tag | default .Chart.AppVersion }}
name: node-red
resources: {{- toYaml .Values.nodeRed.resources | nindent 12 }}
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion charts/node-red/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nodeRed:
# -- node-red image repository
repository: th0th/node-red
# -- node-red image tag
tag: latest
tag: null
persistence:
# -- enable persistence
enabled: true
Expand Down

0 comments on commit ad641d1

Please sign in to comment.