Skip to content

Commit 708fbd2

Browse files
committed
fix: update version
1 parent a8dc074 commit 708fbd2

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

helm/applications/skaha/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# CHANGELOG for Skaha User Session API (Chart 1.0.4)
1+
# CHANGELOG for Skaha User Session API (Chart 1.0.5)
2+
3+
## 2025.09.29 (1.0.5)
4+
- Fix for status reporting in User Sessions
25

36
## 2025.09.11 (1.0.4)
47
- Provide Kueue examples with documentation

helm/applications/skaha/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.0.4
18+
version: 1.0.5
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.0.3"
24+
appVersion: "1.0.4"
2525

2626
dependencies:
2727
- name: "redis"

helm/applications/skaha/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ skahaWorkload:
1515
deployment:
1616
hostname: myhost.example.com # Change this!
1717
skaha:
18-
image: images.opencadc.org/platform/skaha:1.0.3
18+
image: images.opencadc.org/platform/skaha:1.0.4
1919
imagePullPolicy: Always
2020

2121
# Cron string for the image caching cron job schedule. Defaults to every half hour.

0 commit comments

Comments
 (0)