Compare commits
3 Commits
2001c09fb2
...
5b9acd86f5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b9acd86f5 | ||
|
|
a44fac6847 | ||
|
|
13fc558d66 |
@@ -24,11 +24,14 @@ runs:
|
|||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if ! command -v helm &>/dev/null; then
|
curl -fsSL https://packages.buildkite.com/helm-linux/helm-debian/gpgkey \
|
||||||
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
| gpg --dearmor \
|
||||||
else
|
| sudo tee /usr/share/keyrings/helm.gpg > /dev/null
|
||||||
echo "Helm already installed: $(helm version --short)"
|
echo "deb [signed-by=/usr/share/keyrings/helm.gpg] https://packages.buildkite.com/helm-linux/helm-debian/any/ any main" \
|
||||||
fi
|
| sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
|
||||||
|
sudo apt-get update -qq
|
||||||
|
sudo apt-get install -y helm
|
||||||
|
helm version --short
|
||||||
|
|
||||||
- name: Inject image tag into chart values
|
- name: Inject image tag into chart values
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user