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
7 changes: 5 additions & 2 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@ jobs:
done

- name: Login to Harbor
env:
HARBOR_USERNAME: ${{ secrets.HARBOR_USERNAME }}
HARBOR_PASSWORD: ${{ secrets.HARBOR_PASSWORD }}
run: |
echo "${{ secrets.HARBOR_PASSWORD }}" | \
echo "${HARBOR_PASSWORD}" | \
helm registry login harbor.enclaive.cloud \
--username "${{ secrets.HARBOR_USERNAME }}" \
--username "${HARBOR_USERNAME}" \
--password-stdin

- name: Push charts to Harbor OCI registry
Expand Down
276 changes: 0 additions & 276 deletions charts/open-webui/values-gke-min.yaml

This file was deleted.

Loading