This commit is contained in:
@@ -46,10 +46,10 @@ jobs:
|
||||
uses: https://gitea.ldpt.fr/actions/argocd-deploy/.gitea/workflows/deploy.yaml@main
|
||||
with:
|
||||
server-url: https://github.com
|
||||
argocd-repo: lucasdpt/k8s-homelab-gitops
|
||||
argocd-repo: lucasdpt/k8s-homelab
|
||||
file-path: ${{ inputs.file-path }}
|
||||
update-helm: ${{ inputs.update-helm }}
|
||||
update-image: ${{ inputs.update-image }}
|
||||
update-helm: ${{ inputs.update-helm == true }}
|
||||
update-image: ${{ inputs.update-image == true }}
|
||||
helm-path: ${{ inputs.helm-path }}
|
||||
helm-version: ${{ inputs.helm-version }}
|
||||
image-path: ${{ inputs.image-path }}
|
||||
|
||||
Reference in New Issue
Block a user