diff --git a/README.md b/README.md index b0dedd8b..f3dddf19 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ helm repo add inseefrlab-datascience https://inseefrlab.github.io/helm-charts-da The repo is also browsable directly https://inseefrlab.github.io/helm-charts-datascience/index.yaml -Contributions are welcome, feel free to open issues or submit pull requests :) +Contributions are welcome, feel free to open issues or submit pull requests :) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 4f6a69cf..8a2549b7 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -37,4 +37,4 @@ dependencies: enabled: true - name: library-chart version: 2.0.17 - repository: https://inseefrlab.github.io/helm-charts-datascience + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/argo-cd/values.schema.json b/charts/argo-cd/values.schema.json index 8a50da13..ebd1be02 100644 --- a/charts/argo-cd/values.schema.json +++ b/charts/argo-cd/values.schema.json @@ -62,6 +62,37 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 786cdf6a..64647f89 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -125,4 +125,10 @@ secret: createSecret: true password: changeme # Password modification time defaults to current time if not set - # argocdServerAdminPasswordMtime: "2006-01-02T15:04:05Z" \ No newline at end of file + # argocdServerAdminPasswordMtime: "2006-01-02T15:04:05Z" + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/argo-workflows/Chart.yaml b/charts/argo-workflows/Chart.yaml index 471be7c2..63159891 100644 --- a/charts/argo-workflows/Chart.yaml +++ b/charts/argo-workflows/Chart.yaml @@ -36,5 +36,5 @@ dependencies: repository: https://argoproj.github.io/argo-helm enabled: true - name: library-chart - version: 2.0.0 - repository: https://inseefrlab.github.io/helm-charts-datascience + version: 2.0.17 + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/argo-workflows/values.schema.json b/charts/argo-workflows/values.schema.json index f8a31387..d3ed9c21 100644 --- a/charts/argo-workflows/values.schema.json +++ b/charts/argo-workflows/values.schema.json @@ -60,6 +60,37 @@ "pattern": "^[a-z0-9-]+$" } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } diff --git a/charts/argo-workflows/values.yaml b/charts/argo-workflows/values.yaml index c0111863..9e6f8687 100644 --- a/charts/argo-workflows/values.yaml +++ b/charts/argo-workflows/values.yaml @@ -45,4 +45,10 @@ argo-workflows: - --auth-mode=server ingress: - enabled: false \ No newline at end of file + enabled: false + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/blazingsql/Chart.yaml b/charts/blazingsql/Chart.yaml index 3ebc99f7..8eb6e222 100644 --- a/charts/blazingsql/Chart.yaml +++ b/charts/blazingsql/Chart.yaml @@ -36,4 +36,4 @@ appVersion: latest dependencies: - name: library-chart version: 2.0.17 - repository: https://inseefrlab.github.io/helm-charts-datascience + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/blazingsql/values.schema.json b/charts/blazingsql/values.schema.json index 67f3c1f4..780885bd 100644 --- a/charts/blazingsql/values.schema.json +++ b/charts/blazingsql/values.schema.json @@ -431,6 +431,37 @@ "default": "" } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } diff --git a/charts/blazingsql/values.yaml b/charts/blazingsql/values.yaml index f4b896f6..6d6d628b 100644 --- a/charts/blazingsql/values.yaml +++ b/charts/blazingsql/values.yaml @@ -156,3 +156,9 @@ nodeSelector: {} tolerations: [] affinity: {} + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/cloudshell/Chart.yaml b/charts/cloudshell/Chart.yaml index 7a2f3362..720e0e2f 100644 --- a/charts/cloudshell/Chart.yaml +++ b/charts/cloudshell/Chart.yaml @@ -29,4 +29,4 @@ appVersion: latest dependencies: - name: library-chart version: 2.0.17 - repository: https://inseefrlab.github.io/helm-charts-datascience + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/cloudshell/values.schema.json b/charts/cloudshell/values.schema.json index dd17eff7..2c3dfb92 100644 --- a/charts/cloudshell/values.schema.json +++ b/charts/cloudshell/values.schema.json @@ -413,6 +413,36 @@ "default": "" } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } \ No newline at end of file diff --git a/charts/cloudshell/values.yaml b/charts/cloudshell/values.yaml index 11336817..c0a776a0 100644 --- a/charts/cloudshell/values.yaml +++ b/charts/cloudshell/values.yaml @@ -152,3 +152,9 @@ nodeSelector: {} tolerations: [] affinity: {} + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/dask/Chart.yaml b/charts/dask/Chart.yaml index e507c959..af84bb11 100644 --- a/charts/dask/Chart.yaml +++ b/charts/dask/Chart.yaml @@ -38,4 +38,4 @@ dependencies: enabled: true - name: library-chart version: 2.0.17 - repository: https://inseefrlab.github.io/helm-charts-datascience + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/dask/values.schema.json b/charts/dask/values.schema.json index c2dbff80..6b51ca71 100644 --- a/charts/dask/values.schema.json +++ b/charts/dask/values.schema.json @@ -125,6 +125,37 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } diff --git a/charts/dask/values.yaml b/charts/dask/values.yaml index ab37acfa..2044aff9 100644 --- a/charts/dask/values.yaml +++ b/charts/dask/values.yaml @@ -43,4 +43,10 @@ ingress: hostname: chart-example.local # - secretName: chart-example-tls # hosts: - # - chart-example.local \ No newline at end of file + # - chart-example.local + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/delta-sharing-server/Chart.yaml b/charts/delta-sharing-server/Chart.yaml index 6948c3ae..ad66d3bc 100644 --- a/charts/delta-sharing-server/Chart.yaml +++ b/charts/delta-sharing-server/Chart.yaml @@ -30,7 +30,7 @@ appVersion: 1 dependencies: - name: library-chart version: 2.0.17 - repository: https://inseefrlab.github.io/helm-charts-datascience + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/delta-sharing-server/values.schema.json b/charts/delta-sharing-server/values.schema.json index 6b24adeb..ada1892c 100644 --- a/charts/delta-sharing-server/values.schema.json +++ b/charts/delta-sharing-server/values.schema.json @@ -149,6 +149,37 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } diff --git a/charts/delta-sharing-server/values.yaml b/charts/delta-sharing-server/values.yaml index fb415c13..6b77335d 100644 --- a/charts/delta-sharing-server/values.yaml +++ b/charts/delta-sharing-server/values.yaml @@ -119,4 +119,10 @@ nodeSelector: {} tolerations: [] -affinity: {} \ No newline at end of file +affinity: {} + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/elastic/Chart.yaml b/charts/elastic/Chart.yaml index 03ce6a52..fc33515b 100644 --- a/charts/elastic/Chart.yaml +++ b/charts/elastic/Chart.yaml @@ -39,8 +39,8 @@ dependencies: repository: https://helm.elastic.co enabled: true - name: library-chart - version: 2.0.0 - repository: https://inseefrlab.github.io/helm-charts-datascience + version: 2.0.17 + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/elastic/values.schema.json b/charts/elastic/values.schema.json index cf3e8129..d22103d5 100644 --- a/charts/elastic/values.schema.json +++ b/charts/elastic/values.schema.json @@ -41,6 +41,37 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } diff --git a/charts/elastic/values.yaml b/charts/elastic/values.yaml index 4f7e874e..34027941 100644 --- a/charts/elastic/values.yaml +++ b/charts/elastic/values.yaml @@ -30,3 +30,9 @@ ingress: # - secretName: chart-example-tls # hosts: # - chart-example.local + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/fastai/Chart.yaml b/charts/fastai/Chart.yaml index 8b6e2239..93981067 100644 --- a/charts/fastai/Chart.yaml +++ b/charts/fastai/Chart.yaml @@ -36,4 +36,4 @@ appVersion: latest dependencies: - name: library-chart version: 2.0.17 - repository: https://inseefrlab.github.io/helm-charts-datascience + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/fastai/values.schema.json b/charts/fastai/values.schema.json index c8c2355d..f6359455 100644 --- a/charts/fastai/values.schema.json +++ b/charts/fastai/values.schema.json @@ -475,6 +475,36 @@ "default": "" } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } \ No newline at end of file diff --git a/charts/fastai/values.yaml b/charts/fastai/values.yaml index 89bfa821..dd0386d5 100644 --- a/charts/fastai/values.yaml +++ b/charts/fastai/values.yaml @@ -153,3 +153,9 @@ nodeSelector: {} tolerations: [] affinity: {} + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/hive-metastore/Chart.yaml b/charts/hive-metastore/Chart.yaml index 796117ac..4b01d455 100644 --- a/charts/hive-metastore/Chart.yaml +++ b/charts/hive-metastore/Chart.yaml @@ -37,5 +37,5 @@ dependencies: repository: https://charts.bitnami.com/bitnami enabled: true - name: library-chart - version: 2.0.0 - repository: https://inseefrlab.github.io/helm-charts-datascience + version: 2.0.17 + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/hive-metastore/values.schema.json b/charts/hive-metastore/values.schema.json index 1af9f2b2..006eb9d9 100644 --- a/charts/hive-metastore/values.schema.json +++ b/charts/hive-metastore/values.schema.json @@ -121,6 +121,37 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } diff --git a/charts/hive-metastore/values.yaml b/charts/hive-metastore/values.yaml index e7265082..f907dfb5 100644 --- a/charts/hive-metastore/values.yaml +++ b/charts/hive-metastore/values.yaml @@ -99,4 +99,10 @@ nodeSelector: {} tolerations: [] -affinity: {} \ No newline at end of file +affinity: {} + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/jena/Chart.yaml b/charts/jena/Chart.yaml index f824d5be..e90f4c2c 100644 --- a/charts/jena/Chart.yaml +++ b/charts/jena/Chart.yaml @@ -32,5 +32,5 @@ appVersion: latest dependencies: - name: library-chart - version: 2.0.0 - repository: https://inseefrlab.github.io/helm-charts-datascience \ No newline at end of file + version: 2.0.17 + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience \ No newline at end of file diff --git a/charts/jena/values.schema.json b/charts/jena/values.schema.json index ed2f4700..79fe1445 100644 --- a/charts/jena/values.schema.json +++ b/charts/jena/values.schema.json @@ -170,6 +170,36 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } \ No newline at end of file diff --git a/charts/jena/values.yaml b/charts/jena/values.yaml index 625e604a..b52847c2 100644 --- a/charts/jena/values.yaml +++ b/charts/jena/values.yaml @@ -104,3 +104,9 @@ nodeSelector: {} tolerations: [] affinity: {} + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/jupyter/Chart.yaml b/charts/jupyter/Chart.yaml index a7507f69..bef62b95 100644 --- a/charts/jupyter/Chart.yaml +++ b/charts/jupyter/Chart.yaml @@ -35,4 +35,4 @@ appVersion: latest dependencies: - name: library-chart version: 2.0.18 - repository: https://inseefrlab.github.io/helm-charts-datascience + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/jupyter/values.schema.json b/charts/jupyter/values.schema.json index 0ecf912f..b24a3a80 100644 --- a/charts/jupyter/values.schema.json +++ b/charts/jupyter/values.schema.json @@ -524,6 +524,36 @@ "default": "" } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } \ No newline at end of file diff --git a/charts/jupyter/values.yaml b/charts/jupyter/values.yaml index 2fec4949..3eb9fe19 100644 --- a/charts/jupyter/values.yaml +++ b/charts/jupyter/values.yaml @@ -201,4 +201,10 @@ startupProbe: initialDelaySeconds: 10 periodSeconds: 10 successThreshold: 1 - timeoutSeconds: 5 \ No newline at end of file + timeoutSeconds: 5 + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/kafka/Chart.yaml b/charts/kafka/Chart.yaml index cf5f95bc..cd3d11d1 100644 --- a/charts/kafka/Chart.yaml +++ b/charts/kafka/Chart.yaml @@ -35,8 +35,8 @@ dependencies: repository: https://charts.bitnami.com/bitnami enabled: true - name: library-chart - version: 2.0.16 - repository: https://inseefrlab.github.io/helm-charts-datascience + version: 2.0.17 + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/kafka/values.schema.json b/charts/kafka/values.schema.json index 5f4acadb..343ddecd 100644 --- a/charts/kafka/values.schema.json +++ b/charts/kafka/values.schema.json @@ -39,6 +39,37 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } diff --git a/charts/kafka/values.yaml b/charts/kafka/values.yaml index 0acbea30..4dbb6c15 100644 --- a/charts/kafka/values.yaml +++ b/charts/kafka/values.yaml @@ -6,3 +6,8 @@ kafka: fullnameOverride: kafka +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/label-studio/Chart.yaml b/charts/label-studio/Chart.yaml index f9988662..25260c64 100644 --- a/charts/label-studio/Chart.yaml +++ b/charts/label-studio/Chart.yaml @@ -33,4 +33,4 @@ dependencies: enabled: true - name: library-chart version: 2.0.17 - repository: https://inseefrlab.github.io/helm-charts-datascience + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/label-studio/values.schema.json b/charts/label-studio/values.schema.json index f4e56ec3..60fdb5dc 100644 --- a/charts/label-studio/values.schema.json +++ b/charts/label-studio/values.schema.json @@ -112,6 +112,37 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } diff --git a/charts/label-studio/values.yaml b/charts/label-studio/values.yaml index f560eb3f..fbd1a334 100644 --- a/charts/label-studio/values.yaml +++ b/charts/label-studio/values.yaml @@ -104,4 +104,10 @@ nodeSelector: {} tolerations: [] -affinity: {} \ No newline at end of file +affinity: {} + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/library-chart/Chart.yaml b/charts/library-chart/Chart.yaml index 86f2fdb7..7d2d1cb1 100644 --- a/charts/library-chart/Chart.yaml +++ b/charts/library-chart/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: library-chart -version: 2.0.18 -type: library \ No newline at end of file +version: 2.0.19 +type: library diff --git a/charts/library-chart/templates/_labels.tpl b/charts/library-chart/templates/_labels.tpl index 8e9554e9..8a3b6a13 100644 --- a/charts/library-chart/templates/_labels.tpl +++ b/charts/library-chart/templates/_labels.tpl @@ -18,4 +18,15 @@ Selector labels {{- define "library-chart.selectorLabels" -}} app.kubernetes.io/name: {{ include "library-chart.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} +{{- if .Values.tags.enabled }} +{{- if .Values.tags.filtertag1 }} +filtertag1: {{ .Values.tags.filtertag1 | quote }} +{{- end }} +{{- if .Values.tags.filtertag2 }} +filtertag2: {{ .Values.tags.filtertag2 | quote }} +{{- end }} +{{- if .Values.tags.filtertag3 }} +filtertag3: {{ .Values.tags.filtertag3 | quote }} +{{- end }} +{{- end }} {{- end }} diff --git a/charts/mlflow/Chart.yaml b/charts/mlflow/Chart.yaml index a1b25f30..86174dd2 100644 --- a/charts/mlflow/Chart.yaml +++ b/charts/mlflow/Chart.yaml @@ -33,5 +33,5 @@ dependencies: repository: https://charts.bitnami.com/bitnami enabled: true - name: library-chart - version: 2.0.0 - repository: https://inseefrlab.github.io/helm-charts-datascience + version: 2.0.17 + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/mlflow/values.schema.json b/charts/mlflow/values.schema.json index 6b6f495c..d0744566 100644 --- a/charts/mlflow/values.schema.json +++ b/charts/mlflow/values.schema.json @@ -124,6 +124,37 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } diff --git a/charts/mlflow/values.yaml b/charts/mlflow/values.yaml index 83ec695e..b05fec8e 100644 --- a/charts/mlflow/values.yaml +++ b/charts/mlflow/values.yaml @@ -118,4 +118,10 @@ nodeSelector: {} tolerations: [] -affinity: {} \ No newline at end of file +affinity: {} + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml index 56fcbc51..d72d3c2d 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -36,5 +36,5 @@ dependencies: repository: https://charts.bitnami.com/bitnami enabled: true - name: library-chart - version: 2.0.0 - repository: https://inseefrlab.github.io/helm-charts-datascience + version: 2.0.17 + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/mongodb/values.schema.json b/charts/mongodb/values.schema.json index 3fbd7cbc..4a501b20 100644 --- a/charts/mongodb/values.schema.json +++ b/charts/mongodb/values.schema.json @@ -155,6 +155,37 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } diff --git a/charts/mongodb/values.yaml b/charts/mongodb/values.yaml index d04a2ec9..ab87bcd5 100644 --- a/charts/mongodb/values.yaml +++ b/charts/mongodb/values.yaml @@ -13,3 +13,9 @@ mongodb: discoverable: allow: true fullnameOverride: mongodb + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/neo4j/Chart.yaml b/charts/neo4j/Chart.yaml index 3f5028a5..7e762e8c 100644 --- a/charts/neo4j/Chart.yaml +++ b/charts/neo4j/Chart.yaml @@ -32,4 +32,4 @@ appVersion: latest dependencies: - name: library-chart version: 2.0.17 - repository: https://inseefrlab.github.io/helm-charts-datascience \ No newline at end of file + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/neo4j/values.schema.json b/charts/neo4j/values.schema.json index 22f8cc18..5c2832b8 100644 --- a/charts/neo4j/values.schema.json +++ b/charts/neo4j/values.schema.json @@ -179,6 +179,36 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } \ No newline at end of file diff --git a/charts/neo4j/values.yaml b/charts/neo4j/values.yaml index 5c1b6649..5e2c5aee 100644 --- a/charts/neo4j/values.yaml +++ b/charts/neo4j/values.yaml @@ -108,3 +108,9 @@ nodeSelector: {} tolerations: [] affinity: {} + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/openrefine/Chart.yaml b/charts/openrefine/Chart.yaml index c91966de..d61bdf2b 100644 --- a/charts/openrefine/Chart.yaml +++ b/charts/openrefine/Chart.yaml @@ -31,5 +31,5 @@ appVersion: latest dependencies: - name: library-chart - version: 2.0.0 - repository: https://inseefrlab.github.io/helm-charts-datascience + version: 2.0.17 + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/openrefine/values.schema.json b/charts/openrefine/values.schema.json index 0e4e2b14..a11efa37 100644 --- a/charts/openrefine/values.schema.json +++ b/charts/openrefine/values.schema.json @@ -162,6 +162,36 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } \ No newline at end of file diff --git a/charts/openrefine/values.yaml b/charts/openrefine/values.yaml index 3db9ad2c..30d31de2 100644 --- a/charts/openrefine/values.yaml +++ b/charts/openrefine/values.yaml @@ -104,3 +104,9 @@ nodeSelector: {} tolerations: [] affinity: {} + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/pgadmin/Chart.yaml b/charts/pgadmin/Chart.yaml index faa94868..ed82c326 100644 --- a/charts/pgadmin/Chart.yaml +++ b/charts/pgadmin/Chart.yaml @@ -30,4 +30,4 @@ appVersion: latest dependencies: - name: library-chart version: 2.0.17 - repository: https://inseefrlab.github.io/helm-charts-datascience + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/pgadmin/values.schema.json b/charts/pgadmin/values.schema.json index 5358d6e0..0b78ab74 100644 --- a/charts/pgadmin/values.schema.json +++ b/charts/pgadmin/values.schema.json @@ -163,6 +163,37 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } diff --git a/charts/pgadmin/values.yaml b/charts/pgadmin/values.yaml index 5227bf5d..24611c6c 100644 --- a/charts/pgadmin/values.yaml +++ b/charts/pgadmin/values.yaml @@ -92,3 +92,9 @@ nodeSelector: {} tolerations: [] affinity: {} + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/postgis/Chart.yaml b/charts/postgis/Chart.yaml index fc5eb3eb..6c907d5c 100644 --- a/charts/postgis/Chart.yaml +++ b/charts/postgis/Chart.yaml @@ -31,5 +31,5 @@ appVersion: 12 dependencies: - name: library-chart - version: 2.0.0 - repository: https://inseefrlab.github.io/helm-charts-datascience + version: 2.0.17 + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/postgis/values.schema.json b/charts/postgis/values.schema.json index 5c1de84d..fde7972e 100644 --- a/charts/postgis/values.schema.json +++ b/charts/postgis/values.schema.json @@ -73,6 +73,37 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } diff --git a/charts/postgis/values.yaml b/charts/postgis/values.yaml index c1785a2c..87840650 100644 --- a/charts/postgis/values.yaml +++ b/charts/postgis/values.yaml @@ -107,4 +107,10 @@ nodeSelector: {} tolerations: [] -affinity: {} \ No newline at end of file +affinity: {} + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/postgresql/values.schema.json b/charts/postgresql/values.schema.json index 20f3afe1..c7d82d7f 100644 --- a/charts/postgresql/values.schema.json +++ b/charts/postgresql/values.schema.json @@ -91,6 +91,36 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } diff --git a/charts/postgresql/values.yaml b/charts/postgresql/values.yaml index 967b0d26..750b6853 100644 --- a/charts/postgresql/values.yaml +++ b/charts/postgresql/values.yaml @@ -7,4 +7,10 @@ global: servicePort: 5432 discoverable: - allow: true \ No newline at end of file + allow: true + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/rapidsai/Chart.yaml b/charts/rapidsai/Chart.yaml index 7cb7adcb..8ff886e8 100644 --- a/charts/rapidsai/Chart.yaml +++ b/charts/rapidsai/Chart.yaml @@ -34,5 +34,5 @@ appVersion: latest dependencies: - name: library-chart - version: 2.0.13 - repository: https://inseefrlab.github.io/helm-charts-datascience + version: 2.0.17 + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/rapidsai/values.schema.json b/charts/rapidsai/values.schema.json index e7a055ba..d5d4eb1e 100644 --- a/charts/rapidsai/values.schema.json +++ b/charts/rapidsai/values.schema.json @@ -476,6 +476,36 @@ "default": "" } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } \ No newline at end of file diff --git a/charts/rapidsai/values.yaml b/charts/rapidsai/values.yaml index 83d6586a..a31c4835 100644 --- a/charts/rapidsai/values.yaml +++ b/charts/rapidsai/values.yaml @@ -195,3 +195,9 @@ nodeSelector: {} tolerations: [] affinity: {} + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/redash/Chart.yaml b/charts/redash/Chart.yaml index 33ce910d..853ad323 100644 --- a/charts/redash/Chart.yaml +++ b/charts/redash/Chart.yaml @@ -40,4 +40,4 @@ dependencies: enabled: true - name: library-chart version: 2.0.17 - repository: https://inseefrlab.github.io/helm-charts-datascience + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/redash/values.schema.json b/charts/redash/values.schema.json index b4ae65e8..aae82e20 100644 --- a/charts/redash/values.schema.json +++ b/charts/redash/values.schema.json @@ -82,6 +82,37 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } diff --git a/charts/redash/values.yaml b/charts/redash/values.yaml index 3d8062d4..72bc4727 100644 --- a/charts/redash/values.yaml +++ b/charts/redash/values.yaml @@ -33,3 +33,9 @@ redash: postgresql: enabled: false existingSecret: toto + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index 7883bae9..71e17730 100644 --- a/charts/rstudio/Chart.yaml +++ b/charts/rstudio/Chart.yaml @@ -27,5 +27,5 @@ version: 6.0.3 dependencies: - name: library-chart - version: 2.0.13 - repository: https://inseefrlab.github.io/helm-charts-datascience + version: 2.0.17 + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/rstudio/values.schema.json b/charts/rstudio/values.schema.json index 8be7c326..307caa4b 100644 --- a/charts/rstudio/values.schema.json +++ b/charts/rstudio/values.schema.json @@ -518,6 +518,36 @@ "default": "" } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } diff --git a/charts/rstudio/values.yaml b/charts/rstudio/values.yaml index 4e67e771..d6027cdc 100644 --- a/charts/rstudio/values.yaml +++ b/charts/rstudio/values.yaml @@ -193,3 +193,9 @@ startupProbe: periodSeconds: 10 successThreshold: 1 timeoutSeconds: 5 + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/spark-history/Chart.yaml b/charts/spark-history/Chart.yaml index 17a6a679..ab283105 100644 --- a/charts/spark-history/Chart.yaml +++ b/charts/spark-history/Chart.yaml @@ -30,5 +30,5 @@ version: 4.0.2 appVersion: latest dependencies: - name: library-chart - version: 2.0.0 - repository: https://inseefrlab.github.io/helm-charts-datascience \ No newline at end of file + version: 2.0.17 + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience \ No newline at end of file diff --git a/charts/spark-history/values.schema.json b/charts/spark-history/values.schema.json index f36af06b..93a45b9e 100644 --- a/charts/spark-history/values.schema.json +++ b/charts/spark-history/values.schema.json @@ -292,6 +292,36 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } \ No newline at end of file diff --git a/charts/spark-history/values.yaml b/charts/spark-history/values.yaml index bbc905fc..b64f00bd 100644 --- a/charts/spark-history/values.yaml +++ b/charts/spark-history/values.yaml @@ -120,3 +120,9 @@ nodeSelector: {} tolerations: [] affinity: {} + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/spark-thrift-server/Chart.yaml b/charts/spark-thrift-server/Chart.yaml index 7de751a6..74e72ccf 100644 --- a/charts/spark-thrift-server/Chart.yaml +++ b/charts/spark-thrift-server/Chart.yaml @@ -31,5 +31,5 @@ appVersion: 1 dependencies: - name: library-chart - version: 2.0.13 - repository: https://inseefrlab.github.io/helm-charts-datascience + version: 2.0.17 + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/spark-thrift-server/values.schema.json b/charts/spark-thrift-server/values.schema.json index be9e6f5a..447f7c52 100644 --- a/charts/spark-thrift-server/values.schema.json +++ b/charts/spark-thrift-server/values.schema.json @@ -193,6 +193,36 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } diff --git a/charts/spark-thrift-server/values.yaml b/charts/spark-thrift-server/values.yaml index 599341de..47b4ad47 100644 --- a/charts/spark-thrift-server/values.yaml +++ b/charts/spark-thrift-server/values.yaml @@ -152,4 +152,10 @@ nodeSelector: {} tolerations: [] -affinity: {} \ No newline at end of file +affinity: {} + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/tensorflow/Chart.yaml b/charts/tensorflow/Chart.yaml index 596c00e0..94ab47bd 100644 --- a/charts/tensorflow/Chart.yaml +++ b/charts/tensorflow/Chart.yaml @@ -33,4 +33,4 @@ appVersion: latest dependencies: - name: library-chart version: 2.0.17 - repository: https://inseefrlab.github.io/helm-charts-datascience + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/tensorflow/values.schema.json b/charts/tensorflow/values.schema.json index a39f7ed7..484d2078 100644 --- a/charts/tensorflow/values.schema.json +++ b/charts/tensorflow/values.schema.json @@ -423,6 +423,36 @@ "default": "" } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } \ No newline at end of file diff --git a/charts/tensorflow/values.yaml b/charts/tensorflow/values.yaml index 551e15ba..908f03ad 100644 --- a/charts/tensorflow/values.yaml +++ b/charts/tensorflow/values.yaml @@ -160,3 +160,9 @@ nodeSelector: {} tolerations: [] affinity: {} + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/trino/Chart.yaml b/charts/trino/Chart.yaml index 72f2906c..6b2710fc 100644 --- a/charts/trino/Chart.yaml +++ b/charts/trino/Chart.yaml @@ -33,4 +33,4 @@ sources: dependencies: - name: library-chart version: 2.0.17 - repository: https://inseefrlab.github.io/helm-charts-datascience + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/trino/values.schema.json b/charts/trino/values.schema.json index 3af70481..1db83eaf 100644 --- a/charts/trino/values.schema.json +++ b/charts/trino/values.schema.json @@ -276,6 +276,36 @@ } } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } \ No newline at end of file diff --git a/charts/trino/values.yaml b/charts/trino/values.yaml index eeca4a75..eb9e594a 100644 --- a/charts/trino/values.yaml +++ b/charts/trino/values.yaml @@ -130,3 +130,9 @@ ingress: # - secretName: chart-example-tls # hosts: # - chart-example.local + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/ubuntu/Chart.yaml b/charts/ubuntu/Chart.yaml index 703532b4..ac724c56 100644 --- a/charts/ubuntu/Chart.yaml +++ b/charts/ubuntu/Chart.yaml @@ -32,4 +32,4 @@ appVersion: latest dependencies: - name: library-chart version: 2.0.17 - repository: https://inseefrlab.github.io/helm-charts-datascience + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience diff --git a/charts/ubuntu/values.schema.json b/charts/ubuntu/values.schema.json index 21900561..d56b5783 100644 --- a/charts/ubuntu/values.schema.json +++ b/charts/ubuntu/values.schema.json @@ -474,6 +474,36 @@ "default": "" } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } \ No newline at end of file diff --git a/charts/ubuntu/values.yaml b/charts/ubuntu/values.yaml index 804858b4..42a521b7 100644 --- a/charts/ubuntu/values.yaml +++ b/charts/ubuntu/values.yaml @@ -162,3 +162,9 @@ nodeSelector: {} tolerations: [] affinity: {} + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: "" diff --git a/charts/vscode/Chart.yaml b/charts/vscode/Chart.yaml index a9b16afc..2be5ef9c 100644 --- a/charts/vscode/Chart.yaml +++ b/charts/vscode/Chart.yaml @@ -7,8 +7,8 @@ keyworks: - Python home: https://code.visualstudio.com/ sources: - - https://github.com/InseeFrLab/vscode - - https://github.com/InseeFrLab/helm-charts-datascience/tree/master/charts/vscode + - https://github.com/dmoreira97DLTT/vscode + - https://github.com/dmoreira97DLTT/helm-charts-datascience/tree/master/charts/vscode - https://github.com/cdr/code-server # A chart can be either an 'application' or a 'library' chart. # @@ -32,5 +32,6 @@ appVersion: latest dependencies: - name: library-chart - version: 2.0.0 - repository: https://inseefrlab.github.io/helm-charts-datascience + version: 2.0.17 + repository: https://dmoreira97DLTT.github.io/helm-charts-datascience + diff --git a/charts/vscode/templates/deployment.yaml b/charts/vscode/templates/deployment.yaml index 1a73479c..2811eafb 100644 --- a/charts/vscode/templates/deployment.yaml +++ b/charts/vscode/templates/deployment.yaml @@ -122,4 +122,4 @@ spec: {{- with .Values.tolerations }} tolerations: {{- toYaml . | nindent 8 }} - {{- end }} + {{- end }} \ No newline at end of file diff --git a/charts/vscode/values.schema.json b/charts/vscode/values.schema.json index b4b15ec9..1853bf75 100644 --- a/charts/vscode/values.schema.json +++ b/charts/vscode/values.schema.json @@ -468,6 +468,37 @@ "default": "" } } + }, + "tags": { + "description": "Configuration of resource tags (labels)", + "type": "object", + "properties": { + "filtertag1": { + "description": "resource tag number 1", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag1}}" + } + }, + "filtertag2": { + "description": "resource tag number 2", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag2}}" + } + }, + "filtertag3": { + + "description": "resource tag number 3", + "type": "string", + "default": "", + "x-form": { + "value": "{{tags.filtertag3}}" + } + } + } } } } diff --git a/charts/vscode/values.yaml b/charts/vscode/values.yaml index ff6a990b..80000a88 100644 --- a/charts/vscode/values.yaml +++ b/charts/vscode/values.yaml @@ -155,3 +155,9 @@ nodeSelector: {} tolerations: [] affinity: {} + +tags: + enabled: true + filtertag1: "" + filtertag2: "" + filtertag3: ""