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

Commit 1fb44d6

Browse files
committed
https://github.com/InseeFrLab/onyxia/issues/43
1 parent 9274c08 commit 1fb44d6

File tree

16 files changed

+60
-9
lines changed

16 files changed

+60
-9
lines changed

charts/jupyter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type: application
2525
# This is the chart version. This version number should be incremented each time you make changes
2626
# to the chart and its templates, including the app version.
2727
# Versions are expected to follow Semantic Versioning (https://semver.org/)
28-
version: 6.2.2
28+
version: 6.3.0
2929

3030
# This is the version number of the application being deployed. This version number should be
3131
# incremented each time you make changes to the application. Versions are not expected to

charts/jupyter/values.schema.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
},
340340
"repository": {
341341
"type": "string",
342-
"description": "projet",
342+
"description": "Repository url",
343343
"default": "",
344344
"x-form": {
345345
"value": "{{git.project}}"
@@ -348,6 +348,15 @@
348348
"value": false,
349349
"path": "git/enabled"
350350
}
351+
},
352+
"branch": {
353+
"type": "string",
354+
"description": "Brach automatically checkout",
355+
"default": "",
356+
"hidden": {
357+
"value": "",
358+
"path": "git/repository"
359+
}
351360
}
352361
}
353362
},

charts/jupyter/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ git:
9292
cache: ""
9393
token: ""
9494
repository: ""
95+
branch: ""
9596

9697
#active ou non la recherche d'un hiveMetastore dans le namespace
9798
# see configmap-hive.yaml et helpers template

charts/library-chart/templates/_configmaps.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ data:
9494
GIT_CREDENTIALS_CACHE_DURATION: "{{ .Values.git.cache }}"
9595
GIT_PERSONAL_ACCESS_TOKEN: "{{ .Values.git.token }}"
9696
GIT_REPOSITORY: "{{ .Values.git.repository }}"
97+
GIT_BRANCH: "{{ .Values.git.branch }}"
9798
{{- end }}
9899
{{- end }}
99100

charts/rstudio/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type: application
2323
# This is the chart version. This version number should be incremented each time you make changes
2424
# to the chart and its templates, including the app version.
2525
# Versions are expected to follow Semantic Versioning (https://semver.org/)
26-
version: 6.3.5
26+
version: 6.4.0
2727

2828
dependencies:
2929
- name: library-chart

charts/rstudio/values.schema.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
},
331331
"repository": {
332332
"type": "string",
333-
"description": "projet",
333+
"description": "Repository url",
334334
"default": "",
335335
"x-form": {
336336
"value": "{{git.project}}"
@@ -339,6 +339,15 @@
339339
"value": false,
340340
"path": "git/enabled"
341341
}
342+
},
343+
"branch": {
344+
"type": "string",
345+
"description": "Brach automatically checkout",
346+
"default": "",
347+
"hidden": {
348+
"value": "",
349+
"path": "git/repository"
350+
}
342351
}
343352
}
344353
},

charts/rstudio/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ git:
9696
cache: ""
9797
token: ""
9898
repository: ""
99+
branch: ""
99100

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

charts/tensorflow/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type: application
2424
# This is the chart version. This version number should be incremented each time you make changes
2525
# to the chart and its templates, including the app version.
2626
# Versions are expected to follow Semantic Versioning (https://semver.org/)
27-
version: 4.7.0
27+
version: 4.8.0
2828

2929
# This is the version number of the application being deployed. This version number should be
3030
# incremented each time you make changes to the application. Versions are not expected to

charts/tensorflow/values.schema.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
},
304304
"repository": {
305305
"type": "string",
306-
"description": "projet",
306+
"description": "Repository url",
307307
"default": "",
308308
"x-form": {
309309
"value": "{{git.project}}"
@@ -312,6 +312,15 @@
312312
"value": false,
313313
"path": "git/enabled"
314314
}
315+
},
316+
"branch": {
317+
"type": "string",
318+
"description": "Brach automatically checkout",
319+
"default": "",
320+
"hidden": {
321+
"value": "",
322+
"path": "git/repository"
323+
}
315324
}
316325
}
317326
},

charts/tensorflow/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ git:
6767
cache: ""
6868
token: ""
6969
repository: ""
70+
branch: ""
7071

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

0 commit comments

Comments
 (0)