move index.yaml to this repo (prepare to move website away)
This commit is contained in:
8
.github/workflows/apps.release.yaml
vendored
8
.github/workflows/apps.release.yaml
vendored
@@ -21,14 +21,6 @@ jobs:
|
||||
fetch-depth: 100
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
|
||||
with:
|
||||
fetch-depth: 1
|
||||
repository: truecharts/charts
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
path: chartsrepo
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
|
||||
with:
|
||||
|
||||
4
.github/workflows/apps.test.yaml
vendored
4
.github/workflows/apps.test.yaml
vendored
@@ -118,8 +118,8 @@ jobs:
|
||||
|
||||
- name: update helm repo cache
|
||||
run: |
|
||||
helm repo add truecharts-old https://truecharts.org"
|
||||
helm repo add truecharts https://charts.truecharts.org"
|
||||
helm repo add truecharts-old https://truecharts.org
|
||||
helm repo add truecharts https://charts.truecharts.org
|
||||
helm repo add truecharts-library https://library-charts.truecharts.org
|
||||
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
helm repo add metallb https://metallb.github.io/metallb
|
||||
|
||||
Reference in New Issue
Block a user