From e4ddc04b1dc5895c66b04c2f3941fa88c343d334 Mon Sep 17 00:00:00 2001 From: Dustin Jenkins Date: Thu, 9 Jan 2025 13:05:49 -0800 Subject: [PATCH] fix: fix to upgrade cavern to fix public home folder --- deployment/helm/cavern/CHANGELOG.md | 6 +++++- deployment/helm/cavern/Chart.yaml | 4 ++-- deployment/helm/cavern/values.yaml | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/deployment/helm/cavern/CHANGELOG.md b/deployment/helm/cavern/CHANGELOG.md index 37356e4cf..6ea7d5c3f 100644 --- a/deployment/helm/cavern/CHANGELOG.md +++ b/deployment/helm/cavern/CHANGELOG.md @@ -1,4 +1,8 @@ -# CHANGELOG for Cavern User Storage (Chart 0.5.0) +# CHANGELOG for Cavern User Storage (Chart 0.6.0) + +## 2025.01.09 (0.6.0) +- Small fix to remove unnecessary init container for Cavern +- Small fix to remove public access to /home folder (`cavern` 0.8.0) ## 2024.10.08 - Update to omit PostgreSQL in favour of an existing database. diff --git a/deployment/helm/cavern/Chart.yaml b/deployment/helm/cavern/Chart.yaml index 3cab5a33a..5e96ad8f4 100644 --- a/deployment/helm/cavern/Chart.yaml +++ b/deployment/helm/cavern/Chart.yaml @@ -15,13 +15,13 @@ 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: 0.5.3 +version: 0.6.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.7.14" +appVersion: "0.8.0" dependencies: - name: "utils" diff --git a/deployment/helm/cavern/values.yaml b/deployment/helm/cavern/values.yaml index 0788de740..e9fc351a9 100644 --- a/deployment/helm/cavern/values.yaml +++ b/deployment/helm/cavern/values.yaml @@ -11,8 +11,8 @@ skaha: deployment: hostname: example.org cavern: - image: images.opencadc.org/platform/cavern:0.7.14 - imagePullPolicy: Always + image: images.opencadc.org/platform/cavern:0.8.0 + imagePullPolicy: IfNotPresent # How cavern identifies itself. resourceID: "ivo://example.org/cavern"