We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c7b3d commit bf5a979Copy full SHA for bf5a979
.github/workflows/docker.build.yml
@@ -25,6 +25,9 @@ jobs:
25
uses: docker/setup-buildx-action@v3.10.0
26
- name: Set up helmfile
27
uses: helmfile/helmfile-action@v2.0.4
28
+ with:
29
+ helmfile-version: 'v0.162.0'
30
+ helm-version: 'v3.12.2'
31
- name: Cache Docker layers
32
uses: actions/cache@v4
33
with:
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# api
2
3
+## 10x.19.3
4
+- Set specific Helm and Helmfile versions
5
+
6
## 10x.19.2
7
- Add number of triples count to the wiki daily metrics
8
0 commit comments