Incomplete CRDs in latest published helm repository? #1001
zumbuschms
started this conversation in
General
Replies: 1 comment 3 replies
-
@zumbuschms , Please try https://github.com/OT-CONTAINER-KIT/helm-charts/releases/tag/redis-operator-0.16.4 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe your question
As we have encountered issues with deletion of PVCs during uninstallation of Redis replication charts using 0.15.1 of the operator, I was searching the current documentation and found the keepAfterDelete option. As that feature was added in 0.16.0, I decided to update the operator to the latest version and downloaded the archive from the helm repo, as our deployment environment doesn't have Internet access (helm pull ot-helm/redis-operator). Checking the downloaded archive, I was not able to find any definitions for keepAfterDelete in the CRDs and when I compared the content of the 0.16.1 download with the 0.15.1 version we had used since September 2023, all files were identical.
Is the new feature not yet available in the published helm charts, although the info announces version 0.17.0 of the operator?
Output of helm show chart ot-helm/redis-operator
What version of redis-operator are you using?
chart version: 0.16.1
app version: 0.17.0
Beta Was this translation helpful? Give feedback.
All reactions