Skip to content

Commit 18e7b01

Browse files
committed
ci: test oss nightly builds nightly
1 parent d0650ed commit 18e7b01

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/chart-test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ jobs:
2626
with:
2727
version: '3.12.0'
2828

29+
- name: Update appVersion for nightly builds
30+
if: github.event_name == 'schedule'
31+
run: |
32+
echo "Updating appVersion to 2-nightly for scheduled builds"
33+
sed -i 's/^appVersion:.*/appVersion: 2-nightly/' charts/hdx-oss-v2/Chart.yaml
34+
echo "Updated Chart.yaml:"
35+
cat charts/hdx-oss-v2/Chart.yaml
36+
2937
- name: Create kind cluster config
3038
run: |
3139
cat > kind-config.yaml << EOF

0 commit comments

Comments
 (0)