Skip to content

Commit 39b79d7

Browse files
fixed docker image tag and updated chart docs (#1969)
Signed-off-by: Andrew Chubatiuk <[email protected]>
1 parent 76a7947 commit 39b79d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
uses: docker/metadata-action@v5
113113
with:
114114
images: ${{ env.REGISTRY_IMAGE }}
115-
tags: preview
115+
tags: ${{ needs.build-skip-check.outputs.version }}
116116
- name: Login to Docker Hub
117117
uses: docker/login-action@v3
118118
with:

charts/spark-operator-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: spark-operator
33
description: A Helm chart for Spark on Kubernetes operator
4-
version: 1.2.4
5-
appVersion: v1beta2-1.4.1-3.5.0
4+
version: 1.2.5
5+
appVersion: v1beta2-1.4.2-3.5.0
66
keywords:
77
- spark
88
home: https://github.com/kubeflow/spark-operator

charts/spark-operator-chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# spark-operator
22

3-
![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![AppVersion: v1beta2-1.3.8-3.5.0](https://img.shields.io/badge/AppVersion-v1beta2--1.3.8--3.5.0-informational?style=flat-square)
3+
![Version: 1.2.5](https://img.shields.io/badge/Version-1.2.5-informational?style=flat-square) ![AppVersion: v1beta2-1.4.2-3.5.0](https://img.shields.io/badge/AppVersion-v1beta2--1.4.2--3.5.0-informational?style=flat-square)
44

55
A Helm chart for Spark on Kubernetes operator
66

0 commit comments

Comments
 (0)