diff --git a/charts/allure/Chart.yaml b/charts/allure/Chart.yaml index 6469ad9..b8c5516 100644 --- a/charts/allure/Chart.yaml +++ b/charts/allure/Chart.yaml @@ -3,6 +3,6 @@ name: allure type: application description: A Helm chart for Allure Report -version: 0.1.2 +version: 0.1.3 appVersion: "2.19.0" kubeVersion: ">= 1.19.0-0" diff --git a/charts/allure/templates/_helpers.tpl b/charts/allure/templates/_helpers.tpl index bb3e7ba..3d8a3e0 100644 --- a/charts/allure/templates/_helpers.tpl +++ b/charts/allure/templates/_helpers.tpl @@ -30,6 +30,23 @@ Create chart name and version as used by the chart label. {{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} {{- end }} +{{/* +Midokura labels +*/}} +{{- define "charts.midokura.labels" -}} +{{- if .Values.global }} + +{{- if .Values.global.team }} +team: {{ .Values.global.team }} +{{- end }} + +{{- if .Values.global.service }} +service: {{ .Values.global.service }} +{{- end }} + +{{- end }} +{{- end }} + {{/* Common labels */}} @@ -41,11 +58,7 @@ helm.sh/chart: {{ include "allure.chart" . }} app.kubernetes.io/version: {{ .Values.api.image.tag | default .Chart.AppVersion }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- if .Values.global -}} -{{- if .Values.global.team }} -team: {{ .Values.global.team | quote }} -{{- end }} -{{- end }} +{{ include "charts.midokura.labels" . }} {{- end }} {{/* diff --git a/charts/errbot/Chart.yaml b/charts/errbot/Chart.yaml index 1f00469..4ddae2c 100644 --- a/charts/errbot/Chart.yaml +++ b/charts/errbot/Chart.yaml @@ -14,7 +14,7 @@ maintainers: - name: David Girón url: https://github.com/duhow -version: 0.0.4 +version: 0.0.5 # renovate: datasource=docker depName=errbotio/errbot appVersion: 6.1.9 diff --git a/charts/errbot/templates/_helpers.tpl b/charts/errbot/templates/_helpers.tpl index f1dd4f1..bc4e02f 100644 --- a/charts/errbot/templates/_helpers.tpl +++ b/charts/errbot/templates/_helpers.tpl @@ -30,6 +30,23 @@ Create chart name and version as used by the chart label. {{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} {{- end }} +{{/* +Midokura labels +*/}} +{{- define "charts.midokura.labels" -}} +{{- if .Values.global }} + +{{- if .Values.global.team }} +team: {{ .Values.global.team }} +{{- end }} + +{{- if .Values.global.service }} +service: {{ .Values.global.service }} +{{- end }} + +{{- end }} +{{- end }} + {{/* Common labels */}} @@ -40,11 +57,7 @@ helm.sh/chart: {{ include "errbot.chart" . }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- if .Values.global -}} -{{- if .Values.global.team }} -team: {{ .Values.global.team | quote }} -{{- end }} -{{- end }} +{{ include "charts.midokura.labels" . }} {{- end }} {{/* diff --git a/charts/folding-at-home/Chart.yaml b/charts/folding-at-home/Chart.yaml index 2f5cd6b..8eb3694 100644 --- a/charts/folding-at-home/Chart.yaml +++ b/charts/folding-at-home/Chart.yaml @@ -12,6 +12,6 @@ maintainers: - name: David Girón url: https://github.com/duhow -version: 0.0.2 +version: 0.0.3 # renovate: datasource=docker depName=linuxserver/foldingathome appVersion: 7.6.21 diff --git a/charts/folding-at-home/templates/_helpers.tpl b/charts/folding-at-home/templates/_helpers.tpl index b222dec..bc81b6d 100644 --- a/charts/folding-at-home/templates/_helpers.tpl +++ b/charts/folding-at-home/templates/_helpers.tpl @@ -30,6 +30,23 @@ Create chart name and version as used by the chart label. {{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} {{- end }} +{{/* +Midokura labels +*/}} +{{- define "charts.midokura.labels" -}} +{{- if .Values.global }} + +{{- if .Values.global.team }} +team: {{ .Values.global.team }} +{{- end }} + +{{- if .Values.global.service }} +service: {{ .Values.global.service }} +{{- end }} + +{{- end }} +{{- end }} + {{/* Common labels */}} @@ -40,11 +57,7 @@ helm.sh/chart: {{ include "fah.chart" . }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- if .Values.global -}} -{{- if .Values.global.team }} -team: {{ .Values.global.team | quote }} -{{- end }} -{{- end }} +{{ include "charts.midokura.labels" . }} {{- end }} {{/* diff --git a/charts/fossology/Chart.yaml b/charts/fossology/Chart.yaml index d6affcf..502bf50 100644 --- a/charts/fossology/Chart.yaml +++ b/charts/fossology/Chart.yaml @@ -15,7 +15,7 @@ maintainers: - name: David Girón url: https://github.com/duhow -version: 0.2.1 +version: 0.2.2 # renovate: datasource=docker depName=fossology/fossology appVersion: 4.2.1 diff --git a/charts/fossology/templates/_helpers.tpl b/charts/fossology/templates/_helpers.tpl index 0735f7f..388aaf4 100644 --- a/charts/fossology/templates/_helpers.tpl +++ b/charts/fossology/templates/_helpers.tpl @@ -30,6 +30,23 @@ Create chart name and version as used by the chart label. {{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} {{- end }} +{{/* +Midokura labels +*/}} +{{- define "charts.midokura.labels" -}} +{{- if .Values.global }} + +{{- if .Values.global.team }} +team: {{ .Values.global.team }} +{{- end }} + +{{- if .Values.global.service }} +service: {{ .Values.global.service }} +{{- end }} + +{{- end }} +{{- end }} + {{/* Common labels */}} @@ -39,11 +56,7 @@ helm.sh/chart: {{ include "fossology.chart" . }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- if .Values.global -}} -{{- if .Values.global.team }} -team: {{ .Values.global.team | quote }} -{{- end }} -{{- end }} +{{ include "charts.midokura.labels" . }} {{- end }} {{- define "fossology.scheduler.labels" -}} diff --git a/charts/librenms/Chart.yaml b/charts/librenms/Chart.yaml index 2b17899..3e58a67 100644 --- a/charts/librenms/Chart.yaml +++ b/charts/librenms/Chart.yaml @@ -16,7 +16,7 @@ maintainers: - name: David Girón url: https://github.com/duhow -version: 0.3.1 +version: 0.3.2 # renovate: datasource=docker depName=librenms/librenms appVersion: 22.4.1 diff --git a/charts/librenms/templates/_helpers.tpl b/charts/librenms/templates/_helpers.tpl index 7283f02..42cd870 100644 --- a/charts/librenms/templates/_helpers.tpl +++ b/charts/librenms/templates/_helpers.tpl @@ -30,6 +30,23 @@ Create chart name and version as used by the chart label. {{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} {{- end }} +{{/* +Midokura labels +*/}} +{{- define "charts.midokura.labels" -}} +{{- if .Values.global }} + +{{- if .Values.global.team }} +team: {{ .Values.global.team }} +{{- end }} + +{{- if .Values.global.service }} +service: {{ .Values.global.service }} +{{- end }} + +{{- end }} +{{- end }} + {{/* Common labels */}} @@ -39,11 +56,7 @@ helm.sh/chart: {{ include "librenms.chart" . }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- if .Values.global -}} -{{- if .Values.global.team }} -team: {{ .Values.global.team | quote }} -{{- end }} -{{- end }} +{{ include "charts.midokura.labels" . }} {{- end }} {{- define "librenms.labels" -}} diff --git a/charts/nginx-static/Chart.yaml b/charts/nginx-static/Chart.yaml index 463fe54..496162c 100644 --- a/charts/nginx-static/Chart.yaml +++ b/charts/nginx-static/Chart.yaml @@ -2,6 +2,6 @@ apiVersion: v2 name: nginx-static description: Deploy nginx with static pages type: application -version: 0.1.5 +version: 0.1.6 # renovate: datasource=docker depName=nginx appVersion: 1.23.0 diff --git a/charts/nginx-static/templates/_helpers.tpl b/charts/nginx-static/templates/_helpers.tpl index 3d7a819..f7fea9a 100644 --- a/charts/nginx-static/templates/_helpers.tpl +++ b/charts/nginx-static/templates/_helpers.tpl @@ -30,6 +30,23 @@ Create chart name and version as used by the chart label. {{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} {{- end }} +{{/* +Midokura labels +*/}} +{{- define "charts.midokura.labels" -}} +{{- if .Values.global }} + +{{- if .Values.global.team }} +team: {{ .Values.global.team }} +{{- end }} + +{{- if .Values.global.service }} +service: {{ .Values.global.service }} +{{- end }} + +{{- end }} +{{- end }} + {{/* Common labels */}} @@ -40,12 +57,9 @@ helm.sh/chart: {{ include "nginx-static.chart" . }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} +{{ include "charts.midokura.labels" . }} {{- end }} -{{- if .Values.global -}} -{{- if .Values.global.team }} -team: {{ .Values.global.team | quote }} -{{- end }} -{{- end }} + {{/* Selector labels */}} diff --git a/charts/salt/Chart.yaml b/charts/salt/Chart.yaml index 5b38d57..0f44f2a 100644 --- a/charts/salt/Chart.yaml +++ b/charts/salt/Chart.yaml @@ -18,6 +18,6 @@ maintainers: - name: David Girón url: https://github.com/duhow -version: 0.0.2 +version: 0.0.3 # renovate: datasource=docker depName=saltstack/salt appVersion: "3006.3" diff --git a/charts/salt/templates/_helpers.tpl b/charts/salt/templates/_helpers.tpl index 9dc3543..4a3f070 100644 --- a/charts/salt/templates/_helpers.tpl +++ b/charts/salt/templates/_helpers.tpl @@ -30,6 +30,23 @@ Create chart name and version as used by the chart label. {{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} {{- end }} +{{/* +Midokura labels +*/}} +{{- define "charts.midokura.labels" -}} +{{- if .Values.global }} + +{{- if .Values.global.team }} +team: {{ .Values.global.team }} +{{- end }} + +{{- if .Values.global.service }} +service: {{ .Values.global.service }} +{{- end }} + +{{- end }} +{{- end }} + {{/* Common labels */}} @@ -39,11 +56,7 @@ helm.sh/chart: {{ include "salt.chart" . }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- if .Values.global -}} -{{- if .Values.global.team }} -team: {{ .Values.global.team | quote }} -{{- end }} -{{- end }} +{{ include "charts.midokura.labels" . }} {{- end }} {{- define "salt.labels" -}} diff --git a/charts/sshportal/Chart.yaml b/charts/sshportal/Chart.yaml index 3f245d1..c3adc67 100644 --- a/charts/sshportal/Chart.yaml +++ b/charts/sshportal/Chart.yaml @@ -3,7 +3,7 @@ name: sshportal description: simple, fun and transparent SSH (and telnet) bastion server type: application -version: 0.1.3 +version: 0.1.4 # renovate: datasource=docker depName=moul/sshportal appVersion: 1.19.3 home: https://github.com/moul/sshportal diff --git a/charts/sshportal/templates/_helpers.tpl b/charts/sshportal/templates/_helpers.tpl index f5014bf..af87f02 100644 --- a/charts/sshportal/templates/_helpers.tpl +++ b/charts/sshportal/templates/_helpers.tpl @@ -30,6 +30,23 @@ Create chart name and version as used by the chart label. {{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} {{- end }} +{{/* +Midokura labels +*/}} +{{- define "charts.midokura.labels" -}} +{{- if .Values.global }} + +{{- if .Values.global.team }} +team: {{ .Values.global.team }} +{{- end }} + +{{- if .Values.global.service }} +service: {{ .Values.global.service }} +{{- end }} + +{{- end }} +{{- end }} + {{/* Common labels */}} @@ -40,11 +57,7 @@ helm.sh/chart: {{ include "sshportal.chart" . }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- if .Values.global -}} -{{- if .Values.global.team }} -team: {{ .Values.global.team | quote }} -{{- end }} -{{- end }} +{{ include "charts.midokura.labels" . }} {{- end }} {{/* diff --git a/charts/static-page/Chart.yaml b/charts/static-page/Chart.yaml index c46af75..e35e9cd 100644 --- a/charts/static-page/Chart.yaml +++ b/charts/static-page/Chart.yaml @@ -3,7 +3,7 @@ name: static-page description: Deploy a simple Docker image as static page. type: application -version: 0.1.1 +version: 0.1.2 appVersion: "0.0.0" diff --git a/charts/static-page/templates/_helpers.tpl b/charts/static-page/templates/_helpers.tpl index e4839fe..21d896d 100644 --- a/charts/static-page/templates/_helpers.tpl +++ b/charts/static-page/templates/_helpers.tpl @@ -30,6 +30,23 @@ Create chart name and version as used by the chart label. {{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} {{- end }} +{{/* +Midokura labels +*/}} +{{- define "charts.midokura.labels" -}} +{{- if .Values.global }} + +{{- if .Values.global.team }} +team: {{ .Values.global.team }} +{{- end }} + +{{- if .Values.global.service }} +service: {{ .Values.global.service }} +{{- end }} + +{{- end }} +{{- end }} + {{/* Common labels */}} @@ -43,11 +60,7 @@ helm.sh/chart: {{ include "docs.chart" . }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- if .Values.global -}} -{{- if .Values.global.team }} -team: {{ .Values.global.team | quote }} -{{- end }} -{{- end }} +{{ include "charts.midokura.labels" . }} {{- end }} {{/* diff --git a/charts/unifi-controller/Chart.yaml b/charts/unifi-controller/Chart.yaml index 23d8377..588b6a0 100644 --- a/charts/unifi-controller/Chart.yaml +++ b/charts/unifi-controller/Chart.yaml @@ -13,6 +13,6 @@ maintainers: - name: David Girón url: https://github.com/duhow -version: 0.0.5 +version: 0.0.6 # renovate: datasource=docker depName=linuxserver/unifi-controller appVersion: 7.3.83 diff --git a/charts/unifi-controller/templates/_helpers.tpl b/charts/unifi-controller/templates/_helpers.tpl index 60657ca..60356f4 100644 --- a/charts/unifi-controller/templates/_helpers.tpl +++ b/charts/unifi-controller/templates/_helpers.tpl @@ -30,6 +30,23 @@ Create chart name and version as used by the chart label. {{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} {{- end }} +{{/* +Midokura labels +*/}} +{{- define "charts.midokura.labels" -}} +{{- if .Values.global }} + +{{- if .Values.global.team }} +team: {{ .Values.global.team }} +{{- end }} + +{{- if .Values.global.service }} +service: {{ .Values.global.service }} +{{- end }} + +{{- end }} +{{- end }} + {{/* Common labels */}} @@ -40,11 +57,7 @@ helm.sh/chart: {{ include "unifi.chart" . }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- if .Values.global -}} -{{- if .Values.global.team }} -team: {{ .Values.global.team | quote }} -{{- end }} -{{- end }} +{{ include "charts.midokura.labels" . }} {{- end }} {{/* diff --git a/charts/webhook-site/Chart.yaml b/charts/webhook-site/Chart.yaml index ad14d04..7f5cd6d 100644 --- a/charts/webhook-site/Chart.yaml +++ b/charts/webhook-site/Chart.yaml @@ -13,7 +13,7 @@ maintainers: - name: David Girón url: https://github.com/duhow -version: 0.0.4 +version: 0.0.5 appVersion: "1.2" dependencies: diff --git a/charts/webhook-site/templates/_helpers.tpl b/charts/webhook-site/templates/_helpers.tpl index 1ee1482..125f1e8 100644 --- a/charts/webhook-site/templates/_helpers.tpl +++ b/charts/webhook-site/templates/_helpers.tpl @@ -30,6 +30,23 @@ Create chart name and version as used by the chart label. {{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} {{- end }} +{{/* +Midokura labels +*/}} +{{- define "charts.midokura.labels" -}} +{{- if .Values.global }} + +{{- if .Values.global.team }} +team: {{ .Values.global.team }} +{{- end }} + +{{- if .Values.global.service }} +service: {{ .Values.global.service }} +{{- end }} + +{{- end }} +{{- end }} + {{/* Common labels */}} @@ -40,11 +57,7 @@ helm.sh/chart: {{ include "webhook-site.chart" . }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- if .Values.global -}} -{{- if .Values.global.team }} -team: {{ .Values.global.team | quote }} -{{- end }} -{{- end }} +{{ include "charts.midokura.labels" . }} {{- end }} {{/*