You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2023/02/28 14:48:19 UTC

[couchdb-helm] branch main updated: Default value for ingress.annotations is now {} (#100)

This is an automated email from the ASF dual-hosted git repository.

willholley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git


The following commit(s) were added to refs/heads/main by this push:
     new 0681f4b  Default value for ingress.annotations is now {} (#100)
0681f4b is described below

commit 0681f4bce42e2b6dd8c8a75441679fca81cf9216
Author: emcellsoft <53...@users.noreply.github.com>
AuthorDate: Tue Feb 28 15:48:12 2023 +0100

    Default value for ingress.annotations is now {} (#100)
    
    Fixes a warning when overriding this value
---
 couchdb/Chart.yaml  | 2 +-
 couchdb/values.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/couchdb/Chart.yaml b/couchdb/Chart.yaml
index 027ee63..e2bda0d 100644
--- a/couchdb/Chart.yaml
+++ b/couchdb/Chart.yaml
@@ -1,6 +1,6 @@
 apiVersion: v1
 name: couchdb
-version: 4.1.0
+version: 4.1.1
 appVersion: 3.2.1
 description: A database featuring seamless multi-master sync, that scales from
   big data to mobile, with an intuitive HTTP/JSON API and designed for
diff --git a/couchdb/values.yaml b/couchdb/values.yaml
index 1deb2c5..203c1da 100644
--- a/couchdb/values.yaml
+++ b/couchdb/values.yaml
@@ -148,7 +148,7 @@ ingress:
   hosts:
     - chart-example.local
   path: /
-  annotations: []
+  annotations: {}
     # kubernetes.io/ingress.class: nginx
     # kubernetes.io/tls-acme: "true"
   tls: