Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit 4da416d

Browse files
committed
fix: update cmak docker and cma2zk docker images
Signed-off-by: Ievgenii Shepeliuk <eshepelyuk@gmail.com>
1 parent 03ad6c2 commit 4da416d

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ test-lint:
77
./test/linter/test.sh
88

99
test-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

1313
test: test-lint test-unit
1414

test/unit/ingress.yaml

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

test/unit/job-annotations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ tests:
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

values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cmak:
4444
reconcile:
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:
6464
ui:
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

0 commit comments

Comments
 (0)