Skip to content

Commit

Permalink
Use manual version handling to better indicate fork builds (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
plkokanov authored Nov 1, 2024
1 parent 12de623 commit 18cd31c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ vertical-pod-autoscaler:
release:
traits:
version:
preprocess: 'finalize'
preprocess: 'noop'
component_descriptor:
ocm_repository: europe-docker.pkg.dev/gardener-project/releases
publish:
Expand All @@ -130,7 +130,7 @@ vertical-pod-autoscaler:
vpa-admission-controller:
image: europe-docker.pkg.dev/gardener-project/releases/gardener/autoscaler/vertical-pod-autoscaler/vpa-admission-controller
release:
nextversion: 'bump_minor'
nextversion: 'noop'
git_tags:
- ref_template: refs/tags/vpa-{VERSION}
on_tag_conflict: 'fail'
Expand Down
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ limitations under the License.
package common

// VerticalPodAutoscalerVersion is the version of VPA.
const VerticalPodAutoscalerVersion = "1.3.0-dev"
const VerticalPodAutoscalerVersion = "1.2.1-gardener-build.2"

0 comments on commit 18cd31c

Please sign in to comment.