ci: deploy manifests
CD / Create tag (pull_request) Successful in 5s
CI / image check (pull_request) Successful in 5s
CD / build_and_push_image (pull_request) Successful in 25s
CD / deploy (pull_request) Failing after 18s
CI / install-dependencies (pull_request) Successful in 1m40s
CI / check format (pull_request) Successful in 24s
CI / check lint (pull_request) Successful in 26s
CI / test (pull_request) Successful in 28s
CI / build check (pull_request) Successful in 1m44s

This commit is contained in:
2026-05-26 20:50:02 +02:00
parent 83630702b9
commit 0066056ca6
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -49,3 +49,11 @@ jobs:
registry-password: ${{ secrets.REGISTRY_PASSWORD }}
repo-name: authentik-kubernetes-operator
tag: ${{ needs.create_tag.outputs.tag }}
deploy:
needs: build_and_push_image
uses: https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/.gitea/workflows/deploy.yaml@1.1.0
with:
k8s_dir: ./k8s
skip_helm_deployment: true
skip_shared_secrets_deployment: true
+1
View File
@@ -0,0 +1 @@
---