chore: update image versions in k8s manifests - #3759
Merged
Conversation
Deployment ChecklistThis change falls under the deployment policy. 💁 Since Nov 10th, we are in the RED deployment zone. This means all changes released to production must adhere to the following requirements:
👉 Regardless of which boxes you click in this comment, merge/deployment will not be blocked. |
szuecs
approved these changes
Nov 26, 2025
Member
|
Can you fix dco please? We will need some days more to merge, because of code freeze. |
v1beta1 is removed from k8s since some time. The image version used in manifests are not working out of the box anymore. At least v0.14.0 is required to adopt to v1beta1 removal. Signed-off-by: buravc <avcii.brk@gmail.com>
buravc
force-pushed
the
chore/update-image-versions
branch
from
December 1, 2025 14:50
05fc1e5 to
8ae91a8
Compare
Collaborator
|
👍 |
Member
|
👍 |
This was referenced Dec 3, 2025
wisinghe
pushed a commit
to wisinghe/skipper
that referenced
this pull request
Dec 15, 2025
v1beta1 is removed from k8s since some time. The image version used in manifests are not working out of the box anymore. At least v0.14.0 is required to adopt to v1beta1 removal. Signed-off-by: buravc <avcii.brk@gmail.com>
wisinghe
pushed a commit
to wisinghe/skipper
that referenced
this pull request
Dec 15, 2025
v1beta1 is removed from k8s since some time. The image version used in manifests are not working out of the box anymore. At least v0.14.0 is required to adopt to v1beta1 removal. Signed-off-by: buravc <avcii.brk@gmail.com> Signed-off-by: wisinghe <nuwandi.wickramasinghe@zalando.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v1beta1 is removed from k8s since some time. The
image version used in manifests are not working
out of the box anymore. At least v0.14.0 is
required to adopt to v1beta1 removal.