Skip to content

fix(velero): use fullname helper for Deployment and supporting resources#736

Open
drashtiladva wants to merge 1 commit into
vmware-tanzu:mainfrom
drashtiladva:fix/bug-velero
Open

fix(velero): use fullname helper for Deployment and supporting resources#736
drashtiladva wants to merge 1 commit into
vmware-tanzu:mainfrom
drashtiladva:fix/bug-velero

Conversation

@drashtiladva
Copy link
Copy Markdown

@drashtiladva drashtiladva commented May 15, 2026

  • Replaced hardcoded 'velero' name in Deployment metadata with 'velero.fullname' helper.
  • Updated node-agent DaemonSet and PodMonitor to use 'fullname' helper.
  • Updated repo-maintenance ConfigMap and its corresponding container flag to use dynamic naming.
  • Removed hardcoded pod names from cleanup and upgrade Jobs to prevent naming conflicts.
  • Bumped chart version to 12.0.2.
  • issue: velero Deployment name is hardcoded to 'velero' instead of using fullname helper #731

Special notes for your reviewer:

Checklist

  • DCO signed
  • Chart Version bumped, please refer to the chart version instruction
  • Variables are documented in the values.yaml or README.md
  • Title of the PR starts with chart name (e.g. [velero])

- Replaced hardcoded 'velero' name in Deployment metadata with 'velero.fullname' helper.
- Updated node-agent DaemonSet and PodMonitor to use 'fullname' helper.
- Updated repo-maintenance ConfigMap and its corresponding container flag to use dynamic naming.
- Removed hardcoded pod names from cleanup and upgrade Jobs to prevent naming conflicts.
- Bumped chart version to 12.0.2.

Signed-off-by: drashti-itpl <drashti.ladva@improwised.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants