Hi Team,
I want to add Camunda 8.3 into my helm chart. As the latest version is 8.4. By default when I run below command it is taking 8.4 into my Openshift repo. Can someone help how to add 8.3 ?
helm repo add camunda https://helm.camunda.io
Hi Team,
I want to add Camunda 8.3 into my helm chart. As the latest version is 8.4. By default when I run below command it is taking 8.4 into my Openshift repo. Can someone help how to add 8.3 ?
helm repo add camunda https://helm.camunda.io
Hi @vinothkumar
You just need to use --version
option when installing Camunda with Helm chart.
For example:
helm install c8 camunda/camunda-platform -n c8 -f values.yaml --version=8.3.5
you can find the full version matrix here: camunda-platform-helm | Camunda Platform 8 Self-Managed Helm charts
Regards,
Alex
Thanks @Alex_Voloshyn
@vinothkumar please mark the answer as solved, so we know that the question is answered
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.