Skip to content

Commit

Permalink
fixed docker image tag and updated chart docs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Chubatiuk <andrew.chubatiuk@gmail.com>
  • Loading branch information
AndrewChubatiuk committed Apr 13, 2024
1 parent 76a7947 commit 468dfd4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
tags: preview
tags: ${{ needs.build-skip-check.outputs.version }}
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions charts/spark-operator-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: spark-operator
description: A Helm chart for Spark on Kubernetes operator
version: 1.2.4
appVersion: v1beta2-1.4.1-3.5.0
version: 1.2.5
appVersion: v1beta2-1.4.2-3.5.0
keywords:
- spark
home: https://github.com/kubeflow/spark-operator
Expand Down
2 changes: 1 addition & 1 deletion charts/spark-operator-chart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# spark-operator

![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)
![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)

A Helm chart for Spark on Kubernetes operator

Expand Down

0 comments on commit 468dfd4

Please sign in to comment.