diff --git a/.github/workflows/node-api-cleanup.yaml b/.github/workflows/node-api-cleanup.yaml index 1f35a48..cf358fa 100644 --- a/.github/workflows/node-api-cleanup.yaml +++ b/.github/workflows/node-api-cleanup.yaml @@ -37,4 +37,5 @@ jobs: fi git commit -m "Remove node-api preview for PR #${{ github.event.pull_request.number }}" + git pull --rebase origin main git push origin HEAD:main diff --git a/charts/node-api/values.yaml b/charts/node-api/values.yaml index 10b4642..c4180a0 100644 --- a/charts/node-api/values.yaml +++ b/charts/node-api/values.yaml @@ -5,9 +5,6 @@ image: tag: main pullPolicy: Always -imagePullSecrets: - - name: ghcr-pull-secret - service: type: ClusterIP port: 80