Browse Source

[helm] Fix version and the workflow (#2880)

Narekmat 2 years ago
parent
commit
0818bb0144
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .github/workflows/release-helm.yaml
  2. 1 1
      charts/kafka-ui/Chart.yaml

+ 1 - 0
.github/workflows/release-helm.yaml

@@ -29,6 +29,7 @@ jobs:
           git fetch origin
           git stash
           git checkout -b gh-pages origin/gh-pages
+          git pull
           helm repo index .
           git add -f ${MSG##*/} index.yaml
           git commit -m "release ${VERSION}"

+ 1 - 1
charts/kafka-ui/Chart.yaml

@@ -2,6 +2,6 @@ apiVersion: v2
 name: kafka-ui
 description: A Helm chart for kafka-UI
 type: application
-version: 0.4.6
+version: 0.4.5
 appVersion: v0.4.0
 icon: https://github.com/provectus/kafka-ui/raw/master/documentation/images/kafka-ui-logo.png