mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
(P4DEVOPS-7373) Use artifactory instead of bitnami repos
This commit is contained in:
parent
c2e04310aa
commit
113ffd968d
7 changed files with 29 additions and 8 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -15,6 +15,11 @@ jobs:
|
|||
clean: true
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Activate twingate to access artifactory
|
||||
uses: twingate/github-action@main
|
||||
with:
|
||||
service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
|
||||
|
||||
- uses: azure/setup-helm@v3
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
|
|
@ -25,4 +30,4 @@ jobs:
|
|||
uses: helm/chart-testing-action@v2
|
||||
|
||||
- name: Run chart-testing (lint)
|
||||
run: ct lint --chart-dirs helm-charts --all --validate-maintainers=false --chart-repos bitnami=https://charts.bitnami.com/bitnami
|
||||
run: ct lint --chart-dirs helm-charts --all --validate-maintainers=false --chart-repos artifactory=https://artifactory.delivery.puppetlabs.net/artifactory/helm__local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue