File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
charts/spark-operator-chart Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
uses : docker/metadata-action@v5
113
113
with :
114
114
images : ${{ env.REGISTRY_IMAGE }}
115
- tags : preview
115
+ tags : ${{ needs.build-skip-check.outputs.version }}
116
116
- name : Login to Docker Hub
117
117
uses : docker/login-action@v3
118
118
with :
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : spark-operator
3
3
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
6
6
keywords :
7
7
- spark
8
8
home : https://github.com/kubeflow/spark-operator
Original file line number Diff line number Diff line change 1
1
# spark-operator
2
2
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 )
4
4
5
5
A Helm chart for Spark on Kubernetes operator
6
6
You can’t perform that action at this time.
0 commit comments