From 0cb6ee1016881d78a75376f54ffc2ccd2fdc51b6 Mon Sep 17 00:00:00 2001 From: phlg <76954542+phlg@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:03:35 +0200 Subject: [PATCH] fix: bump library-chart to fix nonProxyHosts config (#163) --- charts/jupyter-pyspark/Chart.yaml | 4 ++-- charts/rstudio-sparkr/Chart.yaml | 4 ++-- charts/vscode-pyspark/Chart.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index fd072ab1..d8aa3d27 100644 --- a/charts/jupyter-pyspark/Chart.yaml +++ b/charts/jupyter-pyspark/Chart.yaml @@ -24,9 +24,9 @@ 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: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index a066affa..8e3f0feb 100644 --- a/charts/rstudio-sparkr/Chart.yaml +++ b/charts/rstudio-sparkr/Chart.yaml @@ -23,8 +23,8 @@ 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: 2.1.2 +version: 2.1.3 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 9c81cd87..82973e83 100644 --- a/charts/vscode-pyspark/Chart.yaml +++ b/charts/vscode-pyspark/Chart.yaml @@ -24,9 +24,9 @@ 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: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services