[kubernetes] Fix tenant addons removal - #835
Conversation
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
WalkthroughThis update increments the Kubernetes chart version from 0.18.0 to 0.18.1 and updates version mappings accordingly. It expands the pre-delete HelmRelease job to include three additional HelmRelease resources— Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant PreDeleteJob
participant KubernetesAPI
User->>PreDeleteJob: Initiate pre-delete job
PreDeleteJob->>KubernetesAPI: Patch HelmRelease "cert-manager"
PreDeleteJob->>KubernetesAPI: Patch HelmRelease "cert-manager-crds"
PreDeleteJob->>KubernetesAPI: Patch HelmRelease "vertical-pod-autoscaler"
PreDeleteJob->>KubernetesAPI: Patch HelmRelease "vertical-pod-autoscaler-crds"
PreDeleteJob->>KubernetesAPI: Patch other existing HelmReleases
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🔇 Additional comments (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Backport of #835 **New Features** - Expanded the pre-delete operation to target additional components, including cert-manager and vertical pod autoscaler resources. **Chores** - Updated chart version to 0.18.1 and revised version mappings for improved tracking. (cherry picked from commit ccedcb7) Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
Backport of #835 **New Features** - Expanded the pre-delete operation to target additional components, including cert-manager and vertical pod autoscaler resources. **Chores** - Updated chart version to 0.18.1 and revised version mappings for improved tracking. (cherry picked from commit ccedcb7) Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
Backport of #835 **New Features** - Expanded the pre-delete operation to target additional components, including cert-manager and vertical pod autoscaler resources. **Chores** - Updated chart version to 0.18.1 and revised version mappings for improved tracking. (cherry picked from commit ccedcb7) Co-authored-by: Andrei Kvapil <kvapss@gmail.com> Signed-off-by: Nick Volynkin <nick.volynkin@gmail.com>
Backport of #835 **New Features** - Expanded the pre-delete operation to target additional components, including cert-manager and vertical pod autoscaler resources. **Chores** - Updated chart version to 0.18.1 and revised version mappings for improved tracking. (cherry picked from commit ccedcb7) Co-authored-by: Andrei Kvapil <kvapss@gmail.com> Signed-off-by: Nick Volynkin <nick.volynkin@gmail.com>
Backport of #835 **New Features** - Expanded the pre-delete operation to target additional components, including cert-manager and vertical pod autoscaler resources. **Chores** - Updated chart version to 0.18.1 and revised version mappings for improved tracking. (cherry picked from commit ccedcb7) Co-authored-by: Andrei Kvapil <kvapss@gmail.com> Signed-off-by: Nick Volynkin <nick.volynkin@gmail.com>
Backport of #835 **New Features** - Expanded the pre-delete operation to target additional components, including cert-manager and vertical pod autoscaler resources. **Chores** - Updated chart version to 0.18.1 and revised version mappings for improved tracking. (cherry picked from commit ccedcb7) Co-authored-by: Andrei Kvapil <kvapss@gmail.com> Signed-off-by: Nick Volynkin <nick.volynkin@gmail.com>
Signed-off-by: Andrei Kvapil kvapss@gmail.com
Summary by CodeRabbit
Backported to v0.30 in #852