Skip to content

Commit

Permalink
Fix controller name in service
Browse files Browse the repository at this point in the history
  • Loading branch information
egeback committed Mar 29, 2024
1 parent a9acdfa commit afc2582
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/node-red/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 3.1.8
description: Node-RED is low-code programming for event-driven applications
name: node-red
version: 1.0.9
version: 1.0.10
kubeVersion: ">=1.16.0-0"
keywords:
- node-red
Expand All @@ -21,4 +21,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Update base chart to 3.0.4
description: Fix controller name in service
2 changes: 1 addition & 1 deletion charts/node-red/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# node-red

![Version: 1.0.9](https://img.shields.io/badge/Version-1.0.9-informational?style=flat-square) ![AppVersion: 3.1.8](https://img.shields.io/badge/AppVersion-3.1.8-informational?style=flat-square)
![Version: 1.0.10](https://img.shields.io/badge/Version-1.0.10-informational?style=flat-square) ![AppVersion: 3.1.8](https://img.shields.io/badge/AppVersion-3.1.8-informational?style=flat-square)

Node-RED is low-code programming for event-driven applications

Expand Down
1 change: 1 addition & 0 deletions charts/node-red/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ controllers:
# @default -- See values.yaml
service:
main:
controller: main
ports:
http:
port: 1880
Expand Down

0 comments on commit afc2582

Please sign in to comment.