Skip to content

Commit 1973ead

Browse files
authored
chore: bump the helm unittest plugin version (#2347)
1 parent 2bd8b58 commit 1973ead

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lint:
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

1616
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
1818

1919
unittest: deps-unittest
2020
find ./charts -name "Chart.yaml" | \

charts/agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ sources:
3030
- https://app.sysdigcloud.com/#/settings/user
3131
- https://github.com/draios/sysdig
3232
type: application
33-
version: 2.2.2
33+
version: 2.2.3

charts/agent/tests/delegated_agent_deployment_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)