File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 71
71
enableVpn :
72
72
description : Enable VPN connection
73
73
required : false
74
- default : true
74
+ default : ' true'
75
75
type : string
76
76
runner :
77
77
description : Runner to use
@@ -167,6 +167,8 @@ jobs:
167
167
# NOTE: This will go away with terraform
168
168
- name : setup dependencies
169
169
env :
170
+ # renovate: datasource=github-releases depName=eksctl-io/eksctl
171
+ EKSCTL_VERSION : v0.210.0
170
172
# renovate: datasource=github-releases depName=helmfile/helmfile
171
173
HELMFILE_VERSION : ${{ inputs.helmfileVersion }}
172
174
# renovate: datasource=github-releases depName=databus23/helm-diff
@@ -181,11 +183,13 @@ jobs:
181
183
fi
182
184
183
185
curl -fsSL -o helmfile.tar.gz https://github.com/helmfile/helmfile/releases/download/${{ env.HELMFILE_VERSION }}/helmfile_${HELMFILE_VERSION_WITHOUT_PREFIX}_linux_${ARCH}.tar.gz
186
+ curl -fsSL -o eksctl.tar.gz https://github.com/eksctl-io/eksctl/releases/download/${{ env.EKSCTL_VERSION }}/eksctl_Linux_amd64.tar.gz
184
187
185
188
helm plugin install https://github.com/databus23/helm-diff --version ${{ env.HELM_DIFF_PLUGIN_VERSION }}
186
189
187
190
mkdir -p $HOME/.local/bin
188
191
192
+ tar -C $HOME/.local/bin/ -xf ./eksctl.tar.gz
189
193
tar -C $HOME/.local/bin/ -xf ./helmfile.tar.gz
190
194
191
195
chmod +x $HOME/.local/bin/*
You can’t perform that action at this time.
0 commit comments