lhotari commented on issue #419:
URL: 
https://github.com/apache/pulsar-helm-chart/issues/419#issuecomment-1867543806

   @nrashok This might not an issue with the chart. 
   
   ```
   mkdir test-semverCompare
   cd test-semverCompare
   
   cat <<'EOF' >Chart.yaml
   name: test
   version: 1.0
   EOF
   
   mkdir -p templates
   cat <<'EOF' >templates/test.yaml
   compare1: {{ semverCompare "<1.21-0" "1.25.16-eks-8cb36c9" | quote }}
   compare2: {{ semverCompare "<1.21-0" "1.25.16" | quote }}
   EOF
   
   helm template .
   
   ```
   
   this outputs
   ```
   ---
   # Source: test/templates/test.yaml
   compare1: "false"
   compare2: "false"
   ```
   
   which is expected.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to