diff --git a/charts/node-red/Chart.yaml b/charts/node-red/Chart.yaml index a44b25b4..41a97e17 100644 --- a/charts/node-red/Chart.yaml +++ b/charts/node-red/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.2.5 description: Node-RED is low-code programming for event-driven applications name: node-red -version: 4.3.0 +version: 5.0.0 keywords: - nodered - node-red @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: 1.7.0 + version: 2.0.3 diff --git a/charts/node-red/ci/ct-values.yaml b/charts/node-red/ci/ct-values.yaml deleted file mode 100644 index f6ccc628..00000000 --- a/charts/node-red/ci/ct-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ingress: - enabled: true