Skip to content

Commit

Permalink
feat: (IAC-1236) Updated helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh committed Mar 4, 2024
1 parent 8e4b814 commit b1ee9df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN curl -sLO https://storage.googleapis.com/kubernetes-release/release/v$kubect

# Installation
FROM baseline
ARG helm_version=3.14.1
ARG helm_version=3.14.2
ARG aws_cli_version=2.15.22
ARG gcp_cli_version=464.0.0

Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ansible==9.2.0 #9.1.0 # 8.6.0 # 2.10.7
openshift==0.13.2 #0.13.1 # 0.12.0
kubernetes==29.0.0 #26.1.0 # 12.0.1
dnspython==2.6.1 #2.3.0 # 2.1.0
docker==7.0.0 #5.0.3
urllib3==2.2.1 #1.26.18
ansible==9.2.0 # 9.1.0 # 8.6.0 # 2.10.7
openshift==0.13.2 # 0.13.1 # 0.12.0
kubernetes==27.2.0 # 26.1.0 # 12.0.1
dnspython==2.6.1 # 2.3.0 # 2.1.0
docker==7.0.0 # 5.0.3
urllib3==2.2.1 # 1.26.18

0 comments on commit b1ee9df

Please sign in to comment.