diff --git a/docs/operator/CHANGELOG.md b/docs/operator/CHANGELOG.md index e3a546f14..51b03849d 100644 --- a/docs/operator/CHANGELOG.md +++ b/docs/operator/CHANGELOG.md @@ -12,6 +12,10 @@ aliases: --- - [operator](https://docs.victoriametrics.com/operator/): updates default vm apps version to v1.103.0 +- [vmsingle/vlogs](https://docs.victoriametrics.com/operator/resources): makes better compatible with argo-cd by adding ownerReference to PersistentVolumeClaim. See this [issue](https://github.com/VictoriaMetrics/operator/issues/1091) for details. +- [operator](https://docs.victoriametrics.com/operator/): reduces reconcile latency. See this [commit](2a9d09d0131cc10a0f9e32f0e2e054687ada78f7) for details. +- [operator](https://docs.victoriametrics.com/operator/): reduces load on kubernetes api-server. See this commits: [commit-0](a0145b8a89dd5bb9051f8d4359b6a70c1d1a95ce), [commit-1](e2fbbd3e37146670f656d700ad0f64b2c299b0a0), [commit-2](184ba19a5f1d10dc2ac1bf018b2729f64e2a8c25). +- [operator](https://docs.victoriametrics.com/operator/): enables client cache back for `secrets` and `configmaps`. Adds new flag `-controller.disableCacheFor=seccret,configmap` to disable it if needed. ## [v0.47.3](https://github.com/VictoriaMetrics/operator/releases/tag/v0.47.3) - 28 Aug 2024 diff --git a/docs/operator/logo.webp b/docs/operator/logo.webp index 3dc695ab9..bb4cf373b 100644 Binary files a/docs/operator/logo.webp and b/docs/operator/logo.webp differ diff --git a/docs/operator/logo_white.webp b/docs/operator/logo_white.webp new file mode 100644 index 000000000..6b271c13e Binary files /dev/null and b/docs/operator/logo_white.webp differ