File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 docker run --rm -e CT_VALIDATE_MAINTAINERS=false -u $(shell id -u) -v $(PWD ) :/charts quay.io/helmpack/chart-testing:latest sh -c " cd /charts; ct lint --target-branch=main --all"
1515
1616deps-unittest :
17- @helm plugin install https://github.com/helm-unittest/helm-unittest --version=0.6.1 || true
17+ @helm plugin install https://github.com/helm-unittest/helm-unittest --version=1.0.0 || true
1818
1919unittest : deps-unittest
2020 find ./charts -name " Chart.yaml" | \
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ sources:
3030- https://app.sysdigcloud.com/#/settings/user
3131- https://github.com/draios/sysdig
3232type : application
33- version : 2.2.2
33+ version : 2.2.3
Original file line number Diff line number Diff line change @@ -257,13 +257,13 @@ tests:
257257 - it : Test container image
258258 set :
259259 image :
260- tag : 86.753.09
260+ tag : 86.753.9
261261 delegatedAgentDeployment :
262262 enabled : true
263263 asserts :
264264 - equal :
265265 path : spec.template.spec.containers[0].image
266- value : " quay.io/sysdig/agent-slim:86.753.09 "
266+ value : " quay.io/sysdig/agent-slim:86.753.9 "
267267 - equal :
268268 path : spec.template.spec.containers[0].imagePullPolicy
269269 value : IfNotPresent
You can’t perform that action at this time.
0 commit comments