fixed helm release ci/cd
This commit is contained in:
@@ -24,13 +24,13 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install apt dependencies
|
- name: Setup Helm
|
||||||
run: |
|
uses: azure/setup-helm@4
|
||||||
sudo apt-get install apt-transport-https -y --no-install-recommends
|
with:
|
||||||
curl -fsSL https://packages.buildkite.com/helm-linux/helm-debian/gpgkey | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
|
version: v3.18.4 # I run it locally so I know it works :b
|
||||||
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
|
- name: Verify Helm
|
||||||
sudo apt-get install helm -y --no-install-recommends
|
run: helm version
|
||||||
|
|
||||||
- name: Set versions
|
- name: Set versions
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -968,7 +968,7 @@ orborus:
|
|||||||
image:
|
image:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
repository: shuffle/shuffle-orborus
|
repository: shuffle/shuffle-orborus
|
||||||
tag: ""
|
tag: "nightly"
|
||||||
digest: ""
|
digest: ""
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
|
|||||||
Reference in New Issue
Block a user