From a960844907804a3ad646d3189f995b3c677536ab Mon Sep 17 00:00:00 2001 From: fcomte <frederic.comte@insee.fr> Date: Sat, 25 Mar 2023 11:54:49 +0000 Subject: [PATCH] bump versions --- charts/jupyter-pyspark/Chart.yaml | 2 +- charts/jupyter-python/Chart.yaml | 2 +- charts/rstudio-sparkr/Chart.yaml | 2 +- charts/rstudio/Chart.yaml | 2 +- charts/vscode-python/Chart.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index 15b2e7a..d2137bb 100644 --- a/charts/jupyter-pyspark/Chart.yaml +++ b/charts/jupyter-pyspark/Chart.yaml @@ -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: 1.20.0 +version: 1.21.0 dependencies: - name: library-chart diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index f0ed2c6..a60b7c1 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-python/Chart.yaml @@ -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: 1.9.3 +version: 1.10.0 dependencies: - name: library-chart diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index f885e80..8482284 100644 --- a/charts/rstudio-sparkr/Chart.yaml +++ b/charts/rstudio-sparkr/Chart.yaml @@ -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.8.1 +version: 1.9.0 dependencies: - name: library-chart diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index d64afe1..2d2e689 100644 --- a/charts/rstudio/Chart.yaml +++ b/charts/rstudio/Chart.yaml @@ -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: 1.10.4 +version: 1.11.0 dependencies: - name: library-chart diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index 00742bc..8ee9615 100644 --- a/charts/vscode-python/Chart.yaml +++ b/charts/vscode-python/Chart.yaml @@ -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: 1.7.3 +version: 1.8.0 dependencies: - name: library-chart -- GitLab