diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index fb07362b..57824bf2 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-python/Chart.yaml @@ -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 diff --git a/charts/jupyter-python/values.yaml b/charts/jupyter-python/values.yaml index 4359b160..39fb12e7 100644 --- a/charts/jupyter-python/values.yaml +++ b/charts/jupyter-python/values.yaml @@ -213,3 +213,7 @@ startupProbe: userPreferences: darkMode: false language: "en" + +openshiftSCC: + enabled: false + scc: "" \ No newline at end of file diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index bfb55afd..9acbd3eb 100644 --- a/charts/vscode-python/Chart.yaml +++ b/charts/vscode-python/Chart.yaml @@ -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 diff --git a/charts/vscode-python/values.yaml b/charts/vscode-python/values.yaml index fe6d2586..535fdfa1 100644 --- a/charts/vscode-python/values.yaml +++ b/charts/vscode-python/values.yaml @@ -203,3 +203,7 @@ affinity: {} userPreferences: darkMode: false language: "en" + +openshiftSCC: + enabled: false + scc: "" \ No newline at end of file