fix(ci): update devcontainer to verbose catalog validation steps

This commit is contained in:
kjeld Schouten-Lebbing
2021-12-04 17:22:48 +01:00
parent 64ed700847
commit c2bc4fa8c9
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// https://github.com/microsoft/vscode-dev-containers/tree/v0.154.0/containers/ruby // https://github.com/microsoft/vscode-dev-containers/tree/v0.154.0/containers/ruby
{ {
"name": "Ruby", "name": "Ruby",
"image": "tccr.io/truecharts/devcontainer:v2.1.1" "image": "tccr.io/truecharts/devcontainer:v2.2.0"
// Set *default* container specific settings.json values on container create. // Set *default* container specific settings.json values on container create.
"settings": { "settings": {
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
concurrency: gitpush concurrency: gitpush
container: container:
image: ghcr.io/truecharts/devcontainer:v2.1.1 image: ghcr.io/truecharts/devcontainer:v2.2.0
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
+1 -1
View File
@@ -159,7 +159,7 @@ jobs:
release-test: release-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: ghcr.io/truecharts/devcontainer:v2.1.1 image: ghcr.io/truecharts/devcontainer:v2.2.0
steps: steps:
- name: Cache helm repo cache - name: Cache helm repo cache
id: cache id: cache
+2 -2
View File
@@ -18,7 +18,7 @@ jobs:
name: Unit and Lint tests name: Unit and Lint tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: tccr.io/truecharts/devcontainer:v2.1.0 image: tccr.io/truecharts/devcontainer:v2.2.0
steps: steps:
- name: Cache helm repo cache - name: Cache helm repo cache
id: cache id: cache
@@ -106,4 +106,4 @@ jobs:
version: v1.19 version: v1.19
- name: Run chart-testing (install) - name: Run chart-testing (install)
run: find ./charts/library/common-test -type f -name *.yaml -exec sed -i 's/tccr.io/ghcr.io/gI' {} \; && ct install --config .github/ct-install.yaml --charts 'charts/library/common-test' run: ct install --config .github/ct-install.yaml --charts 'charts/library/common-test'