Compare commits
1 Commits
v1
...
5b9acd86f5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b9acd86f5 |
@@ -22,9 +22,16 @@ runs:
|
|||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
uses: azure/setup-helm@v4
|
shell: bash
|
||||||
with:
|
run: |
|
||||||
version: latest
|
curl -fsSL https://packages.buildkite.com/helm-linux/helm-debian/gpgkey \
|
||||||
|
| gpg --dearmor \
|
||||||
|
| sudo tee /usr/share/keyrings/helm.gpg > /dev/null
|
||||||
|
echo "deb [signed-by=/usr/share/keyrings/helm.gpg] https://packages.buildkite.com/helm-linux/helm-debian/any/ any main" \
|
||||||
|
| 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