Browse Source

Merge pull request #5651 from Budibase/bump-k8s-couch

Update CouchDB in kubernetes to be 3.2.1
pull/5701/head
Rory Powell 4 years ago
committed by GitHub
parent
commit
3ed92d7ed1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      charts/budibase/values.yaml

2
charts/budibase/values.yaml

@ -215,7 +215,7 @@ couchdb:
## The CouchDB image
image:
repository: couchdb
tag: 3.1.0
tag: 3.2.1
pullPolicy: IfNotPresent
## Experimental integration with Lucene-powered fulltext search

Loading…
Cancel
Save