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 - 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'