helm: mark userID and userKey required in secret

This patch marks `userID` and `userKey` required in
helm values.

A release note has been added for the same as well.

Signed-off-by: Niraj Yadav <niryadav@redhat.com>
This commit is contained in:
Niraj Yadav
2025-04-22 13:31:40 +05:30
committed by mergify[bot]
parent c82b38deda
commit 20b9ecc15c
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@
## Breaking Changes
- Support for `secret.adminID` and `secret.adminKey` has been deprecated and removed
from Helm charts. Please use `secret.userID` and `secret.userKey` instead.
## Features
## NOTE