diff --git a/.github/workflows/helm_pr_deployment.yml b/.github/workflows/helm_pr_deployment.yml index 755b2f3b805d..bccd32ecc6d6 100644 --- a/.github/workflows/helm_pr_deployment.yml +++ b/.github/workflows/helm_pr_deployment.yml @@ -69,7 +69,7 @@ jobs: - name: Deploy Helm chart run: | helm upgrade --install artemis \ - oci://ghcr.io/${{ github.repository_owner }}/artemis/artemis --version ${{ env.SEM_VERSION }} \ + oci://ghcr.io/${{ github.repository_owner }}/helm/artemis --version ${{ env.SEM_VERSION }} \ --namespace artemis-pr${{ github.event.pull_request.number }} --create-namespace \ --set artemis.ingress.className="" \ --set artemis.ingress.annotations.cert-manager\\.io/cluster-issuer="letsencrypt-prod" \