Skip to content

Commit bf5a979

Browse files
authored
Set specific Helm and Helmfile versions (#929)
* Set specific Helm and Helmfile versions * Update CHANGELOG.md
1 parent 60c7b3d commit bf5a979

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/docker.build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
uses: docker/setup-buildx-action@v3.10.0
2626
- name: Set up helmfile
2727
uses: helmfile/helmfile-action@v2.0.4
28+
with:
29+
helmfile-version: 'v0.162.0'
30+
helm-version: 'v3.12.2'
2831
- name: Cache Docker layers
2932
uses: actions/cache@v4
3033
with:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# api
22

3+
## 10x.19.3
4+
- Set specific Helm and Helmfile versions
5+
36
## 10x.19.2
47
- Add number of triples count to the wiki daily metrics
58

0 commit comments

Comments
 (0)