Spire controller manager upgrade (#8)

Co-authored-by: Faisal Memon <[email protected]>
Co-authored-by: Marco Franssen <[email protected]>
This commit is contained in:
kfox1111
2023-10-17 19:54:12 +00:00
committed by GitHub
co-authored by Faisal Memon Marco Franssen
parent 663551297a
commit 56445c4f94
14 changed files with 244 additions and 22 deletions
+6 -2
View File
@@ -170,7 +170,8 @@ jobs:
- name: Run chart-testing (install)
run: |
ct install --config ct.yaml \
helm install -n spire-server spire-crds charts/spire-crds
ct install --config ct.yaml --excluded-charts spire-crds \
--target-branch ${{ github.base_ref }}
- name: Test summary
@@ -238,7 +239,10 @@ jobs:
verbosity: 1
- name: Install and test example
run: ${{ matrix.example }}/run-tests.sh
run: |
kubectl create namespace spire-server
helm install -n spire-server spire-crds charts/spire-crds
${{ matrix.example }}/run-tests.sh
upgrade-test:
runs-on: ubuntu-22.04