File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22name : couchdb
3- version : 4.5.5
3+ version : 4.5.6
44appVersion : 3.3.3
55description : A database featuring seamless multi-master sync, that scales from
66 big data to mobile, with an intuitive HTTP/JSON API and designed for
Original file line number Diff line number Diff line change 11# NEWS
22
3+ ## 4.5.6
4+
5+ - Add ` extraPorts ` to the network policy when the network policy is enabled.
6+
37## 4.5.5
48
59- Give the default port on the CouchDB ` Service ` a name so that ` service.extraPorts ` can be used properly.
Original file line number Diff line number Diff line change 2121 - protocol : TCP
2222 port : {{ .Values.prometheusPort.port }}
2323{{- end }}
24+ {{ range .Values.extraPorts }}
25+ - protocol : TCP
26+ port : {{ .containerPort }}
27+ {{ end }}
2428 - ports :
2529 - protocol : TCP
2630 port : 9100
You can’t perform that action at this time.
0 commit comments