Skip to content

Commit

Permalink
Added missing resources key, and rev'd version to 4.4.4 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam8797 authored Aug 14, 2023
1 parent d76a5c7 commit 7374af0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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: 4.4.3
version: 4.4.4
appVersion: 3.3.2
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/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ spec:
mountPath: /tmp/
- name: config-storage
mountPath: /default.d
resources:
{{ toYaml .Values.initResources | indent 12 }}
{{- if .Values.adminHash }}
- name: admin-hash-copy
image: "{{ .Values.initImage.repository }}:{{ .Values.initImage.tag }}"
Expand Down

0 comments on commit 7374af0

Please sign in to comment.