Skip to content

Commit 4007f0a

Browse files
committed
initial version updates
1 parent 5a64f1f commit 4007f0a

17 files changed

Lines changed: 28 additions & 25 deletions

docs/modules/airflow/examples/example-airflow-dags-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: airflow
66
spec:
77
image:
8-
productVersion: 2.10.5
8+
productVersion: 3.0.6
99
clusterConfig:
1010
loadExamples: false
1111
exposeConfig: false

docs/modules/airflow/examples/example-airflow-gitsync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: airflow
66
spec:
77
image:
8-
productVersion: "2.10.5"
8+
productVersion: 3.0.6
99
clusterConfig:
1010
loadExamples: false
1111
exposeConfig: false

docs/modules/airflow/examples/example-airflow-incluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: airflow
66
spec:
77
image:
8-
productVersion: 2.10.5
8+
productVersion: 3.0.6
99
clusterConfig:
1010
loadExamples: false
1111
exposeConfig: false

docs/modules/airflow/examples/example-airflow-kubernetes-executor-s3-logging.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
---
12
apiVersion: airflow.stackable.tech/v1alpha1
23
kind: AirflowCluster
34
metadata:
45
name: airflow
56
spec:
67
image:
7-
productVersion: 2.10.5
8+
productVersion: 3.0.6
89
clusterConfig: {}
910
webservers:
1011
roleConfig:

docs/modules/airflow/examples/example-airflow-kubernetes-executor-s3-xcom.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
---
12
apiVersion: airflow.stackable.tech/v1alpha1
23
kind: AirflowCluster
34
metadata:
45
name: airflow
56
spec:
67
image:
7-
productVersion: 2.10.5
8+
productVersion: 3.0.6
89
clusterConfig: {}
910
webservers:
1011
roleConfig:

docs/modules/airflow/examples/getting_started/code/airflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: airflow
66
spec:
77
image:
8-
productVersion: 2.10.5
8+
productVersion: 3.0.6
99
clusterConfig:
1010
loadExamples: true
1111
exposeConfig: false

docs/modules/airflow/pages/usage-guide/security.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ metadata:
3737
name: airflow-with-ldap
3838
spec:
3939
image:
40-
productVersion: 2.10.5
40+
productVersion: 3.0.6
4141
clusterConfig:
4242
authentication:
4343
- authenticationClass: ldap # <1>
@@ -71,7 +71,7 @@ metadata:
7171
name: airflow-with-oidc
7272
spec:
7373
image:
74-
productVersion: 2.10.5
74+
productVersion: 3.0.6
7575
clusterConfig:
7676
authentication:
7777
- authenticationClass: keycloak # <1>

docs/modules/airflow/partials/supported-versions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This is a separate file, since it is used by both the direct Airflow-Operator documentation, and the overarching
33
// Stackable Platform documentation.
44

5+
- 3.0.6 (LTS)
56
- 3.0.1 (experimental)
6-
- 2.10.5
7-
- 2.10.4 (deprecated)
7+
- 2.10.5 (deprecated)
88
- 2.9.3 (deprecated)

examples/simple-airflow-cluster-dags-cmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ metadata:
8181
name: airflow-dags-cmap
8282
spec:
8383
image:
84-
productVersion: 2.10.5
84+
productVersion: 3.0.6
8585
clusterConfig:
8686
loadExamples: false
8787
exposeConfig: false

examples/simple-airflow-cluster-ldap-insecure-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ metadata:
149149
name: airflow-insecure-tls
150150
spec:
151151
image:
152-
productVersion: 2.10.5
152+
productVersion: 3.0.6
153153
clusterConfig:
154154
loadExamples: true
155155
exposeConfig: true

0 commit comments

Comments
 (0)