Closed sunkyzz closed 1 year ago
Thanks for letting us know about the issue. We were able to reproduce the same on our end as well, we will look further into it.
I would suggest you use artifactory.primary.replicaCount
instead of artifactory.node.replicaCount
as Artifactory no longer has a primary/node concept and we might soon deprecate the artifactory.node
configs.
You can just specify the total number of replicas required under the primary replicaCount itself.
fixed via #1820
Is this a request for help?: No
Is this a BUG REPORT or FEATURE REQUEST?: BUG REPORT
Version of Helm and Kubernetes:
Which chart:
jfrog/artifactory-ha
version: 107.63.10Which product license (Enterprise/Pro/oss): Enterprise
JFrog support reference (if already raised with support team):
What happened: if
artifactory.node.replicaCount
is larger than 0, will cause Helm chart YAML parse errorWhat you expected to happen: render correctly
How to reproduce it (as minimally and precisely as possible):
values.yaml
Anything else we need to know: This error happen when chart version larger than
107.63.5
,107.59
or107.55
can work correctly.