We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0650ed commit 18e7b01Copy full SHA for 18e7b01
.github/workflows/chart-test.yml
@@ -26,6 +26,14 @@ jobs:
26
with:
27
version: '3.12.0'
28
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
+
37
- name: Create kind cluster config
38
run: |
39
cat > kind-config.yaml << EOF
0 commit comments