Skip to content

Commit 5170167

Browse files
committed
Merge branch 'main' into feat/operator-versioning
2 parents cb198a6 + d306117 commit 5170167

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

tests/templates/kuttl/logging/30-install-airflow-vector-aggregator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commands:
55
- script: >-
66
helm install airflow-vector-aggregator vector
77
--namespace $NAMESPACE
8-
--version 0.45.0
8+
--version 0.49.0
99
--repo https://helm.vector.dev
1010
--values airflow-vector-aggregator-values.yaml
1111
---

tests/templates/kuttl/smoke/40-assert.yaml.j2

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ kind: StatefulSet
1818
metadata:
1919
name: airflow-webserver-default
2020
generation: 1 # There should be no unneeded Pod restarts
21+
labels:
22+
restarter.stackable.tech/enabled: "true"
2123
spec:
2224
template:
2325
spec:
@@ -32,6 +34,8 @@ kind: StatefulSet
3234
metadata:
3335
name: airflow-worker-default
3436
generation: 1 # There should be no unneeded Pod restarts
37+
labels:
38+
restarter.stackable.tech/enabled: "true"
3539
spec:
3640
template:
3741
spec:
@@ -46,6 +50,8 @@ kind: StatefulSet
4650
metadata:
4751
name: airflow-scheduler-default
4852
generation: 1 # There should be no unneeded Pod restarts
53+
labels:
54+
restarter.stackable.tech/enabled: "true"
4955
spec:
5056
template:
5157
spec:
@@ -59,6 +65,8 @@ kind: StatefulSet
5965
metadata:
6066
name: airflow-dagprocessor-default
6167
generation: 1 # There should be no unneeded Pod restarts
68+
labels:
69+
restarter.stackable.tech/enabled: "true"
6270
spec:
6371
template:
6472
spec:
@@ -72,6 +80,8 @@ kind: StatefulSet
7280
metadata:
7381
name: airflow-triggerer-default
7482
generation: 1 # There should be no unneeded Pod restarts
83+
labels:
84+
restarter.stackable.tech/enabled: "true"
7585
spec:
7686
template:
7787
spec:

tests/test-definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dimensions:
2020
# - 3.0.6,oci.stackable.tech/sandbox/airflow:3.0.6-stackable0.0.0-dev
2121
- name: opa-latest
2222
values:
23-
- 1.8.0
23+
- 1.12.2
2424
- name: ldap-authentication
2525
values:
2626
- no-tls

0 commit comments

Comments
 (0)