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 69cc7f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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
4 changes: 2 additions & 2 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
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 69cc7f1

Please sign in to comment.