Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix to upgrade cavern to fix public home folder #771

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading