Skip to content

Commit 1186ad4

Browse files
committed
demo fixes
1 parent 05b5f2a commit 1186ad4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

demos/airflow-scheduled-job/create-trino-tables.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
serviceAccountName: demo-serviceaccount
1010
containers:
1111
- name: create-tables-in-trino
12-
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
12+
image: oci.stackable.tech/sdp/testing-tools/trino:0.3.0-stackable0.0.0-dev
1313
command: ["bash", "-c", "python -u /tmp/script/script.py"]
1414
volumeMounts:
1515
- name: script

stacks/airflow/airflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
spec:
7575
containers:
7676
- name: airflow
77-
image: oci.stackable.tech/sdp/airflow:3.0.6-stackable0.0.0-dev
77+
image: oci.stackable.tech/sdp/airflow:3.1.6-stackable0.0.0-dev
7878
imagePullPolicy: IfNotPresent
7979
env:
8080
- name: NAMESPACE
@@ -102,7 +102,7 @@ spec:
102102
spec:
103103
containers:
104104
- name: base
105-
image: oci.stackable.tech/sdp/airflow:3.0.6-stackable0.0.0-dev
105+
image: oci.stackable.tech/sdp/airflow:3.1.6-stackable0.0.0-dev
106106
imagePullPolicy: IfNotPresent
107107
env:
108108
- name: AWS_SECRET_ACCESS_KEY

0 commit comments

Comments
 (0)