From 166baa12a656ae5b6e0c8ff5880444b9e89e5cdb Mon Sep 17 00:00:00 2001 From: fcomte <frederic.comte@insee.fr> Date: Mon, 26 Dec 2022 17:10:37 +0000 Subject: [PATCH] bump version --- charts/jupyter-pyspark/Chart.yaml | 2 +- charts/jupyter-python/Chart.yaml | 2 +- charts/jupyter-r/Chart.yaml | 2 +- charts/rstudio-sparkr/Chart.yaml | 2 +- charts/rstudio/Chart.yaml | 2 +- charts/vscode-python/Chart.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index 62f1c5e..f8322da 100644 --- a/charts/jupyter-pyspark/Chart.yaml +++ b/charts/jupyter-pyspark/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.13.0 +version: 1.13.1 dependencies: - name: library-chart diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index b267cfa..fc5b274 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.6.1 +version: 1.6.2 dependencies: - name: library-chart diff --git a/charts/jupyter-r/Chart.yaml b/charts/jupyter-r/Chart.yaml index c8b7308..fc5c3a3 100644 --- a/charts/jupyter-r/Chart.yaml +++ b/charts/jupyter-r/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.5.0 +version: 1.5.1 dependencies: - name: library-chart diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index 8122d1f..a053a97 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.5.0 +version: 1.5.1 dependencies: - name: library-chart diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index f6640e4..017845e 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.6.0 +version: 1.6.1 dependencies: - name: library-chart diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index ecd13bc..ca5d404 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.4.0 +version: 1.4.1 dependencies: - name: library-chart -- GitLab