Skip to content

Commit

Permalink
Updates Helm and kubectl (#39)
Browse files Browse the repository at this point in the history
* Updates Helm and kubectl

Helm and Kubectl versions need a bump

* updates Helm to latest, removes kubectl
  • Loading branch information
carlosteaches authored Mar 6, 2024
1 parent df74f70 commit eee7b8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/bash -l
set -eo pipefail

export HELM_VERSION=${HELM_VERSION:="3.5.1"}
export KUBECTL_VERSION=${KUBECTL_VERSION:="1.21.0"}
export HELM_VERSION=${HELM_VERSION:="3.14.2"}
export HELM_ARTIFACTORY_PLUGIN_VERSION=${HELM_ARTIFACTORY_PLUGIN_VERSION:="v1.0.2"}
export CHART_VERSION=${CHART_VERSION:=""}
export CHART_APP_VERSION=${CHART_APP_VERSION:=""}
Expand Down

0 comments on commit eee7b8d

Please sign in to comment.