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 14
14
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"
15
15
16
16
deps-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
18
18
19
19
unittest : deps-unittest
20
20
find ./charts -name " Chart.yaml" | \
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ sources:
30
30
- https://app.sysdigcloud.com/#/settings/user
31
31
- https://github.com/draios/sysdig
32
32
type : 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:
257
257
- it : Test container image
258
258
set :
259
259
image :
260
- tag : 86.753.09
260
+ tag : 86.753.9
261
261
delegatedAgentDeployment :
262
262
enabled : true
263
263
asserts :
264
264
- equal :
265
265
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 "
267
267
- equal :
268
268
path : spec.template.spec.containers[0].imagePullPolicy
269
269
value : IfNotPresent
You can’t perform that action at this time.
0 commit comments