added cert-manager webook
Some checks failed
Helmfile Update Workflow / update-helm-deployment (push) Failing after 1m18s

This commit is contained in:
2024-11-29 23:09:12 +01:00
parent d3c807a92f
commit 7ac04a4b02

View File

@@ -18,14 +18,13 @@ jobs:
steps:
# Step 1: Checkout the repository
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Clone Helm Chart Repository
env:
CI_SERVER_URL: "git.unkrig.dev"
CI_JOB_TOKEN: ${{ env.CI_JOB_TOKEN }}
run: |
git clone https://oauth2:${CI_JOB_TOKEN}@${CI_SERVER_URL}/oci-images/cert-manager-webhook-variomedia variomedia
- name: Checkout cert-manager-webhook-variomedia
uses: actions/checkout@v4
with:
repository: oci-images/cert-manager-webhook-variomedia
path: variomedia
# Step 2: Set up Kubernetes configuration (optional - depends on where your cluster is)
- name: Set up kubeconfig