added cert-manager webook
Some checks failed
Helmfile Update Workflow / update-helm-deployment (push) Failing after 1m18s
Some checks failed
Helmfile Update Workflow / update-helm-deployment (push) Failing after 1m18s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user