Skip to content

Commit

Permalink
fix: update for portal chart
Browse files Browse the repository at this point in the history
  • Loading branch information
at88mph committed Dec 4, 2024
1 parent c96c72c commit 1263d85
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions deployment/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,13 @@ deployment:
# canfar: The CANFAR theme for internal CADC deployment
# themeName: {src | canfar}

# Labels on the tabs
# Default:
# tabLabels:
# - Public
# - Advanced
# tabLabels: []

# Other data to be included in the main ConfigMap of this deployment.
# Of note, files that end in .key are special and base64 decoded.
#
Expand Down
6 changes: 5 additions & 1 deletion deployment/helm/science-portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# CHANGELOG for Science Portal UI (Chart 0.2.8)
# CHANGELOG for Science Portal UI (Chart 0.4.0)

## 2024.12.04 (0.4.0)
- Select by project enabled to constrain images in pull-down menu
- Add Advanced tab to enable proprietary image support

## 2024.09.05 (0.2.11)
- Fix screen blanking when image selection not yet loaded
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/science-portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: 0.4.0
# 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.4.0"
appVersion: "0.5.3"

dependencies:
- name: "redis"
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/science-portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ skaha:
deployment:
hostname: example.host.com # Change this!
sciencePortal:
image: images.opencadc.org/platform/science-portal:0.4.0
image: images.opencadc.org/platform/science-portal:0.5.3
imagePullPolicy: Always

tabLabels:
Expand Down

0 comments on commit 1263d85

Please sign in to comment.