Skip to content

Commit 8f0c84a

Browse files
authored
Merge pull request #8648 from adrianmoisey/1.5.1
Update VPA defaults to 1.5.1 in the master branch
2 parents 43266b2 + 00088fb commit 8f0c84a

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

vertical-pod-autoscaler/charts/vertical-pod-autoscaler/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.1
18+
version: 0.2.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.5.0"
24+
appVersion: "1.5.1"
2525

2626
icon: https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png
2727

vertical-pod-autoscaler/charts/vertical-pod-autoscaler/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ WARNING: This chart is currently under development and is not ready for producti
44

55
Automatically adjust resources for your workloads
66

7-
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square)
7+
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square)
88
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
9-
![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)
9+
![AppVersion: 1.5.1](https://img.shields.io/badge/AppVersion-1.5.1-informational?style=flat-square)
1010

1111
## Introduction
1212
The Vertical Pod Autoscaler (VPA) automatically adjusts the CPU and memory resource requests of pods to match their actual resource utilization.
@@ -59,4 +59,4 @@ The Vertical Pod Autoscaler (VPA) automatically adjusts the CPU and memory resou
5959
| fullnameOverride | string | `nil` | |
6060
| imagePullSecrets | list | `[]` | |
6161
| nameOverride | string | `nil` | |
62-
| rbac.create | bool | `true` | |
62+
| rbac.create | bool | `true` | |

vertical-pod-autoscaler/charts/vertical-pod-autoscaler/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ The Vertical Pod Autoscaler (VPA) automatically adjusts the CPU and memory resou
1515

1616
{{ template "chart.requirementsSection" . }}
1717

18-
{{ template "chart.valuesSection" . }}
18+
{{ template "chart.valuesSection" . }}

vertical-pod-autoscaler/deploy/admission-controller-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
runAsUser: 65534 # nobody
2121
containers:
2222
- name: admission-controller
23-
image: registry.k8s.io/autoscaling/vpa-admission-controller:1.5.0
23+
image: registry.k8s.io/autoscaling/vpa-admission-controller:1.5.1
2424
imagePullPolicy: IfNotPresent
2525
env:
2626
- name: NAMESPACE

vertical-pod-autoscaler/deploy/recommender-deployment-high.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
runAsUser: 65534 # nobody
2727
containers:
2828
- name: recommender
29-
image: registry.k8s.io/autoscaling/vpa-recommender:1.5.0
29+
image: registry.k8s.io/autoscaling/vpa-recommender:1.5.1
3030
imagePullPolicy: Always
3131
args:
3232
- --recommender-name=performance

vertical-pod-autoscaler/deploy/recommender-deployment-low.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
runAsUser: 65534 # nobody
2727
containers:
2828
- name: recommender
29-
image: registry.k8s.io/autoscaling/vpa-recommender:1.5.0
29+
image: registry.k8s.io/autoscaling/vpa-recommender:1.5.1
3030
imagePullPolicy: Always
3131
args:
3232
- --recommender-name=frugal

vertical-pod-autoscaler/deploy/recommender-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
runAsUser: 65534 # nobody
2121
containers:
2222
- name: recommender
23-
image: registry.k8s.io/autoscaling/vpa-recommender:1.5.0
23+
image: registry.k8s.io/autoscaling/vpa-recommender:1.5.1
2424
imagePullPolicy: IfNotPresent
2525
resources:
2626
limits:

vertical-pod-autoscaler/deploy/updater-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
runAsUser: 65534 # nobody
2121
containers:
2222
- name: updater
23-
image: registry.k8s.io/autoscaling/vpa-updater:1.5.0
23+
image: registry.k8s.io/autoscaling/vpa-updater:1.5.1
2424
imagePullPolicy: IfNotPresent
2525
env:
2626
- name: NAMESPACE

vertical-pod-autoscaler/docs/flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Vertical Pod Autoscaler Flags
22
This document contains the flags for all VPA components.
33

4-
To view the most recent _release_ of flags for all VPA components, consult the release tag [flags(1.5.0)](https://github.com/kubernetes/autoscaler/blob/vertical-pod-autoscaler-1.5.0/vertical-pod-autoscaler/docs/flags.md) documentation.
4+
To view the most recent _release_ of flags for all VPA components, consult the release tag [flags(1.5.1)](https://github.com/kubernetes/autoscaler/blob/vertical-pod-autoscaler-1.5.1/vertical-pod-autoscaler/docs/flags.md) documentation.
55

66
> **Note:** This document is auto-generated from the default branch (master) of the VPA repository.
77

vertical-pod-autoscaler/hack/generate-flags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set -o pipefail
2121
SCRIPT_ROOT=$(realpath $(dirname "${BASH_SOURCE[0]}"))/..
2222
TARGET_FILE="${SCRIPT_ROOT}/docs/flags.md"
2323
COMPONENTS=("admission-controller" "recommender" "updater")
24-
DEFAULT_TAG="1.5.0"
24+
DEFAULT_TAG="1.5.1"
2525

2626
# Function to extract flags from a binary
2727
extract_flags() {

0 commit comments

Comments
 (0)