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
4 changes: 2 additions & 2 deletions .github/workflows/helm-vib-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
CSP_API_URL: https://console.tanzu.broadcom.com
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
VIB_PUBLIC_URL: https://cp.app-catalog.vmware.com

jobs:
# make sure chart is linted/safe
Expand All @@ -23,4 +23,4 @@ jobs:
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- uses: vmware-labs/vmware-image-builder-action@v0.6.0
- uses: vmware-labs/vmware-image-builder-action@v0.11.0
4 changes: 2 additions & 2 deletions .github/workflows/helm-vib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
CSP_API_URL: https://console.tanzu.broadcom.com
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
VIB_PUBLIC_URL: https://cp.app-catalog.vmware.com

jobs:
# verify chart in multiple target platforms
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: vmware-labs/vmware-image-builder-action@v0.6.0
- uses: vmware-labs/vmware-image-builder-action@v0.11.0
with:
pipeline: ${{ matrix.target-pipeline }}
max-pipeline-duration: 7200
Expand Down
Loading