There was an error while loading. Please reload this page.
2 parents e69621a + a384962 commit e249920Copy full SHA for e249920
3 files changed
dag-trigger/Dockerfile
@@ -1,4 +1,4 @@
1
-from alpine:3.14
+from alpine:3.21
2
3
RUN apk add --no-cache --upgrade bash jq curl
4
dag-trigger/airflow-dag-trigger.sh
@@ -89,7 +89,7 @@ while true; do
89
echo "DAG succeeded"
90
exit 0
91
;;
92
- 'running' )
+ 'running' | 'queued' )
93
echo '...waiting 10 seconds'
94
sleep 10
95
helm/cas-airflow-dag-trigger/Chart.yaml
@@ -2,4 +2,4 @@ apiVersion: v2
name: cas-airflow-dag-trigger
description: A Helm chart for triggering remote DAGs on an existing airflow instance
type: application
5
-version: 1.0.20 # Changing this requires updating the image tag in .github/workflows/release.yaml
+version: 1.0.21 # Changing this requires updating the image tag in .github/workflows/release.yaml
0 commit comments