From c3b1d1cf0189293164a87e88cfceb0832abe8dee Mon Sep 17 00:00:00 2001 From: Helio Machado <0x2b3bfa0+git@googlemail.com> Date: Sun, 17 Sep 2023 02:29:18 +0200 Subject: [PATCH 1/7] Remove duplicate label --- charts/studio/templates/ingress-studio-webhook.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/studio/templates/ingress-studio-webhook.yaml b/charts/studio/templates/ingress-studio-webhook.yaml index 7ecd0eba..554150ef 100644 --- a/charts/studio/templates/ingress-studio-webhook.yaml +++ b/charts/studio/templates/ingress-studio-webhook.yaml @@ -16,7 +16,6 @@ metadata: name: {{ .Release.Name }}-studio-webhook labels: {{- include "studio-ui.labels" . | nindent 4 }} - "app.kubernetes.io/managed-by": "Helm" annotations: meta.helm.sh/release-name: {{ .Release.Name }} meta.helm.sh/release-namespace: {{.Release.Namespace}} From ec4a0453fcb71a65f1fbb8b51fc37164de0751c9 Mon Sep 17 00:00:00 2001 From: Helio Machado <0x2b3bfa0+git@googlemail.com> Date: Sun, 17 Sep 2023 02:29:51 +0200 Subject: [PATCH 2/7] Remove duplicate label --- charts/studio/templates/ingress-studio-api.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/studio/templates/ingress-studio-api.yaml b/charts/studio/templates/ingress-studio-api.yaml index 8da82eda..8e76e171 100644 --- a/charts/studio/templates/ingress-studio-api.yaml +++ b/charts/studio/templates/ingress-studio-api.yaml @@ -16,7 +16,6 @@ metadata: name: {{ .Release.Name }}-studio-api labels: {{- include "studio-ui.labels" . | nindent 4 }} - "app.kubernetes.io/managed-by": "Helm" annotations: meta.helm.sh/release-name: {{ .Release.Name }} meta.helm.sh/release-namespace: {{.Release.Namespace}} From 148005db23549552af3d8d11107bb16d3b9deb9a Mon Sep 17 00:00:00 2001 From: Helio Machado <0x2b3bfa0+git@googlemail.com> Date: Sun, 17 Sep 2023 02:30:14 +0200 Subject: [PATCH 3/7] Remove duplicate label --- charts/studio/templates/ingress-studio-ui.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/studio/templates/ingress-studio-ui.yaml b/charts/studio/templates/ingress-studio-ui.yaml index 637dd2b5..6d9cce23 100644 --- a/charts/studio/templates/ingress-studio-ui.yaml +++ b/charts/studio/templates/ingress-studio-ui.yaml @@ -16,7 +16,6 @@ metadata: name: {{ .Release.Name }}-studio-ui labels: {{- include "studio-ui.labels" . | nindent 4 }} - "app.kubernetes.io/managed-by": "Helm" annotations: meta.helm.sh/release-name: {{ .Release.Name }} meta.helm.sh/release-namespace: {{.Release.Namespace}} From 229ed84d17cea8692cf0021f10586ded5747fee6 Mon Sep 17 00:00:00 2001 From: Helio Machado <0x2b3bfa0+git@googlemail.com> Date: Sun, 17 Sep 2023 03:53:04 +0200 Subject: [PATCH 4/7] Update ingress-studio-api.yaml --- charts/studio/templates/ingress-studio-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/studio/templates/ingress-studio-api.yaml b/charts/studio/templates/ingress-studio-api.yaml index 8e76e171..aef0d38e 100644 --- a/charts/studio/templates/ingress-studio-api.yaml +++ b/charts/studio/templates/ingress-studio-api.yaml @@ -15,7 +15,7 @@ kind: Ingress metadata: name: {{ .Release.Name }}-studio-api labels: - {{- include "studio-ui.labels" . | nindent 4 }} + {{- include "studio-backend.labels" . | nindent 4 }} annotations: meta.helm.sh/release-name: {{ .Release.Name }} meta.helm.sh/release-namespace: {{.Release.Namespace}} From 5e7b8f03d3c186455c9e0360fb508afa2b49161c Mon Sep 17 00:00:00 2001 From: Helio Machado <0x2b3bfa0+git@googlemail.com> Date: Sun, 17 Sep 2023 03:53:26 +0200 Subject: [PATCH 5/7] Update ingress-studio-webhook.yaml --- charts/studio/templates/ingress-studio-webhook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/studio/templates/ingress-studio-webhook.yaml b/charts/studio/templates/ingress-studio-webhook.yaml index 554150ef..46e9496e 100644 --- a/charts/studio/templates/ingress-studio-webhook.yaml +++ b/charts/studio/templates/ingress-studio-webhook.yaml @@ -15,7 +15,7 @@ kind: Ingress metadata: name: {{ .Release.Name }}-studio-webhook labels: - {{- include "studio-ui.labels" . | nindent 4 }} + {{- include "studio-backend.labels" . | nindent 4 }} annotations: meta.helm.sh/release-name: {{ .Release.Name }} meta.helm.sh/release-namespace: {{.Release.Namespace}} From 45bc8ad2d99265ec06513e8cb4289d769be34334 Mon Sep 17 00:00:00 2001 From: Helio Machado <0x2b3bfa0+git@googlemail.com> Date: Sun, 17 Sep 2023 04:21:34 +0200 Subject: [PATCH 6/7] Update Chart.yaml --- charts/studio/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/studio/Chart.yaml b/charts/studio/Chart.yaml index e3bf7322..46d9f642 100644 --- a/charts/studio/Chart.yaml +++ b/charts/studio/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: studio description: A Helm chart for Kubernetes type: application -version: 0.6.3 +version: 0.6.4 appVersion: "v2.29.0" maintainers: - name: iterative From 7969714b4e9901110a4727bb477c753b296016ab Mon Sep 17 00:00:00 2001 From: 0x2b3bfa0 <0x2b3bfa0@users.noreply.github.com> Date: Sun, 17 Sep 2023 02:22:09 +0000 Subject: [PATCH 7/7] Helm-Docs update --- charts/studio/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/studio/README.md b/charts/studio/README.md index eeae4ccc..ce8870f2 100644 --- a/charts/studio/README.md +++ b/charts/studio/README.md @@ -1,6 +1,6 @@ # studio -![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.29.0](https://img.shields.io/badge/AppVersion-v2.29.0-informational?style=flat-square) +![Version: 0.6.4](https://img.shields.io/badge/Version-0.6.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.29.0](https://img.shields.io/badge/AppVersion-v2.29.0-informational?style=flat-square) A Helm chart for Kubernetes