Skip to content

Commit

Permalink
add Openshift values in values.yaml for jupyter and vscode python (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet authored Jun 5, 2024
1 parent 22ae0d8 commit e3300c2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/jupyter-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.13.34
version: 1.13.35

dependencies:
- name: library-chart
version: 1.5.22
version: 1.5.23
repository: https://inseefrlab.github.io/helm-charts-interactive-services
4 changes: 4 additions & 0 deletions charts/jupyter-python/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,7 @@ startupProbe:
userPreferences:
darkMode: false
language: "en"

openshiftSCC:
enabled: false
scc: ""
4 changes: 2 additions & 2 deletions charts/vscode-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.11.33
version: 1.11.34

dependencies:
- name: library-chart
version: 1.5.22
version: 1.5.23
repository: https://inseefrlab.github.io/helm-charts-interactive-services
4 changes: 4 additions & 0 deletions charts/vscode-python/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,7 @@ affinity: {}
userPreferences:
darkMode: false
language: "en"

openshiftSCC:
enabled: false
scc: ""

0 comments on commit e3300c2

Please sign in to comment.