Hello @DudaNogueira
Yes, still the issue exists.
It’s similar to Rolling Update Not Working
We use ArgoCD to deploy the resouces in Openshift cluster and we deployed using helm chart after changing the variables in the values.yaml file for vertical/horizontal scaling.
- Downloaded the helm chart (templates / chart.yaml / values.yaml)
in gitops config
targetRevision: develop
applicationConfig:
path: vector-rcdn
name: vector-rcdn
namespace: vector
helm:
valueFiles:
- values.yaml
releaseName: weaviate-helm-rcdn
based on this config ArgoCD deploying the code changes to k8s cluster.
Changed the value of replicas for horizontal scaling.
Attached the list of steps with errors.
Regards,
Adithya