From dc1620d347b8c4bcaeac346c4cb7538dc644f285 Mon Sep 17 00:00:00 2001 From: zoues Date: Fri, 17 Nov 2017 12:36:02 -0600 Subject: [PATCH] add app description which provide app abstract for project dashboard (#2524) --- stable/acs-engine-autoscaler/Chart.yaml | 2 +- stable/acs-engine-autoscaler/templates/deployment.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/stable/acs-engine-autoscaler/Chart.yaml b/stable/acs-engine-autoscaler/Chart.yaml index 817d4ac1eb..23a197bd39 100644 --- a/stable/acs-engine-autoscaler/Chart.yaml +++ b/stable/acs-engine-autoscaler/Chart.yaml @@ -2,7 +2,7 @@ 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.1.0 +version: 2.1.1 appVersion: 2.1.1 sources: - https://github.com/wbuchwalter/Kubernetes-acs-engine-autoscaler diff --git a/stable/acs-engine-autoscaler/templates/deployment.yaml b/stable/acs-engine-autoscaler/templates/deployment.yaml index c7b52f2c46..8b24651423 100644 --- a/stable/acs-engine-autoscaler/templates/deployment.yaml +++ b/stable/acs-engine-autoscaler/templates/deployment.yaml @@ -5,6 +5,8 @@ metadata: name: {{ template "acs-engine-autoscaler.fullname" . }} labels: {{ include "acs-engine-autoscaler.labels.standard" . | indent 4 }} + annotations: + description: {{ .Chart.Description }} spec: replicas: {{ .Values.replicaCount }} template: @@ -80,4 +82,4 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy }} restartPolicy: Always dnsPolicy: Default -{{ end }} \ No newline at end of file +{{ end }}