From dab0452771b5759bee604c8f470afe9d399d9005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Vol=C3=A1k?= Date: Thu, 3 Oct 2024 14:08:11 +0200 Subject: [PATCH] [uniconfig] Release for version 7.0 (#429) Co-authored-by: Jozef Volak --- charts/uniconfig/Chart.yaml | 13 +++++++--- charts/uniconfig/README.md | 2 +- charts/uniconfig/templates/deployment.yaml | 30 +--------------------- 3 files changed, 11 insertions(+), 34 deletions(-) diff --git a/charts/uniconfig/Chart.yaml b/charts/uniconfig/Chart.yaml index d50591ea..dc65b11f 100644 --- a/charts/uniconfig/Chart.yaml +++ b/charts/uniconfig/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: uniconfig -version: 8.2.1 -appVersion: "6.1.1" +version: 8.2.2 +appVersion: "7.0.0" description: A Helm chart for UniConfig Kubernetes deployment type: application home: https://github.com/FRINXio/helm-charts @@ -22,7 +22,12 @@ icon: https://avatars.githubusercontent.com/u/23452093?s=200&v=4 annotations: artifacthub.io/changes: | - kind: changed - description: Monitoring to metrics configuration + description: Bump appVersion links: - name: GitHub PR - url: https://github.com/FRINXio/helm-charts/pull/418 + url: https://github.com/FRINXio/helm-charts/pull/429 + - kind: fixed + description: Fix extraContainers templating + links: + - name: GitHub PR + url: https://github.com/FRINXio/helm-charts/pull/429 diff --git a/charts/uniconfig/README.md b/charts/uniconfig/README.md index a4d4aad5..df6ca765 100644 --- a/charts/uniconfig/README.md +++ b/charts/uniconfig/README.md @@ -2,7 +2,7 @@ A Helm chart for UniConfig Kubernetes deployment -![Version: 8.2.1](https://img.shields.io/badge/Version-8.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.1.1](https://img.shields.io/badge/AppVersion-6.1.1-informational?style=flat-square) +![Version: 8.2.2](https://img.shields.io/badge/Version-8.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.0](https://img.shields.io/badge/AppVersion-7.0.0-informational?style=flat-square) ## Get Repo Info diff --git a/charts/uniconfig/templates/deployment.yaml b/charts/uniconfig/templates/deployment.yaml index 55a6ae79..1ecadecf 100644 --- a/charts/uniconfig/templates/deployment.yaml +++ b/charts/uniconfig/templates/deployment.yaml @@ -237,33 +237,5 @@ spec: readOnly: {{ .readOnly }} {{- end }} {{- with .Values.extraContainers }} - {{- range . }} - - name: {{ .name }} - image: {{ .image | quote }} - imagePullPolicy: {{ .imagePullPolicy | quote }} - {{- if .command }} - command: - {{- toYaml .command | nindent 12 }} - {{- end }} - {{- if .args }} - args: - {{- toYaml .args | nindent 12 }} - {{- end }} - {{- if .ports }} - ports: - {{- toYaml .ports | nindent 12 }} - {{- end }} - {{- if .env }} - env: - {{- toYaml .env | nindent 12 }} - {{- end }} - {{- if .resources }} - resources: - {{- toYaml .resources | nindent 12 }} - {{- end }} - {{- if .volumeMounts }} - volumeMounts: - {{- toYaml .volumeMounts | nindent 12 }} - {{- end }} + {{- toYaml . | nindent 8 }} {{- end }} - {{- end }} \ No newline at end of file