Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/node-api-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions charts/node-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ image:
tag: main
pullPolicy: Always

imagePullSecrets:
- name: ghcr-pull-secret

service:
type: ClusterIP
port: 80
Expand Down
Loading