Skip to content

Commit

Permalink
Add initscript
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelbaron committed Oct 3, 2024
1 parent 14077dd commit 9cfdc36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/java-maven-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: 1.0.1
version: 1.0.2

dependencies:
- name: library-chart
Expand Down
2 changes: 1 addition & 1 deletion charts/java-maven-vscode/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"regionInit": {
"type": "string",
"description": "region initialization script",
"default": "",
"default": "https://www.lias-lab.fr/onyxia/onyxia-init.sh",
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "{{k8s.initScriptUrl}}"
Expand Down
2 changes: 1 addition & 1 deletion charts/java-maven-vscode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ security:

init:
standardInitPath: "/opt/onyxia-init.sh"
regionInit: "https://www.lias-lab.fr/onyxia/onyxia-init.sh"
regionInit: ""
regionInitCheckSum: ""
personalInit: ""
personalInitArgs: ""
Expand Down

0 comments on commit 9cfdc36

Please sign in to comment.