Skip to content

Commit

Permalink
try to release chart
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Jun 27, 2024
1 parent df58594 commit def4a53
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ dependencies:
refPaths:
- path: pkg/consts/consts.go
match: "Version "
- path: charts/kwok/Chart.yaml
match: "version: "
- path: charts/stage-fast/Chart.yaml
match: "version: "
# - path: charts/kwok/Chart.yaml
# match: "version: "
# - path: charts/stage-fast/Chart.yaml
# match: "version: "

- name: "golang"
version: 1.22.3
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/releases-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Releases Charts

on:
push:
branches:
- release-*
# branches:
# - release-*
paths:
- charts/kwok/Chart.yaml
- charts/stage-fast/Chart.yaml
Expand Down Expand Up @@ -39,10 +39,8 @@ jobs:
- name: Release charts
uses: helm/[email protected]
if: ${{ env.PUSH == 'true' }}
with:
packages_with_index: false
mark_as_latest: false
pages_branch: "gh-pages"
charts_dir: "charts"
env:
CR_RELEASE_NAME_TEMPLATE: "{{ .Name }}-helm-chart-{{ .Version }}"
CR_RELEASE_NOTES_FILE: RELEASE.md
CR_MAKE_RELEASE_LATEST: false
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion charts/kwok/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ type: application
name: kwok
description: KWOK (Kubernetes WithOut Kubelet)
version: 0.0.1
appVersion: "0.6.0"
appVersion: "0.5.2"
2 changes: 1 addition & 1 deletion charts/stage-fast/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ type: application
name: stage-fast
description: Default stage policy of KWOK (Kubernetes WithOut Kubelet)
version: 0.0.1
appVersion: "0.6.0"
appVersion: "0.5.2"

0 comments on commit def4a53

Please sign in to comment.