diff --git a/charts/daemonset-app/Chart.yaml b/charts/daemonset-app/Chart.yaml index 0859f73..65b2f96 100644 --- a/charts/daemonset-app/Chart.yaml +++ b/charts/daemonset-app/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: daemonset-app description: Default DaemonSet Helm Chart type: application -version: 0.16.1 +version: 0.16.2 appVersion: latest maintainers: - name: diranged diff --git a/charts/daemonset-app/README.md b/charts/daemonset-app/README.md index 15bc17a..23bb610 100644 --- a/charts/daemonset-app/README.md +++ b/charts/daemonset-app/README.md @@ -2,7 +2,7 @@ Default DaemonSet Helm Chart -![Version: 0.16.1](https://img.shields.io/badge/Version-0.16.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.16.2](https://img.shields.io/badge/Version-0.16.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) [statefulsets]: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/ [hpa]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ diff --git a/charts/daemonset-app/templates/_helpers.tpl b/charts/daemonset-app/templates/_helpers.tpl index 3696e7e..d2fcf35 100644 --- a/charts/daemonset-app/templates/_helpers.tpl +++ b/charts/daemonset-app/templates/_helpers.tpl @@ -3,14 +3,14 @@ This function generates an extended set of labels by combining the base labels from the "nd-common.labels" template with additional custom labels. The additional labels include: - - helm.chart/name: Specifies the name of the chart (hardcoded as "daemonset-app"). - - helm.chart/version: Includes the chart version dynamically from .Chart.Version. + - helm.sh/chart-name: Specifies the name of the chart (hardcoded as "daemonset-app"). + - helm.sh/chart-version: Includes the chart version dynamically from .Chart.Version. */}} {{- define "daemonset-app.labels" -}} {{- $baseLabels := include "nd-common.labels" . | fromYaml -}} {{- $extendedLabels := merge $baseLabels (dict - "helm.sh/chartName" "daemonset-app" - "helm.sh/chartVersion" .Chart.Version + "helm.sh/chart-name" "daemonset-app" + "helm.sh/chart-version" .Chart.Version ) -}} {{- $extendedLabels | toYaml -}} {{- end -}} \ No newline at end of file diff --git a/charts/rollout-app/Chart.yaml b/charts/rollout-app/Chart.yaml index b84e7fd..bc5c6fc 100644 --- a/charts/rollout-app/Chart.yaml +++ b/charts/rollout-app/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: rollout-app description: Argo Rollout-based Application Helm Chart type: application -version: 1.4.4 +version: 1.4.5 appVersion: latest maintainers: - name: diranged diff --git a/charts/rollout-app/README.md b/charts/rollout-app/README.md index 029c204..8bbdf10 100644 --- a/charts/rollout-app/README.md +++ b/charts/rollout-app/README.md @@ -2,7 +2,7 @@ Argo Rollout-based Application Helm Chart -![Version: 1.4.4](https://img.shields.io/badge/Version-1.4.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.4.5](https://img.shields.io/badge/Version-1.4.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) [analysistemplate]: https://argoproj.github.io/argo-rollouts/features/analysis/?query=AnalysisTemplate#background-analysis [argo_rollouts]: https://argoproj.github.io/argo-rollouts/ diff --git a/charts/rollout-app/templates/_helpers.tpl b/charts/rollout-app/templates/_helpers.tpl index 8f538bc..794df98 100644 --- a/charts/rollout-app/templates/_helpers.tpl +++ b/charts/rollout-app/templates/_helpers.tpl @@ -47,14 +47,14 @@ This function generates an extended set of labels by combining the base labels from the "nd-common.labels" template with additional custom labels. The additional labels include: - - helm.chart/name: Specifies the name of the chart (hardcoded as "rollout-app"). - - helm.chart/version: Includes the chart version dynamically from .Chart.Version. + - helm.sh/chart-name: Specifies the name of the chart (hardcoded as "rollout-app"). + - helm.sh/chart-version: Includes the chart version dynamically from .Chart.Version. */}} {{- define "rollout-app.labels" -}} {{- $baseLabels := include "nd-common.labels" . | fromYaml -}} {{- $extendedLabels := merge $baseLabels (dict - "helm.sh/chartName" "rollout-app" - "helm.sh/chartVersion" .Chart.Version + "helm.sh/chart-name" "rollout-app" + "helm.sh/chart-version" .Chart.Version ) -}} {{- $extendedLabels | toYaml -}} {{- end -}} \ No newline at end of file diff --git a/charts/simple-app/Chart.yaml b/charts/simple-app/Chart.yaml index f74dae9..26fc1a7 100644 --- a/charts/simple-app/Chart.yaml +++ b/charts/simple-app/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: simple-app description: Default Microservice Helm Chart type: application -version: 1.12.4 +version: 1.12.5 appVersion: latest maintainers: - name: diranged diff --git a/charts/simple-app/README.md b/charts/simple-app/README.md index a8f2656..fa1955d 100644 --- a/charts/simple-app/README.md +++ b/charts/simple-app/README.md @@ -2,7 +2,7 @@ Default Microservice Helm Chart -![Version: 1.12.4](https://img.shields.io/badge/Version-1.12.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.12.5](https://img.shields.io/badge/Version-1.12.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) [deployments]: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/ [hpa]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ diff --git a/charts/simple-app/templates/_helpers.tpl b/charts/simple-app/templates/_helpers.tpl index 5c67adf..5e72ae6 100644 --- a/charts/simple-app/templates/_helpers.tpl +++ b/charts/simple-app/templates/_helpers.tpl @@ -17,14 +17,14 @@ This function generates an extended set of labels by combining the base labels from the "nd-common.labels" template with additional custom labels. The additional labels include: - - helm.chart/name: Specifies the name of the chart (hardcoded as "simple-app"). - - helm.chart/version: Includes the chart version dynamically from .Chart.Version. + - helm.sh/chart-name: Specifies the name of the chart (hardcoded as "simple-app"). + - helm.sh/chart-version: Includes the chart version dynamically from .Chart.Version. */}} {{- define "simple-app.labels" -}} {{- $baseLabels := include "nd-common.labels" . | fromYaml -}} {{- $extendedLabels := merge $baseLabels (dict - "helm.sh/chartName" "simple-app" - "helm.sh/chartVersion" .Chart.Version + "helm.sh/chart-name" "simple-app" + "helm.sh/chart-version" .Chart.Version ) -}} {{- $extendedLabels | toYaml -}} {{- end -}} \ No newline at end of file diff --git a/charts/stateful-app/Chart.yaml b/charts/stateful-app/Chart.yaml index 6d9e913..1ca4ed3 100644 --- a/charts/stateful-app/Chart.yaml +++ b/charts/stateful-app/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: stateful-app description: Default StatefulSet Helm Chart type: application -version: 1.4.4 +version: 1.4.5 appVersion: latest maintainers: - name: diranged diff --git a/charts/stateful-app/README.md b/charts/stateful-app/README.md index 8d900ad..901d5c1 100644 --- a/charts/stateful-app/README.md +++ b/charts/stateful-app/README.md @@ -2,7 +2,7 @@ Default StatefulSet Helm Chart -![Version: 1.4.4](https://img.shields.io/badge/Version-1.4.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.4.5](https://img.shields.io/badge/Version-1.4.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) [statefulsets]: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/ [hpa]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ diff --git a/charts/stateful-app/templates/_helpers.tpl b/charts/stateful-app/templates/_helpers.tpl index 5bd2236..34f486f 100644 --- a/charts/stateful-app/templates/_helpers.tpl +++ b/charts/stateful-app/templates/_helpers.tpl @@ -12,14 +12,14 @@ This function generates an extended set of labels by combining the base labels from the "nd-common.labels" template with additional custom labels. The additional labels include: - - helm.chart/name: Specifies the name of the chart (hardcoded as "stateful-app"). - - helm.chart/version: Includes the chart version dynamically from .Chart.Version. + - helm.sh/chart-name: Specifies the name of the chart (hardcoded as "stateful-app"). + - helm.sh/chart-version: Includes the chart version dynamically from .Chart.Version. */}} {{- define "stateful-app.labels" -}} {{- $baseLabels := include "nd-common.labels" . | fromYaml -}} {{- $extendedLabels := merge $baseLabels (dict - "helm.sh/chartName" "stateful-app" - "helm.sh/chartVersion" .Chart.Version + "helm.sh/chart-name" "stateful-app" + "helm.sh/chart-version" .Chart.Version ) -}} {{- $extendedLabels | toYaml -}} {{- end -}} \ No newline at end of file