Skip to content

Commit 9219b1d

Browse files
razvanfhennig
authored andcommitted
bump version 0.7.0-nightly
1 parent f0b48d2 commit 9219b1d

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/helm/spark-k8s-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
apiVersion: v2
33
name: spark-k8s-operator
4-
version: "0.6.0"
5-
appVersion: "0.6.0"
4+
version: "0.7.0-nightly"
5+
appVersion: "0.7.0-nightly"
66
description: The Stackable Operator for Apache Spark-on-Kubernetes
77
home: https://github.com/stackabletech/spark-k8s-operator
88
maintainers:

deploy/manifests/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ metadata:
1414
labels:
1515
app.kubernetes.io/name: spark-k8s-operator
1616
app.kubernetes.io/instance: spark-k8s-operator
17-
app.kubernetes.io/version: "0.6.0"
17+
app.kubernetes.io/version: "0.7.0-nightly"

deploy/manifests/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
labels:
77
app.kubernetes.io/name: spark-k8s-operator
88
app.kubernetes.io/instance: spark-k8s-operator
9-
app.kubernetes.io/version: "0.6.0"
9+
app.kubernetes.io/version: "0.7.0-nightly"
1010
spec:
1111
replicas: 1
1212
strategy:
@@ -35,7 +35,7 @@ spec:
3535
runAsUser: 1000
3636
seccompProfile:
3737
type: RuntimeDefault
38-
image: "docker.stackable.tech/stackable/spark-k8s-operator:0.6.0"
38+
image: "docker.stackable.tech/stackable/spark-k8s-operator:0.7.0-nightly"
3939
imagePullPolicy: IfNotPresent
4040
resources: {}
4141
volumeMounts:

deploy/manifests/serviceaccount.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
labels:
77
app.kubernetes.io/name: spark-k8s-operator
88
app.kubernetes.io/instance: spark-k8s-operator
9-
app.kubernetes.io/version: "0.6.0"
9+
app.kubernetes.io/version: "0.7.0-nightly"
1010
---
1111
apiVersion: rbac.authorization.k8s.io/v1
1212
# This cluster role binding allows anyone in the "manager" group to read secrets in any namespace.
@@ -16,7 +16,7 @@ metadata:
1616
labels:
1717
app.kubernetes.io/name: spark-k8s-operator
1818
app.kubernetes.io/instance: spark-k8s-operator
19-
app.kubernetes.io/version: "0.6.0"
19+
app.kubernetes.io/version: "0.7.0-nightly"
2020
subjects:
2121
- kind: ServiceAccount
2222
name: spark-k8s-operator-serviceaccount

docs/antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: spark-k8s
3-
version: "0.6"
3+
version: "nightly"
44
title: Stackable Operator for Apache Spark on Kubernetes
55
nav:
66
- modules/getting_started/nav.adoc
77
- modules/ROOT/nav.adoc
8-
prerelease: false
8+
prerelease: true

rust/crd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "OSL-3.0"
66
name = "stackable-spark-k8s-crd"
77
repository = "https://github.com/stackabletech/spark-k8s-operator"
8-
version = "0.6.0"
8+
version = "0.7.0-nightly"
99
publish = false
1010

1111
[dependencies]

rust/operator-binary/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "OSL-3.0"
66
name = "stackable-spark-k8s-operator"
77
repository = "https://github.com/stackabletech/spark-k8s-operator"
8-
version = "0.6.0"
8+
version = "0.7.0-nightly"
99
publish = false
1010

1111
[dependencies]

0 commit comments

Comments
 (0)