mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kubernetes-acs-engine-autoscaler] Update version (#2454)
* [stable/kubernetes-acs-engine-autoscaler] Update version * fix linting issues * fix yamllint issue * Update Chart.yaml * use github id
This commit is contained in:
committed by
Adnan Abdulhussein
parent
45f1090faf
commit
a63a9c69d2
@@ -2,11 +2,12 @@ apiVersion: v1
|
||||
description: Scales worker nodes within agent pools
|
||||
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
|
||||
name: acs-engine-autoscaler
|
||||
version: 2.0.0
|
||||
version: 2.1.0
|
||||
appVersion: 2.1.1
|
||||
sources:
|
||||
- https://github.com/wbuchwalter/Kubernetes-acs-engine-autoscaler
|
||||
maintainers:
|
||||
- name: Rita Zhang
|
||||
- name: ritazh
|
||||
email: ritazh@microsoft.com
|
||||
- name: William Buchwalter
|
||||
- name: wbuchwalter
|
||||
email: wibuch@microsoft.com
|
||||
|
||||
@@ -6,7 +6,7 @@ replicaCount: 1
|
||||
## Will update the image and tag later
|
||||
image:
|
||||
repository: wbuchwalter/kubernetes-acs-engine-autoscaler
|
||||
tag: 2.0.0
|
||||
tag: 2.1.1
|
||||
pullPolicy: IfNotPresent
|
||||
acsenginecluster:
|
||||
resourcegroup:
|
||||
@@ -17,14 +17,14 @@ acsenginecluster:
|
||||
clientprivatekey:
|
||||
caprivatekey:
|
||||
## Optional parameter for deployment name if not using default
|
||||
#acsdeployment:
|
||||
# acsdeployment:
|
||||
## Optional parameter for sleep time between scaling loops (default: 60)
|
||||
#sleeptime:
|
||||
# sleeptime:
|
||||
## Optional parameter for pools to ignore scaling on
|
||||
#ignorepools:
|
||||
# ignorepools:
|
||||
## Optional parameter denominating number of nodes to spare in a pool after scaling
|
||||
#spareagents:
|
||||
# spareagents:
|
||||
## Optional parameter denominating the maximum duration (in seconds) an agent can stay idle before being deleted
|
||||
#idlethreshold:
|
||||
# idlethreshold:
|
||||
## Optional parameter denominating the number of extra agents to create when scaling out
|
||||
#overprovision:
|
||||
# overprovision:
|
||||
|
||||
Reference in New Issue
Block a user