Skip to content

Commit 5bc209b

Browse files
committed
fix: bump image version
1 parent e12e8a6 commit 5bc209b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

helm/applications/skaha/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# CHANGELOG for Skaha User Session API (Chart 1.0.3)
1+
# CHANGELOG for Skaha User Session API (Chart 1.0.4)
2+
3+
## 2025.09.11 (1.0.4)
4+
- Provide Kueue examples with documentation
5+
- Fix typo in headless priority class name setting
6+
- Fix environment variable name to properly be uppercase for headless priority class
7+
- Bump Skaha API image to `1.0.3`
28

39
## 2025.09.10 (1.0.3)
410
- Fix to display GPU Cores

helm/applications/skaha/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 1.0.4
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.2"
24+
appVersion: "1.0.3"
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.2
18+
image: images.opencadc.org/platform/skaha:1.0.3
1919
imagePullPolicy: Always
2020

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

0 commit comments

Comments
 (0)