Skip to content
Snippets Groups Projects
Unverified Commit 90ea695d authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub
Browse files

Merge pull request #7700 from raywainman/vpa-release-1.2

Update default VPA version to 1.2.2 in vpa-release-1.2 branch
parents fcf5dfb9 471757e8
No related branches found
No related tags found
No related merge requests found
...@@ -51,16 +51,14 @@ procedure described below. ...@@ -51,16 +51,14 @@ procedure described below.
# Installation # Installation
The current default version is Vertical Pod Autoscaler 1.2.1 The current default version is Vertical Pod Autoscaler 1.2.2
### Compatibility ### Compatibility
| VPA version | Kubernetes version | | VPA version | Kubernetes version |
|-----------------|--------------------| |-----------------|--------------------|
| 1.2.1 | 1.27+ | | 1.2.x | 1.27+ |
| 1.2.0 | 1.27+ | | 1.1.x | 1.25+ |
| 1.1.2 | 1.25+ |
| 1.1.1 | 1.25+ |
| 1.0 | 1.25+ | | 1.0 | 1.25+ |
| 0.14 | 1.25+ | | 0.14 | 1.25+ |
| 0.13 | 1.25+ | | 0.13 | 1.25+ |
......
...@@ -20,7 +20,7 @@ spec: ...@@ -20,7 +20,7 @@ spec:
runAsUser: 65534 # nobody runAsUser: 65534 # nobody
containers: containers:
- name: admission-controller - name: admission-controller
image: registry.k8s.io/autoscaling/vpa-admission-controller:1.2.1 image: registry.k8s.io/autoscaling/vpa-admission-controller:1.2.2
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: NAMESPACE - name: NAMESPACE
......
...@@ -26,7 +26,7 @@ spec: ...@@ -26,7 +26,7 @@ spec:
runAsUser: 65534 # nobody runAsUser: 65534 # nobody
containers: containers:
- name: recommender - name: recommender
image: registry.k8s.io/autoscaling/vpa-recommender:1.2.1 image: registry.k8s.io/autoscaling/vpa-recommender:1.2.2
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- --recommender-name=performance - --recommender-name=performance
......
...@@ -26,7 +26,7 @@ spec: ...@@ -26,7 +26,7 @@ spec:
runAsUser: 65534 # nobody runAsUser: 65534 # nobody
containers: containers:
- name: recommender - name: recommender
image: registry.k8s.io/autoscaling/vpa-recommender:1.2.1 image: registry.k8s.io/autoscaling/vpa-recommender:1.2.2
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- --recommender-name=frugal - --recommender-name=frugal
......
...@@ -20,7 +20,7 @@ spec: ...@@ -20,7 +20,7 @@ spec:
runAsUser: 65534 # nobody runAsUser: 65534 # nobody
containers: containers:
- name: recommender - name: recommender
image: registry.k8s.io/autoscaling/vpa-recommender:1.2.1 image: registry.k8s.io/autoscaling/vpa-recommender:1.2.2
imagePullPolicy: Always imagePullPolicy: Always
resources: resources:
limits: limits:
......
...@@ -20,7 +20,7 @@ spec: ...@@ -20,7 +20,7 @@ spec:
runAsUser: 65534 # nobody runAsUser: 65534 # nobody
containers: containers:
- name: updater - name: updater
image: registry.k8s.io/autoscaling/vpa-updater:1.2.1 image: registry.k8s.io/autoscaling/vpa-updater:1.2.2
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: NAMESPACE - name: NAMESPACE
......
...@@ -32,7 +32,7 @@ if [ $# -eq 0 ]; then ...@@ -32,7 +32,7 @@ if [ $# -eq 0 ]; then
fi fi
DEFAULT_REGISTRY="registry.k8s.io/autoscaling" DEFAULT_REGISTRY="registry.k8s.io/autoscaling"
DEFAULT_TAG="1.2.1" DEFAULT_TAG="1.2.2"
REGISTRY_TO_APPLY=${REGISTRY-$DEFAULT_REGISTRY} REGISTRY_TO_APPLY=${REGISTRY-$DEFAULT_REGISTRY}
TAG_TO_APPLY=${TAG-$DEFAULT_TAG} TAG_TO_APPLY=${TAG-$DEFAULT_TAG}
......
...@@ -19,7 +19,7 @@ set -o nounset ...@@ -19,7 +19,7 @@ set -o nounset
set -o pipefail set -o pipefail
SCRIPT_ROOT=$(dirname ${BASH_SOURCE})/.. SCRIPT_ROOT=$(dirname ${BASH_SOURCE})/..
DEFAULT_TAG="1.2.1" DEFAULT_TAG="1.2.2"
TAG_TO_APPLY=${TAG-$DEFAULT_TAG} TAG_TO_APPLY=${TAG-$DEFAULT_TAG}
if [ "${TAG_TO_APPLY}" == "${DEFAULT_TAG}" ]; then if [ "${TAG_TO_APPLY}" == "${DEFAULT_TAG}" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment