From 4ea06d9a537127f0929b2c52a86d8d0e2ef99626 Mon Sep 17 00:00:00 2001 From: kogeler Date: Wed, 23 Oct 2024 11:18:34 +0300 Subject: [PATCH 1/3] fix app.kubernetes.io/version --- charts/node/Chart.yaml | 2 +- charts/node/templates/_helpers.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/node/Chart.yaml b/charts/node/Chart.yaml index 4c610ee1..db119b04 100644 --- a/charts/node/Chart.yaml +++ b/charts/node/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: node description: A Helm chart to deploy Substrate/Polkadot nodes type: application -version: 5.13.2 +version: 5.13.3 maintainers: - name: Parity url: https://github.com/paritytech/helm-charts diff --git a/charts/node/templates/_helpers.tpl b/charts/node/templates/_helpers.tpl index 28a08dc2..7254f47a 100644 --- a/charts/node/templates/_helpers.tpl +++ b/charts/node/templates/_helpers.tpl @@ -37,7 +37,7 @@ Common labels helm.sh/chart: {{ include "node.chart" . }} {{ include "node.selectorLabels" . }} {{ include "node.serviceLabels" . }} -app.kubernetes.io/version: {{ .Values.image.tag | replace ":" "-" | replace "@" "_" | trunc 63 | quote }} +app.kubernetes.io/version: {{ .Values.image.tag | replace ":" "-" | replace "@" "_" | trunc 63 | trimSuffix "-" | trimSuffix "_" | quote }} app.kubernetes.io/managed-by: {{ .Release.Service }} {{- if or .Values.node.chainData.pruning ( not ( kindIs "invalid" .Values.node.chainData.pruning ) ) }} {{- if ge ( int .Values.node.chainData.pruning ) 1 }} From 49db2f9ea2a8baa7cef9bc8ff590e512e7904d25 Mon Sep 17 00:00:00 2001 From: kogeler Date: Wed, 23 Oct 2024 11:29:40 +0300 Subject: [PATCH 2/3] fix docs --- charts/node/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/node/README.md b/charts/node/README.md index 56e65bbc..07b17e35 100644 --- a/charts/node/README.md +++ b/charts/node/README.md @@ -18,7 +18,7 @@ This is intended behaviour. Make sure to run `git add -A` once again to stage ch # Substrate/Polkadot node Helm chart -![Version: 5.13.2](https://img.shields.io/badge/Version-5.13.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 5.13.3](https://img.shields.io/badge/Version-5.13.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ## Overview The Polkadot Helm Chart provides a convenient way to deploy and manage a Polkadot blockchain node in a Kubernetes cluster. @@ -560,4 +560,4 @@ If you're running a collator node: | wsHealthExporter.resources | object | `{}` | Resource limits & requests | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) From 5e10300d02a2c94ab81762a327d923064ec047dd Mon Sep 17 00:00:00 2001 From: kogeler Date: Wed, 23 Oct 2024 11:33:48 +0300 Subject: [PATCH 3/3] fix docs --- charts/node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/node/README.md b/charts/node/README.md index 07b17e35..bc34937a 100644 --- a/charts/node/README.md +++ b/charts/node/README.md @@ -560,4 +560,4 @@ If you're running a collator node: | wsHealthExporter.resources | object | `{}` | Resource limits & requests | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)