Skip to content

fix(chart): use boolean values instead of string literals for booleans - #744

Merged
jeromy-cannon merged 1 commit into
mainfrom
479-fix-chart-boolean-values
Feb 8, 2024
Merged

fix(chart): use boolean values instead of string literals for booleans#744
jeromy-cannon merged 1 commit into
mainfrom
479-fix-chart-boolean-values

Conversation

@leninmehedy

Copy link
Copy Markdown
Member

Description

This pull request changes the following:

  • use boolean values instead of string literals for booleans

Related Issues

@leninmehedy
leninmehedy changed the base branch from main to 431-consolidate-sidecar-templates February 8, 2024 00:09
@leninmehedy leninmehedy self-assigned this Feb 8, 2024
@github-actions

github-actions Bot commented Feb 8, 2024

Copy link
Copy Markdown

Unit Test Results

  26 files  ±0    26 suites  ±0   55s ⏱️ -3s
109 tests ±0  105 ✔️ ±0  4 💤 ±0  0 ±0 
110 runs  ±0  106 ✔️ ±0  4 💤 ±0  0 ±0 

Results for commit 6b00cc4. ± Comparison against base commit b2872a1.

♻️ This comment has been updated with latest results.

@codecov-commenter

codecov-commenter commented Feb 8, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b2872a1) 67.51% compared to head (6b00cc4) 67.51%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #744   +/-   ##
=========================================
  Coverage     67.51%   67.51%           
  Complexity      339      339           
=========================================
  Files            64       64           
  Lines          1336     1336           
  Branches        157      157           
=========================================
  Hits            902      902           
  Misses          371      371           
  Partials         63       63           

Impacted file tree graph

Base automatically changed from 431-consolidate-sidecar-templates to main February 8, 2024 09:43
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
@jeromy-cannon
jeromy-cannon force-pushed the 479-fix-chart-boolean-values branch from 92f5e5b to 6b00cc4 Compare February 8, 2024 09:49
@sonarqubecloud

sonarqubecloud Bot commented Feb 8, 2024

Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@jeromy-cannon
jeromy-cannon merged commit d6567a9 into main Feb 8, 2024
@jeromy-cannon
jeromy-cannon deleted the 479-fix-chart-boolean-values branch February 8, 2024 09:59
swirlds-automation added a commit that referenced this pull request Feb 9, 2024
## [0.21.0](v0.20.0...v0.21.0) (2024-02-09)

### Features

* **cli:** allow user to overriding properties files ([#738](#738)) ([72982a5](72982a5))

### Bug Fixes

* **chart:** consolidate sidecar templates into the main network deployment template ([#743](#743)) ([b2872a1](b2872a1))
* **chart:** disable backup-uploader ([#746](#746)) ([d2b7010](d2b7010))
* **chart:** use boolean values instead of string literals for booleans ([#744](#744)) ([d6567a9](d6567a9))
* **cli:** assign node account ID correctly base on start account ID ([#749](#749)) ([6149153](6149153))
* **cli:** solo init should reset cached config ([#737](#737)) ([911d25b](911d25b))
* fullstack cluster setup is not uninstalling correctly  ([#742](#742)) ([56402e0](56402e0))
@swirlds-automation

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 0.21.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Charts: Consolidate boolean values and strings of "true" and "false"

4 participants