ソースを参照

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

Narekmat 2 年 前
コミット
0818bb0144
2 ファイル変更2 行追加1 行削除
  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 fetch origin
           git stash
           git stash
           git checkout -b gh-pages origin/gh-pages
           git checkout -b gh-pages origin/gh-pages
+          git pull
           helm repo index .
           helm repo index .
           git add -f ${MSG##*/} index.yaml
           git add -f ${MSG##*/} index.yaml
           git commit -m "release ${VERSION}"
           git commit -m "release ${VERSION}"

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

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