Skip to content

Commit

Permalink
fix: update cmak docker and cma2zk docker images
Browse files Browse the repository at this point in the history
Signed-off-by: Ievgenii Shepeliuk <[email protected]>
  • Loading branch information
eshepelyuk committed Jun 22, 2023
1 parent 03ad6c2 commit 4da416d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ test-lint:
./test/linter/test.sh

test-unit:
helm plugin ls | grep unittest || helm plugin install https://github.com/quintush/helm-unittest
helm unittest -f 'test/unit/*.yaml' -3 .
helm plugin ls | grep unittest || helm plugin install https://github.com/helm-unittest/helm-unittest.git
helm unittest -f 'test/unit/*.yaml' .

test: test-lint test-unit

Expand Down
2 changes: 1 addition & 1 deletion test/unit/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tests:
path: /
pathType: Prefix
asserts:
- isEmpty:
- notExists:
path: spec.ingressClassName
- it: should render spec.ingressClassName if specified
set:
Expand Down
4 changes: 2 additions & 2 deletions test/unit/job-annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ tests:

- it: should not have annotations by default
asserts:
- isNull:
- isNullOrEmpty:
path: spec.jobTemplate.spec.template.metadata
template: cronjob-reconcile.yaml
- isNull:
- isNullOrEmpty:
path: spec.template.metadata
template: job-setup.yaml
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cmak:
reconcile:
image:
repository: "ghcr.io/eshepelyuk/dckr/cmak2zk"
tag: "1.0.0"
tag: "1.2.0"
pullPolicy: IfNotPresent
schedule: "*/3 * * * *"
overwriteZk: true
Expand All @@ -64,7 +64,7 @@ reconcile:
ui:
image:
repository: "ghcr.io/eshepelyuk/dckr/cmak-3.0.0.6"
tag: "1.1.1"
tag: "1.2.0"
pullPolicy: IfNotPresent
port: 9000
# additional command line arguments
Expand Down

0 comments on commit 4da416d

Please sign in to comment.