Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/chart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
version: "v3.19.2"

- name: Install helm unittest plugin
run: helm plugin install https://github.com/helm-unittest/helm-unittest.git --version v1.0.0
run: helm plugin install https://github.com/helm-unittest/helm-unittest.git --version v1.1.0

- name: Run chart unit tests
id: unittest
Expand Down
4 changes: 2 additions & 2 deletions charts/posit-chronicle/tests/configmap_fail_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ tests:
ServiceLogLevel: INVALID
asserts:
- failedTemplate:
errorPattern: ".*ServiceLogLevel: Does not match pattern.*"
errorPattern: "(?i).*ServiceLogLevel.*does not match pattern.*"
- it: should fail for invalid log level values
set:
config:
Logging:
ServiceLogFormat: INVALID
asserts:
- failedTemplate:
errorPattern: ".*ServiceLogFormat: Does not match pattern.*"
errorPattern: "(?i).*ServiceLogFormat.*does not match pattern.*"
- it: should fail if S3 is enabled but no bucket is specified
set:
config:
Expand Down
Loading