Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix chart rendering when annotations specified #38

Merged
merged 2 commits into from
Jan 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion couchdb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: couchdb
version: 3.4.0
version: 3.4.1
appVersion: 3.2.0
description: A database featuring seamless multi-master sync, that scales from
big data to mobile, with an intuitive HTTP/JSON API and designed for
Expand Down
2 changes: 2 additions & 0 deletions couchdb/ci/required-values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
couchdbConfig:
couchdb:
uuid: "decafbaddecafbaddecafbaddecafbad"
annotations:
foo: bar
4 changes: 2 additions & 2 deletions couchdb/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ spec:
metadata:
labels:
{{ include "couchdb.ss.selector" . | indent 8 }}
{{- with .Values.annotations }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{ toYaml . | indent 8 }}
{{- if .Values.annotations }}
{{ toYaml .Values.annotations | indent 8 }}
{{- end }}
spec:
{{- if .Values.schedulerName }}
Expand Down
Binary file added docs/couchdb-3.4.1.tgz
Binary file not shown.
25 changes: 24 additions & 1 deletion docs/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
apiVersion: v1
entries:
couchdb:
- apiVersion: v1
appVersion: 3.2.0
created: "2022-01-07T09:59:37.621788-05: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: 1fd2f15ab2449e2a6e00d09163de7282f21b3fe4f902c967b37c94d546373616
home: https://couchdb.apache.org/
icon: https://couchdb.apache.org/CouchDB-visual-identity/logo/CouchDB-couch-symbol.svg
keywords:
- couchdb
- database
- nosql
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-3.4.1.tgz
version: 3.4.1
- apiVersion: v1
appVersion: 3.2.0
created: "2021-11-01T11:58:35.829781-04:00"
Expand Down Expand Up @@ -300,4 +323,4 @@ entries:
urls:
- https://apache.github.io/couchdb-helm/couchdb-2.2.0.tgz
version: 2.2.0
generated: "2021-11-01T11:58:35.8284-04:00"
generated: "2022-01-07T09:59:37.620754-05:00"