This repository was archived by the owner on Mar 18, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ test-lint:
77 ./ test/ linter/ test.sh
88
99test-unit :
10- helm plugin ls | grep unittest || helm plugin install https:// github.com/ quintush / helm-unittest
11- helm unittest -f ' test/unit/*.yaml' -3 .
10+ helm plugin ls | grep unittest || helm plugin install https:// github.com/ helm-unittest / helm-unittest.git
11+ helm unittest -f ' test/unit/*.yaml' .
1212
1313test : test-lint test-unit
1414
Original file line number Diff line number Diff line change 3636 path : /
3737 pathType : Prefix
3838 asserts :
39- - isEmpty :
39+ - notExists :
4040 path : spec.ingressClassName
4141 - it : should render spec.ingressClassName if specified
4242 set :
Original file line number Diff line number Diff line change 3232
3333 - it : should not have annotations by default
3434 asserts :
35- - isNull :
35+ - isNullOrEmpty :
3636 path : spec.jobTemplate.spec.template.metadata
3737 template : cronjob-reconcile.yaml
38- - isNull :
38+ - isNullOrEmpty :
3939 path : spec.template.metadata
4040 template : job-setup.yaml
Original file line number Diff line number Diff line change 4444reconcile :
4545 image :
4646 repository : " ghcr.io/eshepelyuk/dckr/cmak2zk"
47- tag : " 1.0 .0"
47+ tag : " 1.2 .0"
4848 pullPolicy : IfNotPresent
4949 schedule : " */3 * * * *"
5050 overwriteZk : true
@@ -64,7 +64,7 @@ reconcile:
6464ui :
6565 image :
6666 repository : " ghcr.io/eshepelyuk/dckr/cmak-3.0.0.6"
67- tag : " 1.1.1 "
67+ tag : " 1.2.0 "
6868 pullPolicy : IfNotPresent
6969 port : 9000
7070 # additional command line arguments
You can’t perform that action at this time.
0 commit comments