Skip to content

Commit

Permalink
Merge pull request #771 from at88mph/cavern-fix
Browse files Browse the repository at this point in the history
fix: fix to upgrade cavern to fix public home folder
  • Loading branch information
at88mph authored Jan 9, 2025
2 parents a2baa0a + e4ddc04 commit 4c6bf65
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion deployment/helm/cavern/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions deployment/helm/cavern/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions deployment/helm/cavern/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4c6bf65

Please sign in to comment.