From 2c1c9ea1b6ab330d21ce2ad97bd18756bd9ecdf2 Mon Sep 17 00:00:00 2001 From: Holden Omans Date: Thu, 10 Jun 2021 12:46:14 -0400 Subject: [PATCH 1/2] minor update --- .gitignore | 1 + ndustrial/common/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9060bbf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/charts/*.tgz \ No newline at end of file diff --git a/ndustrial/common/Chart.yaml b/ndustrial/common/Chart.yaml index 23e8b91..9186c71 100644 --- a/ndustrial/common/Chart.yaml +++ b/ndustrial/common/Chart.yaml @@ -19,5 +19,5 @@ sources: - https://ndustrial.io/ type: library # Please make sure that version and appVersion are always the same. -version: 0.1.1 -appVersion: 0.1.1 +version: 0.1.2 +appVersion: 0.1.2 From e178ff85b53a8c97cf4e1b852d2b12172380963f Mon Sep 17 00:00:00 2001 From: Holden Omans Date: Thu, 10 Jun 2021 12:49:30 -0400 Subject: [PATCH 2/2] minor update --- ndustrial/common/templates/_labels.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/ndustrial/common/templates/_labels.tpl b/ndustrial/common/templates/_labels.tpl index 38e9133..e2f3f88 100644 --- a/ndustrial/common/templates/_labels.tpl +++ b/ndustrial/common/templates/_labels.tpl @@ -8,7 +8,6 @@ helm.sh/chart: {{ include "common.names.chart" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} ndustrial.io/app: {{ .Values.ndustrial.name }} -ndustrial.io/image.tag: {{ include "common.images.image" (dict "imageRoot" .Values.image "global" .Values.global) }} ndustrial.io/organization.slug: {{ .Values.ndustrial.organization }} ndustrial.io/owner: {{ .Values.ndustrial.owner }} {{- if .Values.contxt.stackId -}}