Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :)
2 changes: 1 addition & 1 deletion charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
31 changes: 31 additions & 0 deletions charts/argo-cd/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
}
}
}
}
}
}
8 changes: 7 additions & 1 deletion charts/argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
# argocdServerAdminPasswordMtime: "2006-01-02T15:04:05Z"

tags:
enabled: true
filtertag1: ""
filtertag2: ""
filtertag3: ""
4 changes: 2 additions & 2 deletions charts/argo-workflows/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
31 changes: 31 additions & 0 deletions charts/argo-workflows/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
}
}
}
}
}
}
8 changes: 7 additions & 1 deletion charts/argo-workflows/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,10 @@ argo-workflows:
- --auth-mode=server

ingress:
enabled: false
enabled: false

tags:
enabled: true
filtertag1: ""
filtertag2: ""
filtertag3: ""
2 changes: 1 addition & 1 deletion charts/blazingsql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
31 changes: 31 additions & 0 deletions charts/blazingsql/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
}
}
}
}
}
}
6 changes: 6 additions & 0 deletions charts/blazingsql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,9 @@ nodeSelector: {}
tolerations: []

affinity: {}

tags:
enabled: true
filtertag1: ""
filtertag2: ""
filtertag3: ""
2 changes: 1 addition & 1 deletion charts/cloudshell/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
30 changes: 30 additions & 0 deletions charts/cloudshell/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
}
}
}
}
}
}
6 changes: 6 additions & 0 deletions charts/cloudshell/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,9 @@ nodeSelector: {}
tolerations: []

affinity: {}

tags:
enabled: true
filtertag1: ""
filtertag2: ""
filtertag3: ""
2 changes: 1 addition & 1 deletion charts/dask/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
31 changes: 31 additions & 0 deletions charts/dask/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
}
}
}
}
}
}
8 changes: 7 additions & 1 deletion charts/dask/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,10 @@ ingress:
hostname: chart-example.local
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
# - chart-example.local

tags:
enabled: true
filtertag1: ""
filtertag2: ""
filtertag3: ""
2 changes: 1 addition & 1 deletion charts/delta-sharing-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down
31 changes: 31 additions & 0 deletions charts/delta-sharing-server/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
}
}
}
}
}
}
8 changes: 7 additions & 1 deletion charts/delta-sharing-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,10 @@ nodeSelector: {}

tolerations: []

affinity: {}
affinity: {}

tags:
enabled: true
filtertag1: ""
filtertag2: ""
filtertag3: ""
4 changes: 2 additions & 2 deletions charts/elastic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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



31 changes: 31 additions & 0 deletions charts/elastic/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
}
}
}
}


Expand Down
Loading