From 1cbdb5ae60ae3d9dacc5955f33d270a1a142263e Mon Sep 17 00:00:00 2001 From: dmoreira97dltt Date: Tue, 18 Jan 2022 15:59:39 +0000 Subject: [PATCH 1/2] Added tags as labels to services configurations --- README.md | 2 +- charts/argo-cd/Chart.yaml | 4 +-- charts/argo-cd/values.schema.json | 31 +++++++++++++++++++ charts/argo-cd/values.yaml | 8 ++++- charts/argo-workflows/Chart.yaml | 4 +-- charts/argo-workflows/values.schema.json | 31 +++++++++++++++++++ charts/argo-workflows/values.yaml | 8 ++++- charts/blazingsql/Chart.yaml | 4 +-- charts/blazingsql/values.schema.json | 31 +++++++++++++++++++ charts/blazingsql/values.yaml | 6 ++++ charts/cloudshell/Chart.yaml | 4 +-- charts/cloudshell/values.schema.json | 30 ++++++++++++++++++ charts/cloudshell/values.yaml | 6 ++++ charts/dask/Chart.yaml | 4 +-- charts/dask/values.schema.json | 31 +++++++++++++++++++ charts/dask/values.yaml | 8 ++++- charts/delta-sharing-server/Chart.yaml | 4 +-- .../delta-sharing-server/values.schema.json | 31 +++++++++++++++++++ charts/delta-sharing-server/values.yaml | 8 ++++- charts/elastic/Chart.yaml | 4 +-- charts/elastic/values.schema.json | 31 +++++++++++++++++++ charts/elastic/values.yaml | 6 ++++ charts/fastai/Chart.yaml | 4 +-- charts/fastai/values.schema.json | 30 ++++++++++++++++++ charts/fastai/values.yaml | 6 ++++ charts/hive-metastore/Chart.yaml | 4 +-- charts/hive-metastore/values.schema.json | 31 +++++++++++++++++++ charts/hive-metastore/values.yaml | 8 ++++- charts/jena/Chart.yaml | 4 +-- charts/jena/values.schema.json | 30 ++++++++++++++++++ charts/jena/values.yaml | 6 ++++ charts/jupyter/Chart.yaml | 4 +-- charts/jupyter/values.schema.json | 30 ++++++++++++++++++ charts/jupyter/values.yaml | 8 ++++- charts/kafka/Chart.yaml | 4 +-- charts/kafka/values.schema.json | 31 +++++++++++++++++++ charts/kafka/values.yaml | 5 +++ charts/label-studio/Chart.yaml | 4 +-- charts/label-studio/values.schema.json | 31 +++++++++++++++++++ charts/label-studio/values.yaml | 8 ++++- charts/library-chart/Chart.yaml | 4 +-- charts/library-chart/templates/_labels.tpl | 11 +++++++ charts/mlflow/Chart.yaml | 4 +-- charts/mlflow/values.schema.json | 31 +++++++++++++++++++ charts/mlflow/values.yaml | 8 ++++- charts/mongodb/Chart.yaml | 4 +-- charts/mongodb/values.schema.json | 31 +++++++++++++++++++ charts/mongodb/values.yaml | 6 ++++ charts/neo4j/Chart.yaml | 4 +-- charts/neo4j/values.schema.json | 30 ++++++++++++++++++ charts/neo4j/values.yaml | 6 ++++ charts/openrefine/Chart.yaml | 4 +-- charts/openrefine/values.schema.json | 30 ++++++++++++++++++ charts/openrefine/values.yaml | 6 ++++ charts/pgadmin/Chart.yaml | 4 +-- charts/pgadmin/values.schema.json | 31 +++++++++++++++++++ charts/pgadmin/values.yaml | 6 ++++ charts/postgis/Chart.yaml | 4 +-- charts/postgis/values.schema.json | 31 +++++++++++++++++++ charts/postgis/values.yaml | 8 ++++- charts/postgresql/values.schema.json | 30 ++++++++++++++++++ charts/postgresql/values.yaml | 8 ++++- charts/rapidsai/Chart.yaml | 4 +-- charts/rapidsai/values.schema.json | 30 ++++++++++++++++++ charts/rapidsai/values.yaml | 6 ++++ charts/redash/Chart.yaml | 4 +-- charts/redash/values.schema.json | 31 +++++++++++++++++++ charts/redash/values.yaml | 6 ++++ charts/rstudio/Chart.yaml | 4 +-- charts/rstudio/values.schema.json | 30 ++++++++++++++++++ charts/rstudio/values.yaml | 6 ++++ charts/spark-history/Chart.yaml | 4 +-- charts/spark-history/values.schema.json | 30 ++++++++++++++++++ charts/spark-history/values.yaml | 6 ++++ charts/spark-thrift-server/Chart.yaml | 4 +-- charts/spark-thrift-server/values.schema.json | 30 ++++++++++++++++++ charts/spark-thrift-server/values.yaml | 8 ++++- charts/tensorflow/Chart.yaml | 4 +-- charts/tensorflow/values.schema.json | 30 ++++++++++++++++++ charts/tensorflow/values.yaml | 6 ++++ charts/trino/Chart.yaml | 4 +-- charts/trino/values.schema.json | 30 ++++++++++++++++++ charts/trino/values.yaml | 6 ++++ charts/ubuntu/Chart.yaml | 4 +-- charts/ubuntu/values.schema.json | 30 ++++++++++++++++++ charts/ubuntu/values.yaml | 6 ++++ charts/vscode/Chart.yaml | 11 ++++--- charts/vscode/templates/deployment.yaml | 2 +- charts/vscode/values.schema.json | 31 +++++++++++++++++++ charts/vscode/values.yaml | 6 ++++ 90 files changed, 1144 insertions(+), 74 deletions(-) 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 d53bdec3..5720b184 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -36,5 +36,5 @@ dependencies: repository: https://argoproj.github.io/argo-helm 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/argo-cd/values.schema.json b/charts/argo-cd/values.schema.json index e9a245f7..58db5713 100644 --- a/charts/argo-cd/values.schema.json +++ b/charts/argo-cd/values.schema.json @@ -66,6 +66,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 48a44b25..f21fa0e7 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 26bdb217..b70accfa 100644 --- a/charts/argo-workflows/values.schema.json +++ b/charts/argo-workflows/values.schema.json @@ -64,6 +64,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 a853acea..20ec4548 100644 --- a/charts/blazingsql/Chart.yaml +++ b/charts/blazingsql/Chart.yaml @@ -35,5 +35,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/blazingsql/values.schema.json b/charts/blazingsql/values.schema.json index 3750097a..00db0717 100644 --- a/charts/blazingsql/values.schema.json +++ b/charts/blazingsql/values.schema.json @@ -438,6 +438,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 5b1c448e..a390530e 100644 --- a/charts/cloudshell/Chart.yaml +++ b/charts/cloudshell/Chart.yaml @@ -28,5 +28,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/cloudshell/values.schema.json b/charts/cloudshell/values.schema.json index cbaa7904..1d96b7f7 100644 --- a/charts/cloudshell/values.schema.json +++ b/charts/cloudshell/values.schema.json @@ -420,6 +420,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 0157f968..f71800aa 100644 --- a/charts/dask/Chart.yaml +++ b/charts/dask/Chart.yaml @@ -37,5 +37,5 @@ dependencies: repository: https://helm.dask.org/ 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/dask/values.schema.json b/charts/dask/values.schema.json index 7053223e..b67571dd 100644 --- a/charts/dask/values.schema.json +++ b/charts/dask/values.schema.json @@ -129,6 +129,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 b33171cc..0df55f0c 100644 --- a/charts/delta-sharing-server/Chart.yaml +++ b/charts/delta-sharing-server/Chart.yaml @@ -29,8 +29,8 @@ appVersion: 1 dependencies: - name: library-chart - version: 2.0.3 - repository: https://inseefrlab.github.io/helm-charts-datascience + version: 2.0.17 + 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 1146e97c..94206eb5 100644 --- a/charts/delta-sharing-server/values.schema.json +++ b/charts/delta-sharing-server/values.schema.json @@ -154,6 +154,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 857eb6a3..9f147dd2 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 c6b12c98..1e7d3f80 100644 --- a/charts/elastic/values.schema.json +++ b/charts/elastic/values.schema.json @@ -45,6 +45,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 368422ce..403bc9cc 100644 --- a/charts/fastai/Chart.yaml +++ b/charts/fastai/Chart.yaml @@ -35,5 +35,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/fastai/values.schema.json b/charts/fastai/values.schema.json index 310b3859..4c195a2c 100644 --- a/charts/fastai/values.schema.json +++ b/charts/fastai/values.schema.json @@ -482,6 +482,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 eae305cf..a5350ce4 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 39100291..dd189a9c 100644 --- a/charts/jena/values.schema.json +++ b/charts/jena/values.schema.json @@ -174,6 +174,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 9652239c..b8fb5d99 100644 --- a/charts/jupyter/Chart.yaml +++ b/charts/jupyter/Chart.yaml @@ -34,5 +34,5 @@ appVersion: latest dependencies: - 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/jupyter/values.schema.json b/charts/jupyter/values.schema.json index 5943adee..0df8f7e6 100644 --- a/charts/jupyter/values.schema.json +++ b/charts/jupyter/values.schema.json @@ -535,6 +535,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 f3e59952..9cbb06b0 100644 --- a/charts/label-studio/Chart.yaml +++ b/charts/label-studio/Chart.yaml @@ -32,5 +32,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/label-studio/values.schema.json b/charts/label-studio/values.schema.json index ccd29343..5e7f81b0 100644 --- a/charts/label-studio/values.schema.json +++ b/charts/label-studio/values.schema.json @@ -117,6 +117,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 09695e61..5e51d495 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.16 -type: library \ No newline at end of file +version: 2.0.18 +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 ebc89da4..1c2c1413 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 2b2a59cd..ca79614c 100644 --- a/charts/mlflow/values.schema.json +++ b/charts/mlflow/values.schema.json @@ -128,6 +128,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 4f967fe2..e2e92eb3 100644 --- a/charts/neo4j/Chart.yaml +++ b/charts/neo4j/Chart.yaml @@ -31,5 +31,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/neo4j/values.schema.json b/charts/neo4j/values.schema.json index 972499b1..56517e31 100644 --- a/charts/neo4j/values.schema.json +++ b/charts/neo4j/values.schema.json @@ -187,6 +187,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 6f6aa263..9916d0f7 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 43af8bd3..c74f547c 100644 --- a/charts/openrefine/values.schema.json +++ b/charts/openrefine/values.schema.json @@ -166,6 +166,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 5a53c4ed..0b1a2e2c 100644 --- a/charts/pgadmin/Chart.yaml +++ b/charts/pgadmin/Chart.yaml @@ -29,5 +29,5 @@ appVersion: latest dependencies: - 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/pgadmin/values.schema.json b/charts/pgadmin/values.schema.json index 2024f96a..54afdd05 100644 --- a/charts/pgadmin/values.schema.json +++ b/charts/pgadmin/values.schema.json @@ -167,6 +167,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 5a79e286..c59f750d 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 be31b04a..78ba3462 100644 --- a/charts/rapidsai/values.schema.json +++ b/charts/rapidsai/values.schema.json @@ -487,6 +487,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 7f12045e..d1647ff8 100644 --- a/charts/redash/Chart.yaml +++ b/charts/redash/Chart.yaml @@ -39,5 +39,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/redash/values.schema.json b/charts/redash/values.schema.json index 615c3108..272e96eb 100644 --- a/charts/redash/values.schema.json +++ b/charts/redash/values.schema.json @@ -87,6 +87,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 697c9ad3..b5af8c24 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 59f11539..11913a0f 100644 --- a/charts/rstudio/Chart.yaml +++ b/charts/rstudio/Chart.yaml @@ -27,5 +27,5 @@ version: 5.3.12 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 084cf3cb..d3c3ca34 100644 --- a/charts/rstudio/values.schema.json +++ b/charts/rstudio/values.schema.json @@ -529,6 +529,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 3820b9ed..24d3a0f6 100644 --- a/charts/spark-history/Chart.yaml +++ b/charts/spark-history/Chart.yaml @@ -30,5 +30,5 @@ version: 3.1.1 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 161dd52f..ed26534d 100644 --- a/charts/spark-history/values.schema.json +++ b/charts/spark-history/values.schema.json @@ -296,6 +296,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 1dc05bb5..7898939f 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 58125de4..7f327928 100644 --- a/charts/spark-thrift-server/values.schema.json +++ b/charts/spark-thrift-server/values.schema.json @@ -197,6 +197,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 0329e212..cfa1b981 100644 --- a/charts/tensorflow/Chart.yaml +++ b/charts/tensorflow/Chart.yaml @@ -32,5 +32,5 @@ version: 3.1.4 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/tensorflow/values.schema.json b/charts/tensorflow/values.schema.json index 8b9bf511..6d29a7e9 100644 --- a/charts/tensorflow/values.schema.json +++ b/charts/tensorflow/values.schema.json @@ -434,6 +434,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 0c7d66d2..9677ba2b 100644 --- a/charts/trino/Chart.yaml +++ b/charts/trino/Chart.yaml @@ -32,5 +32,5 @@ sources: 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/trino/values.schema.json b/charts/trino/values.schema.json index dadec58f..bb556c4e 100644 --- a/charts/trino/values.schema.json +++ b/charts/trino/values.schema.json @@ -281,6 +281,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 1630dc17..66908e02 100644 --- a/charts/ubuntu/Chart.yaml +++ b/charts/ubuntu/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/ubuntu/values.schema.json b/charts/ubuntu/values.schema.json index cc6a8af3..7ff437c0 100644 --- a/charts/ubuntu/values.schema.json +++ b/charts/ubuntu/values.schema.json @@ -481,6 +481,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 c54aff7f..287f498e 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. # @@ -23,7 +23,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 4.4.3 +version: 4.4.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -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 327695d5..48583cf7 100644 --- a/charts/vscode/values.schema.json +++ b/charts/vscode/values.schema.json @@ -475,6 +475,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: "" From 95a60d0e69bd3906bdc1726dcc48fdd577daec49 Mon Sep 17 00:00:00 2001 From: dmoreira97dltt Date: Tue, 18 Jan 2022 16:21:31 +0000 Subject: [PATCH 2/2] Adding lib chart --- charts/library-chart/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/library-chart/Chart.yaml b/charts/library-chart/Chart.yaml index 5e51d495..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 +version: 2.0.19 type: library