Tags: OT-CONTAINER-KIT/redis-operator
Tags
feat: add serviceMonitor.extraLabels support (#1200) - Updated version and appVersion for redis, redis-cluster, redis-replication, and redis-sentinel charts to 0.16.5, 0.16.7, and 0.16.9 respectively. - Introduced `serviceMonitor.extraLabels` in values.yaml and README.md for all Redis charts, allowing users to add custom labels to the ServiceMonitor when enabled. - Updated templates to utilize the new `extraLabels` configuration for ServiceMonitor. This change enhances the flexibility of monitoring configurations for Redis deployments. Signed-off-by: drivebyer <[email protected]>
feat: reconcile redis sentinel only on master changed (#1122) * feat: redissentinel reconcile only on master changed Signed-off-by: drivebyer <[email protected]> * fix Lint Signed-off-by: drivebyer <[email protected]> * e2e cleanup Signed-off-by: drivebyer <[email protected]> --------- Signed-off-by: drivebyer <[email protected]>
feat: add redis-role label to redis replication (#925) * feat: add redis-role label to redis replication Signed-off-by: drivebyer <[email protected]> * fix lint Signed-off-by: drivebyer <[email protected]> * fix lint Signed-off-by: drivebyer <[email protected]> * fix test Signed-off-by: drivebyer <[email protected]> * fix test Signed-off-by: drivebyer <[email protected]> * fix test Signed-off-by: drivebyer <[email protected]> * fix test Signed-off-by: drivebyer <[email protected]> * fix test Signed-off-by: drivebyer <[email protected]> * fix test Signed-off-by: drivebyer <[email protected]> * fix test Signed-off-by: drivebyer <[email protected]> --------- Signed-off-by: drivebyer <[email protected]>
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.1 (#844) Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.16.0 to 2.17.1. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.16.0...v2.17.1) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[Feature] Add Redis Sentinel Support (#408) * commit * sentinel Major Changes * example addition * example addition * add Env Variable * add Env variable * add Env Variable in sentinel * fix Issue from the int env Variable * name correction * add field for replication * fix : comments, api add : getMaster IP * add : Dynamic Client , fix : getMasterIP function * change Example * fix : bug * fixed : requirement * change : image name
PreviousNext