OT-CONTAINER-KIT / redis-operator

A golang based redis operator that will make/oversee Redis standalone/cluster/replication/sentinel mode setup on top of the Kubernetes.
https://ot-redis-operator.netlify.app/
Apache License 2.0
731 stars 207 forks source link

feat: add redis operator helm chart and release workflow #941

Closed drivebyer closed 1 month ago

drivebyer commented 1 month ago

Description

In this PR, I copied the Redis Operator Helm chart source code from https://github.com/OT-CONTAINER-KIT/helm-charts/tree/main/charts/redis-operator and added a release workflow. This allows us to manage the operator release process within the current repository.

TEST in https://github.com/drivebyer/redis-operator-1/actions/runs/9148807644

Type of change

Checklist

Additional Context

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 38.96%. Comparing base (d121d86) to head (ba0be0b). Report is 53 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #941 +/- ## ========================================== + Coverage 35.20% 38.96% +3.76% ========================================== Files 19 20 +1 Lines 3213 2728 -485 ========================================== - Hits 1131 1063 -68 + Misses 2015 1594 -421 - Partials 67 71 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.