diff --git a/spark-operator.yaml b/spark-operator.yaml index bd88bc1673f..498f14a6d9d 100644 --- a/spark-operator.yaml +++ b/spark-operator.yaml @@ -1,7 +1,7 @@ package: name: spark-operator version: 2.1.0 - epoch: 0 + epoch: 1 description: Kubernetes operator for managing the lifecycle of Apache Spark applications on Kubernetes. copyright: - license: Apache-2.0 @@ -29,7 +29,7 @@ pipeline: - uses: go/bump with: - deps: k8s.io/kubernetes@v1.30.3 golang.org/x/crypto@v0.31.0 + deps: k8s.io/kubernetes@v1.30.3 golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0 - uses: go/build with: