Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
https://github.com/InseeFrLab/onyxia/issues/43
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jul 2, 2022
1 parent 9274c08 commit 1fb44d6
Show file tree
Hide file tree
Showing 16 changed files with 60 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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: 6.2.2
version: 6.3.0

# 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
Expand Down
11 changes: 10 additions & 1 deletion charts/jupyter/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
},
"repository": {
"type": "string",
"description": "projet",
"description": "Repository url",
"default": "",
"x-form": {
"value": "{{git.project}}"
Expand All @@ -348,6 +348,15 @@
"value": false,
"path": "git/enabled"
}
},
"branch": {
"type": "string",
"description": "Brach automatically checkout",
"default": "",
"hidden": {
"value": "",
"path": "git/repository"
}
}
}
},
Expand Down
1 change: 1 addition & 0 deletions charts/jupyter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ git:
cache: ""
token: ""
repository: ""
branch: ""

#active ou non la recherche d'un hiveMetastore dans le namespace
# see configmap-hive.yaml et helpers template
Expand Down
1 change: 1 addition & 0 deletions charts/library-chart/templates/_configmaps.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ data:
GIT_CREDENTIALS_CACHE_DURATION: "{{ .Values.git.cache }}"
GIT_PERSONAL_ACCESS_TOKEN: "{{ .Values.git.token }}"
GIT_REPOSITORY: "{{ .Values.git.repository }}"
GIT_BRANCH: "{{ .Values.git.branch }}"
{{- end }}
{{- end }}

Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 6.3.5
version: 6.4.0

dependencies:
- name: library-chart
Expand Down
11 changes: 10 additions & 1 deletion charts/rstudio/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
},
"repository": {
"type": "string",
"description": "projet",
"description": "Repository url",
"default": "",
"x-form": {
"value": "{{git.project}}"
Expand All @@ -339,6 +339,15 @@
"value": false,
"path": "git/enabled"
}
},
"branch": {
"type": "string",
"description": "Brach automatically checkout",
"default": "",
"hidden": {
"value": "",
"path": "git/repository"
}
}
}
},
Expand Down
1 change: 1 addition & 0 deletions charts/rstudio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ git:
cache: ""
token: ""
repository: ""
branch: ""

# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
Expand Down
2 changes: 1 addition & 1 deletion charts/tensorflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.7.0
version: 4.8.0

# 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
Expand Down
11 changes: 10 additions & 1 deletion charts/tensorflow/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
},
"repository": {
"type": "string",
"description": "projet",
"description": "Repository url",
"default": "",
"x-form": {
"value": "{{git.project}}"
Expand All @@ -312,6 +312,15 @@
"value": false,
"path": "git/enabled"
}
},
"branch": {
"type": "string",
"description": "Brach automatically checkout",
"default": "",
"hidden": {
"value": "",
"path": "git/repository"
}
}
}
},
Expand Down
1 change: 1 addition & 0 deletions charts/tensorflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ git:
cache: ""
token: ""
repository: ""
branch: ""

# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
Expand Down
2 changes: 1 addition & 1 deletion charts/ubuntu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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: 5.0.12
version: 5.1.0

# 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
Expand Down
11 changes: 10 additions & 1 deletion charts/ubuntu/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
},
"repository": {
"type": "string",
"description": "projet",
"description": "Repository url",
"default": "",
"x-form": {
"value": "{{git.project}}"
Expand All @@ -301,6 +301,15 @@
"value": false,
"path": "git/enabled"
}
},
"branch": {
"type": "string",
"description": "Brach automatically checkout",
"default": "",
"hidden": {
"value": "",
"path": "git/repository"
}
}
}
},
Expand Down
1 change: 1 addition & 0 deletions charts/ubuntu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ git:
cache: ""
token: ""
repository: ""
branch: ""

# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 6.7.0
version: 6.8.0

# 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
Expand Down
9 changes: 9 additions & 0 deletions charts/vscode/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,15 @@
"value": false,
"path": "git/enabled"
}
},
"branch": {
"type": "string",
"description": "Brach automatically checkout",
"default": "",
"hidden": {
"value": "",
"path": "git/repository"
}
}
}
},
Expand Down
1 change: 1 addition & 0 deletions charts/vscode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ git:
name: ""
email: ""
cache: ""
branch: ""

# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
Expand Down

0 comments on commit 1fb44d6

Please sign in to comment.