Skip to content

Commit fb24901

Browse files
committed
fix helm version
1 parent 2d683b6 commit fb24901

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mlflow-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Helm
3030
uses: azure/[email protected]
3131
with:
32-
version: v4.3.0
32+
version: v3.13.3
3333

3434
- name: Set up Python
3535
uses: actions/setup-python@v3
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set up Helm
6969
uses: azure/[email protected]
7070
with:
71-
version: v4.3.0
71+
version: v3.13.3
7272

7373
- name: Create Cluster
7474
id: create-cluster
@@ -127,7 +127,7 @@ jobs:
127127
- name: Set up Helm
128128
uses: azure/[email protected]
129129
with:
130-
version: v4.3.0
130+
version: v3.13.3
131131

132132
- name: Package infra chart
133133
run: |

0 commit comments

Comments
 (0)