feat(ci): force the use of TCCR in CI (#3226)

* feat(ci): force the use of TCCR in CI

* feat(dependency): default dependency to tccr.io

* bump dependencies

* bump promtail
This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-20 10:54:37 +02:00
committed by GitHub
parent 663fed96e0
commit 9dac763389
8 changed files with 7 additions and 25 deletions
-18
View File
@@ -168,9 +168,6 @@ jobs:
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Remove node taints
run: |
sed -i 's/tccr.io/ghcr.io/g' ${{ matrix.chart }}/values.yaml
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
@@ -216,9 +213,6 @@ jobs:
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Remove node taints
run: |
sed -i 's/tccr.io/ghcr.io/g' ${{ matrix.chart }}/values.yaml
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
@@ -264,9 +258,6 @@ jobs:
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Remove node taints
run: |
sed -i 's/tccr.io/ghcr.io/g' ${{ matrix.chart }}/values.yaml
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
@@ -311,9 +302,6 @@ jobs:
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Remove node taints
run: |
sed -i 's/tccr.io/ghcr.io/g' ${{ matrix.chart }}/values.yaml
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
@@ -358,9 +346,6 @@ jobs:
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Remove node taints
run: |
sed -i 's/tccr.io/ghcr.io/g' ${{ matrix.chart }}/values.yaml
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
@@ -405,9 +390,6 @@ jobs:
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Remove node taints
run: |
sed -i 's/tccr.io/ghcr.io/g' ${{ matrix.chart }}/values.yaml
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade