Skip to content

Commit

Permalink
Merge pull request #6772 from kwiesmueller/vpa-release-1.1
Browse files Browse the repository at this point in the history
Bump vpa version to 1.1.1
  • Loading branch information
k8s-ci-robot committed Apr 25, 2024
2 parents 9999227 + 0bc73b3 commit b396895
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
runAsUser: 65534 # nobody
containers:
- name: admission-controller
image: registry.k8s.io/autoscaling/vpa-admission-controller:1.1.0
image: registry.k8s.io/autoscaling/vpa-admission-controller:1.1.1
imagePullPolicy: Always
env:
- name: NAMESPACE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
runAsUser: 65534 # nobody
containers:
- name: recommender
image: registry.k8s.io/autoscaling/vpa-recommender:1.1.0
image: registry.k8s.io/autoscaling/vpa-recommender:1.1.1
imagePullPolicy: Always
args:
- --recommender-name=performance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
runAsUser: 65534 # nobody
containers:
- name: recommender
image: registry.k8s.io/autoscaling/vpa-recommender:1.1.0
image: registry.k8s.io/autoscaling/vpa-recommender:1.1.1
imagePullPolicy: Always
args:
- --recommender-name=frugal
Expand Down
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/deploy/recommender-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
runAsUser: 65534 # nobody
containers:
- name: recommender
image: registry.k8s.io/autoscaling/vpa-recommender:1.1.0
image: registry.k8s.io/autoscaling/vpa-recommender:1.1.1
imagePullPolicy: Always
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/deploy/updater-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
runAsUser: 65534 # nobody
containers:
- name: updater
image: registry.k8s.io/autoscaling/vpa-updater:1.1.0
image: registry.k8s.io/autoscaling/vpa-updater:1.1.1
imagePullPolicy: Always
env:
- name: NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/hack/vpa-process-yaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ $# -eq 0 ]; then
fi

DEFAULT_REGISTRY="registry.k8s.io/autoscaling"
DEFAULT_TAG="1.1.0"
DEFAULT_TAG="1.1.1"

REGISTRY_TO_APPLY=${REGISTRY-$DEFAULT_REGISTRY}
TAG_TO_APPLY=${TAG-$DEFAULT_TAG}
Expand Down

0 comments on commit b396895

Please sign in to comment.