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/05/22 12:34:24 UTC

[couchdb-helm] 03/03: Publish chart

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

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

commit 814d03788dd312dcec670692ad84dec8ff3c76f1
Author: Will Holley <wi...@uk.ibm.com>
AuthorDate: Fri May 22 13:34:04 2020 +0100

    Publish chart
---
 couchdb/Chart.yaml     |   2 +-
 docs/couchdb-3.3.0.tgz | Bin 0 -> 9496 bytes
 docs/index.yaml        |  25 ++++++++++++++++++++++++-
 test/e2e-kind.sh       |   2 +-
 4 files changed, 26 insertions(+), 3 deletions(-)

diff --git a/couchdb/Chart.yaml b/couchdb/Chart.yaml
index f253fd9..63e5571 100644
--- a/couchdb/Chart.yaml
+++ b/couchdb/Chart.yaml
@@ -1,6 +1,6 @@
 apiVersion: v1
 name: couchdb
-version: 3.2.0
+version: 3.3.0
 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/docs/couchdb-3.3.0.tgz b/docs/couchdb-3.3.0.tgz
new file mode 100644
index 0000000..90ca60e
Binary files /dev/null and b/docs/couchdb-3.3.0.tgz differ
diff --git a/docs/index.yaml b/docs/index.yaml
index 01fb9a1..94d1bec 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -3,6 +3,29 @@ entries:
   couchdb:
   - apiVersion: v1
     appVersion: 2.3.1
+    created: "2020-05-22T13:16:19.793936+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: 0d2613f898fd6f6d86e396e2f64f21e85d3d07889fe3fcc76e03cdb741ecce74
+    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-3.3.0.tgz
+    version: 3.3.0
+  - apiVersion: v1
+    appVersion: 2.3.1
     created: "2020-02-24T14:28:33.088976214+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.
@@ -162,4 +185,4 @@ entries:
     urls:
     - https://apache.github.io/couchdb-helm/couchdb-2.2.0.tgz
     version: 2.2.0
-generated: "2020-02-24T14:28:33.083464834+01:00"
+generated: "2020-05-22T13:16:19.792815+01:00"
diff --git a/test/e2e-kind.sh b/test/e2e-kind.sh
index efcebd1..6fe31c2 100755
--- a/test/e2e-kind.sh
+++ b/test/e2e-kind.sh
@@ -4,7 +4,7 @@ set -o errexit
 set -o nounset
 set -o pipefail
 
-readonly CT_VERSION=v3.0.0-beta.1
+readonly CT_VERSION=v3.0.0-rc.1
 readonly KIND_VERSION=v0.7.0
 readonly CLUSTER_NAME=chart-testing
 readonly K8S_VERSION=v1.17.0