From 7f6226a8bfc3417130e52efdbdf64faa69954474 Mon Sep 17 00:00:00 2001 From: mpermar Date: Wed, 26 Jan 2022 12:40:25 +0100 Subject: [PATCH] Removed internal VMware replace URL from bitnami public charts (#8795) Signed-off-by: Martin Perez --- .github/workflows/vib.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/vib.yaml b/.github/workflows/vib.yaml index 31e8beb815..30ef9fef25 100644 --- a/.github/workflows/vib.yaml +++ b/.github/workflows/vib.yaml @@ -14,7 +14,6 @@ env: CSP_API_URL: https://console.cloud.vmware.com CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }} VIB_PUBLIC_URL: https://cp.bromelia.vmware.com - VIB_REPLACE_PUBLIC_URL: ${{ secrets.VIB_REPLACE_PUBLIC_URL }} # Replaces with VPN-friendly url jobs: vib-validate: # make sure chart is linted/safe runs-on: ubuntu-latest