fixed helm release ci/cd

This commit is contained in:
yashsinghcodes
2025-10-06 16:12:45 +05:30
parent 6033fe30f4
commit 92ab86f092
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -24,13 +24,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install apt dependencies
run: |
sudo apt-get install apt-transport-https -y --no-install-recommends
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
sudo apt-get install helm -y --no-install-recommends
- name: Setup Helm
uses: azure/setup-helm@4
with:
version: v3.18.4 # I run it locally so I know it works :b
- name: Verify Helm
run: helm version
- name: Set versions
run: |
@@ -968,7 +968,7 @@ orborus:
image:
registry: ghcr.io
repository: shuffle/shuffle-orborus
tag: ""
tag: "nightly"
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'