Skip to content

Commit

Permalink
add pw for oci
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Jan 15, 2024
1 parent d7b66f3 commit 5621759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/chart-testing-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami/
- gdscan=https://gdatasoftwareag.github.io/gdscan/
- oci-registry=oci://ghcr.io/gdatasoftwareag/
helm-repo-extra-args:
- oci-registry=--username=GdataGithubBot
- oci-registry=oci://ghcr.io/gdatasoftwareag/
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

env:
HELM_EXPERIMENTAL_OCI: 1
GHCR_PASSWORD: ${{ secrets.GHCR_PASSWORD }}

jobs:
release:
Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:
uses: helm/[email protected]

- name: Run chart-testing (lint)
run: ct lint --config .github/chart-testing-config.yaml --validate-maintainers=false --charts charts/vaas
run: ct lint --config .github/chart-testing-config.yaml --helm-repo-extra-args 'oci-registry=--username GdataGithubBot --password $GHCR_PASSWORD' --validate-maintainers=false --charts charts/vaas

- name: Run chart-releaser
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 5621759

Please sign in to comment.