This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new ee2b378 Update apiVersion to spark.apache.org/v1
ee2b378 is described below
commit ee2b37877067e7c263d9895ba84e880a931d4b0b
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Oct 7 19:49:26 2025 -0700
Update apiVersion to spark.apache.org/v1
---
pi.yaml | 2 +-
spark-connect-server.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pi.yaml b/pi.yaml
index 8c4e10a..131b8db 100644
--- a/pi.yaml
+++ b/pi.yaml
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-apiVersion: spark.apache.org/v1alpha1
+apiVersion: spark.apache.org/v1
kind: SparkApplication
metadata:
name: pi
diff --git a/spark-connect-server.yaml b/spark-connect-server.yaml
index a841855..18b9d12 100644
--- a/spark-connect-server.yaml
+++ b/spark-connect-server.yaml
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-apiVersion: spark.apache.org/v1alpha1
+apiVersion: spark.apache.org/v1
kind: SparkApplication
metadata:
name: spark-connect-server
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]