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 2020/01/06 10:34:26 UTC

[couchdb-helm] 21/26: Bugfix: fixes wrong Values iteration in ingress host

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

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

commit ad5417da6b93f809f080a13ceab176fa18da5629
Author: Arjun Dhawan <ar...@tomtom.com>
AuthorDate: Fri Nov 1 11:52:38 2019 +0100

    Bugfix: fixes wrong Values iteration in ingress host
    
    * Fixes #9
---
 couchdb/Chart.yaml             |   2 +-
 couchdb/templates/ingress.yaml |   3 ++-
 docs/couchdb-2.4.1.tgz         | Bin 0 -> 7907 bytes
 docs/index.yaml                |  31 +++++++++++++++++++++++++++----
 4 files changed, 30 insertions(+), 6 deletions(-)

diff --git a/couchdb/Chart.yaml b/couchdb/Chart.yaml
index 7cfee20..deb6de7 100644
--- a/couchdb/Chart.yaml
+++ b/couchdb/Chart.yaml
@@ -1,6 +1,6 @@
 apiVersion: v1
 name: couchdb
-version: 2.4.0
+version: 2.4.1
 appVersion: 2.3.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/templates/ingress.yaml b/couchdb/templates/ingress.yaml
index 5131a6a..c547847 100644
--- a/couchdb/templates/ingress.yaml
+++ b/couchdb/templates/ingress.yaml
@@ -1,6 +1,7 @@
 {{- if .Values.ingress.enabled -}}
 {{- $serviceName := include "couchdb.fullname" . -}}
 {{- $servicePort := .Values.service.externalPort -}}
+{{- $path := .Values.ingress.path | quote -}}
 apiVersion: networking.k8s.io/v1beta1
 kind: Ingress
 metadata:
@@ -20,7 +21,7 @@ spec:
     - host: {{ $host }}
       http:
         paths:
-          - path: {{ .Values.ingress.path | quote }}
+          - path: {{ $path }}
             backend:
               serviceName: {{ $serviceName }}
               servicePort: {{ $servicePort }}
diff --git a/docs/couchdb-2.4.1.tgz b/docs/couchdb-2.4.1.tgz
new file mode 100644
index 0000000..ec96263
Binary files /dev/null and b/docs/couchdb-2.4.1.tgz differ
diff --git a/docs/index.yaml b/docs/index.yaml
index 7dda827..1e3801a 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -3,7 +3,30 @@ entries:
   couchdb:
   - apiVersion: v1
     appVersion: 2.3.1
-    created: 2019-10-31T09:24:23.82691Z
+    created: "2019-11-01T11:51:15.339935463+01:00"
+    description: A database featuring seamless multi-master sync, that scales from
+      big data to mobile, with an intuitive HTTP/JSON API and designed for reliability.
+    digest: db0815c2766f76049b58d0954b66e0b70bf673a7d11c1d3cd9e07c775c646c12
+    home: https://couchdb.apache.org/
+    icon: http://couchdb.apache.org/CouchDB-visual-identity/logo/CouchDB-couch-symbol.svg
+    keywords:
+    - couchdb
+    - database
+    - nosql
+    maintainers:
+    - email: kocolosk@apache.org
+      name: kocolosk
+    - email: willholley@apache.org
+      name: willholley
+    name: couchdb
+    sources:
+    - https://github.com/apache/couchdb-docker
+    urls:
+    - https://apache.github.io/couchdb-helm/couchdb-2.4.1.tgz
+    version: 2.4.1
+  - apiVersion: v1
+    appVersion: 2.3.1
+    created: "2019-11-01T11:51:15.339429507+01:00"
     description: A database featuring seamless multi-master sync, that scales from
       big data to mobile, with an intuitive HTTP/JSON API and designed for reliability.
     digest: daddf6cc7fe8bb63d6fa8679565d4496d92c23d9ff85b19521fca74c6412bc11
@@ -26,7 +49,7 @@ entries:
     version: 2.4.0
   - apiVersion: v1
     appVersion: 2.3.1
-    created: 2019-10-31T09:24:23.825167Z
+    created: "2019-11-01T11:51:15.333646851+01:00"
     description: A database featuring seamless multi-master sync, that scales from
       big data to mobile, with an intuitive HTTP/JSON API and designed for reliability.
     digest: 0eba7c20ec47bc8556b3cb3b5137b578d46b37397493087d61b8199066f84782
@@ -49,7 +72,7 @@ entries:
     version: 2.3.0
   - apiVersion: v1
     appVersion: 2.3.1
-    created: 2019-10-31T09:24:23.82274Z
+    created: "2019-11-01T11:51:15.330535744+01:00"
     description: A database featuring seamless multi-master sync, that scales from
       big data to mobile, with an intuitive HTTP/JSON API and designed for reliability.
     digest: f68e6187c2b65a02fdde9d49ec38e76a68c3d82421e5ea9e599bac87f4193c6a
@@ -70,4 +93,4 @@ entries:
     urls:
     - https://apache.github.io/couchdb-helm/couchdb-2.2.0.tgz
     version: 2.2.0
-generated: 2019-10-31T09:24:23.77682Z
+generated: "2019-11-01T11:51:15.321186109+01:00"