From 063de428d8cdb4e3e3061402bb02cac6038a92eb Mon Sep 17 00:00:00 2001 From: Robert Van Voorhees Date: Sat, 6 Jul 2019 09:02:34 -0400 Subject: [PATCH] Just removes some annoying warning messages when you add annotations. (#15103) Signed-off-by: Robert Van Voorhees --- stable/concourse/Chart.yaml | 2 +- stable/concourse/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/concourse/Chart.yaml b/stable/concourse/Chart.yaml index 642628256b..ebd79cae9a 100644 --- a/stable/concourse/Chart.yaml +++ b/stable/concourse/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: concourse -version: 8.0.1 +version: 8.0.2 appVersion: 5.3.0 description: Concourse is a simple and scalable CI system. icon: https://avatars1.githubusercontent.com/u/7809479 diff --git a/stable/concourse/values.yaml b/stable/concourse/values.yaml index 3e67077e4d..ca4174cb7e 100644 --- a/stable/concourse/values.yaml +++ b/stable/concourse/values.yaml @@ -1403,7 +1403,7 @@ web: ## service.beta.kubernetes.io/aws-load-balancer-backend-port: "atc" ## service.beta.kubernetes.io/aws-load-balancer-ssl-ports: "443" ## - annotations: + annotations: {} ## When using `web.service.type: LoadBalancer`, whitelist the load balancer to particular IPs ## Example: @@ -1436,7 +1436,7 @@ web: ## kubernetes.io/ingress.class: nginx ## kubernetes.io/tls-acme: 'true' ## - annotations: + annotations: {} ## Hostnames. ## Must be provided if Ingress is enabled.