v1.9.6 🌈
github-actions
released this
09 May 07:29
·
36 commits
to refs/heads/main
since this release
Release Notes for starrocks-kubernetes-operator v1.9.6
We are excited to announce the release of StarRocks Kubernetes Operator v1.9.6. This version has the following enhancements:
- Support command and args(#516) in StarRocksCluster spec. You can easily customize the command and args if you are using helm chart.
Below is a code snippet from values.yaml for your reference:entrypoint: script: | #! /bin/bash echo "do something before start cn" exec /opt/starrocks/cn_entrypoint.sh $FE_SERVICE_NAME
- Support ImagePullPolicy in StarRocksCluster spec(#514).
- Support to use namespaced scope permission to deploy warehouses(#513).