Skip to content

Commit 76bed74

Browse files
committed
docs: Update supported versions and examples
1 parent a5b4da7 commit 76bed74

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

docs/modules/superset/examples/getting_started/superset-load-examples-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
name: config
1414
containers:
1515
- name: superset
16-
image: oci.stackable.tech/sdp/superset:4.1.1-stackable0.0.0-dev
16+
image: oci.stackable.tech/sdp/superset:4.1.2-stackable0.0.0-dev
1717
command: [
1818
"/bin/sh",
1919
"-c",

docs/modules/superset/examples/getting_started/superset-load-examples-job.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
name: config
1414
containers:
1515
- name: superset
16-
image: oci.stackable.tech/sdp/superset:4.1.1-stackable{{ versions.superset }}
16+
image: oci.stackable.tech/sdp/superset:4.1.2-stackable{{ versions.superset }}
1717
command: [
1818
"/bin/sh",
1919
"-c",

docs/modules/superset/examples/getting_started/superset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-superset
66
spec:
77
image:
8-
productVersion: 4.1.1
8+
productVersion: 4.1.2
99
clusterConfig:
1010
credentialsSecret: simple-superset-credentials
1111
listenerClass: external-unstable

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ metadata:
3434
name: superset-with-ldap-server
3535
spec:
3636
image:
37-
productVersion: 4.1.1
37+
productVersion: 4.1.2
3838
clusterConfig:
3939
authentication:
4040
- authenticationClass: ldap # <1>
@@ -64,7 +64,7 @@ metadata:
6464
name: superset-with-oidc
6565
spec:
6666
image:
67-
productVersion: 4.1.1
67+
productVersion: 4.1.2
6868
clusterConfig:
6969
authentication:
7070
- authenticationClass: keycloak # <1>
@@ -229,7 +229,7 @@ metadata:
229229
name: superset-with-oidc
230230
spec:
231231
image:
232-
productVersion: 4.1.1
232+
productVersion: 4.1.2
233233
clusterConfig:
234234
authentication:
235235
- authenticationClass: keycloak

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

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

5+
- 4.1.2
6+
- 4.1.1 (deprecated)
57
- 4.0.2 (LTS)
6-
- 4.1.1

examples/superset-with-ldap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ metadata:
149149
name: superset-with-ldap-server-veri-tls
150150
spec:
151151
image:
152-
productVersion: 4.1.1
152+
productVersion: 4.1.2
153153
clusterConfig:
154154
authentication:
155155
- authenticationClass: superset-with-ldap-server-veri-tls-ldap

0 commit comments

Comments
 (0)