Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
willholley committed Oct 28, 2019
1 parent 930c909 commit 3e2f02e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ This repository contains assets related to the CouchDB Helm chart.

## Testing

`make test` will run an integration test using [Kind][5]. This stands up a Kubernetes cluster locally and ensures the chart will
deploy using the default options and Helm.
`make test` will run an integration test using [Kind][5]. This stands up a Kubernetes cluster locally and ensures the chart will deploy using the default options and Helm.

## Releasing

Expand Down
2 changes: 2 additions & 0 deletions couchdb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ sources:
maintainers:
- name: kocolosk
email: [email protected]
- name: willholley
email: [email protected]
icon: http://couchdb.apache.org/CouchDB-visual-identity/logo/CouchDB-couch-symbol.svg
Binary file modified docs/couchdb-2.2.0.tgz
Binary file not shown.
8 changes: 5 additions & 3 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ entries:
couchdb:
- apiVersion: v1
appVersion: 2.3.1
created: 2019-10-22T14:09:08.422421+01:00
created: 2019-10-28T09:24:10.747431Z
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: d4ec1447c437f26418db46de4b7fe7be928f7341b62915ef263350578c95cf12
digest: f68e6187c2b65a02fdde9d49ec38e76a68c3d82421e5ea9e599bac87f4193c6a
home: https://couchdb.apache.org/
icon: http://couchdb.apache.org/CouchDB-visual-identity/logo/CouchDB-couch-symbol.svg
keywords:
Expand All @@ -16,10 +16,12 @@ entries:
maintainers:
- email: [email protected]
name: kocolosk
- email: [email protected]
name: willholley
name: couchdb
sources:
- https://github.com/apache/couchdb-docker
urls:
- https://apache.github.io/couchdb-helm/couchdb-2.2.0.tgz
version: 2.2.0
generated: 2019-10-22T14:09:08.421343+01:00
generated: 2019-10-28T09:24:10.746176Z
7 changes: 2 additions & 5 deletions test/e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@ docker_exec() {

create_kind_cluster() {
if ! [ -x "$(command -v kind)" ]; then
echo 'Installing kind...'

curl -sSLo kind "https://github.com/kubernetes-sigs/kind/releases/download/$KIND_VERSION/kind-linux-amd64"
chmod +x kind
sudo mv kind /usr/local/bin/kind
echo 'kind not found. See https://kind.sigs.k8s.io/ for installation instructions.'
exit
fi

kind delete cluster --name "$CLUSTER_NAME" || true
Expand Down

0 comments on commit 3e2f02e

Please sign in to comment.