Skip to content

Commit

Permalink
try to test release
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Jun 27, 2024
1 parent 5a507b0 commit 4cfdb17
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 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
11 changes: 7 additions & 4 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 All @@ -22,12 +22,15 @@ jobs:
fetch-depth: 0 # important parameter for helm chart
- name: Install Helm
uses: azure/setup-helm@v4

- name: Set up Git user
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Release charts
uses: helm/[email protected]
if: ${{ env.PUSH == 'true' }}
with:
packages_with_index: true
packages_with_index: false
mark_as_latest: false
pages_branch: "gh-pages"
charts_dir: "charts"
Expand Down
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 4cfdb17

Please sign in to comment.