Skip to content

Commit

Permalink
fix(ci): specify version for kubernetes-helm installation in CircleCI…
Browse files Browse the repository at this point in the history
… config (okteto#4674)

* fix(ci): specify version for kubernetes-helm installation in CircleCI config

Signed-off-by: Javier Lopez <[email protected]>

* fix: installation method

Signed-off-by: Javier Lopez <[email protected]>

---------

Signed-off-by: Javier Lopez <[email protected]>
  • Loading branch information
jLopezbarb authored Feb 20, 2025
1 parent aa6779d commit c33b325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ jobs:
command: |
go version
choco install kubernetes-cli -y
choco install kubernetes-helm -y
choco install kubernetes-helm --version 3.16.4 -y
- run:
name: Run deploy integration tests
environment:
Expand Down

0 comments on commit c33b325

Please sign in to comment.