3.2.0
FIXES AND ENHANCEMENTS
Configured SaaS mode
3.1.2
FIXES AND ENHANCEMENTS
Actually disable heap dumps on OOM in Elasticsearch
3.1.1
FIXES AND ENHANCEMENTS
DIsabled heap dumps on OOM in Elasticsearch
3.1.0
FIXES AND ENHANCEMENTS
Upgrade Zalando Postgres Operator to version
1.10.0
Make chart compatible with Kubernetes 1.25.x
KNOWN ISSUES
When upgrading gv-essentials
to version 3.1.x you’ll get the error Error: UPGRADE FAILED: error validating "": error validating data...
.
This is because Helm cannot determine whether upgrading a CRD will break other things in the cluster, therefore, Helm v3 by design can create CRDs but is not able not upgrade them.
To address this issue run the following command before upgrading the chart:
kubectl apply -f https://assets.master.k3s.getvisibility.com/k3s/misc/crd_operatorconfigurations_v1_10_0.yml
Or you can download the file from the internet, save it locally and run the command kubectl apply -f
crd_operatorconfigurations_v1_10_0.yml
from within the cluster.