Update appVersion for Vertical Pod Autoscaler Helm Chart to Use Docker Image Version 1.2.1 #1522
Labels
enhancement
Adding additional functionality or improvements
good first issue
Good for newcomers
help wanted
Extra attention is needed
Description
This issue requests an update to the
appVersion
of the Vertical Pod Autoscaler (VPA) Helm chart to use the newer Docker image version 1.2.1 instead of the current 1.0.0. Updating theappVersion
will help in aligning the Helm chart with the latest available Docker image, ensuring users benefit from the latest features and fixes.Current Behavior
The current
appVersion
in the Helm chart is set to1.0.0
.Desired Behavior
Update the
appVersion
in the Helm chart to1.2.1
.Additional Context
While I am aware that the image tag can be set via the values file (
values.yaml
), my current automation setup requires using the latest chart'sappVersion
for deployment processes. This change would simplify deployment strategies and ensure consistency across different environments using the VPA.Impact
This update will benefit users who rely on automated tools and scripts that fetch the latest
appVersion
from the Helm chart metadata for deployment, reducing manual interventions and potential for errors.Thank you for considering this update.
The text was updated successfully, but these errors were encountered: