File tree Expand file tree Collapse file tree 10 files changed +25
-22
lines changed
deploy/helm/spark-k8s-operator Expand file tree Collapse file tree 10 files changed +25
-22
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 23.4.0] - 2023-04-17
8
+
7
9
### Added
8
10
9
11
- Deploy default and support custom affinities ([ #217 ] )
Original file line number Diff line number Diff line change 1
1
---
2
2
apiVersion : v2
3
3
name : spark-k8s-operator
4
- version : " 0.0.0-dev "
5
- appVersion : " 0.0.0-dev "
4
+ version : " 23.4.0 "
5
+ appVersion : " 23.4.0 "
6
6
description : The Stackable Operator for Apache Spark-on-Kubernetes
7
7
home : https://github.com/stackabletech/spark-k8s-operator
8
8
maintainers :
Original file line number Diff line number Diff line change 1
1
---
2
2
name : home
3
- version : " nightly"
3
+ version : " 23.4"
4
+ prerelease : false
Original file line number Diff line number Diff line change @@ -18,27 +18,27 @@ cd "$(dirname "$0")"
18
18
19
19
case " $1 " in
20
20
" helm" )
21
- echo " Adding 'stackable-dev ' Helm Chart repository"
21
+ echo " Adding 'stackable-stable ' Helm Chart repository"
22
22
# tag::helm-add-repo[]
23
- helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev /
23
+ helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable /
24
24
# end::helm-add-repo[]
25
25
echo " Updating Helm repo"
26
26
helm repo update
27
27
28
28
echo " Installing Operators with Helm"
29
29
# tag::helm-install-operators[]
30
- helm install --wait commons-operator stackable-dev /commons-operator --version 0.0.0-dev
31
- helm install --wait secret-operator stackable-dev /secret-operator --version 0.0.0-dev
32
- helm install --wait spark-k8s-operator stackable-dev /spark-k8s-operator --version 0.0.0-dev
30
+ helm install --wait commons-operator stackable-stable /commons-operator --version 23.4.0
31
+ helm install --wait secret-operator stackable-stable /secret-operator --version 23.4.0
32
+ helm install --wait spark-k8s-operator stackable-stable /spark-k8s-operator --version 23.4.0
33
33
# end::helm-install-operators[]
34
34
;;
35
35
" stackablectl" )
36
36
echo " installing Operators with stackablectl"
37
37
# tag::stackablectl-install-operators[]
38
38
stackablectl operator install \
39
- commons=0.0.0-dev \
40
- secret=0.0.0-dev \
41
- spark-k8s=0.0.0-dev
39
+ commons=23.4.0 \
40
+ secret=23.4.0 \
41
+ spark-k8s=23.4.0
42
42
# end::stackablectl-install-operators[]
43
43
;;
44
44
* )
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ This has the advantage that one connection configuration can be shared across `S
142
142
// The "nightly" version is needed because the "include" directive searches for
143
143
// files in the "stable" version by default.
144
144
// TODO: remove the "nightly" version after the next platform release (current: 22.09)
145
- include::nightly@ home:concepts:stackable_resource_requests.adoc[]
145
+ include::home:concepts:stackable_resource_requests.adoc[]
146
146
147
147
If no resources are configured explicitly, the operator uses the following defaults:
148
148
Original file line number Diff line number Diff line change 1
1
---
2
2
helm :
3
- repo_name : stackable-dev
4
- repo_url : https://repo.stackable.tech/repository/helm-dev /
3
+ repo_name : stackable-stable
4
+ repo_url : https://repo.stackable.tech/repository/helm-stable /
5
5
versions :
6
- commons : 0.0.0-dev
7
- secret : 0.0.0-dev
8
- spark : 0.0.0-dev
6
+ commons : 23.4.0
7
+ secret : 23.4.0
8
+ spark : 23.4.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2021"
5
5
license = " OSL-3.0"
6
6
name = " stackable-spark-k8s-crd"
7
7
repository = " https://github.com/stackabletech/spark-k8s-operator"
8
- version = " 0.0.0-dev "
8
+ version = " 23.4.0 "
9
9
publish = false
10
10
11
11
[dependencies ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2021"
5
5
license = " OSL-3.0"
6
6
name = " stackable-spark-k8s-operator"
7
7
repository = " https://github.com/stackabletech/spark-k8s-operator"
8
- version = " 0.0.0-dev "
8
+ version = " 23.4.0 "
9
9
publish = false
10
10
11
11
[dependencies ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dimensions:
10
10
- " false"
11
11
- name : spark
12
12
values :
13
- - 3.3.0-stackable23.4.0-rc2
13
+ - 3.3.0-stackable23.4.0
14
14
- name : ny-tlc-report
15
15
values :
16
16
- 0.1.0
You can’t perform that action at this time.
0 commit comments