Remove incorrect image from values.yaml example.
This commit is contained in:
parent
e4b1cf7705
commit
1642d18d7d
|
@ -30,7 +30,8 @@ idiomatic and easier to use.
|
||||||
2. We've upgraded the version of the [CouchDB chart](https://github.com/apache/couchdb-helm)
|
2. We've upgraded the version of the [CouchDB chart](https://github.com/apache/couchdb-helm)
|
||||||
we use from `3.3.4` to `4.3.0`. The primary motivation for this was to align
|
we use from `3.3.4` to `4.3.0`. The primary motivation for this was to align
|
||||||
the CouchDB chart used with the CouchDB version used, which has also updated
|
the CouchDB chart used with the CouchDB version used, which has also updated
|
||||||
from 3.1.1 to 3.2.1.
|
from 3.1.1 to 3.2.1. Additionally, we're moving away from the official CouchDB
|
||||||
|
to one we're building ourselves.
|
||||||
3. We've separated out the supplied AWS ALB ingress resource for those deploying
|
3. We've separated out the supplied AWS ALB ingress resource for those deploying
|
||||||
into EKS. Where previously you enabled this by setting `ingress.enabled: false`
|
into EKS. Where previously you enabled this by setting `ingress.enabled: false`
|
||||||
and `ingress.aws: true`, you now set `awsAlbIngress.enabled: true` and all
|
and `ingress.aws: true`, you now set `awsAlbIngress.enabled: true` and all
|
||||||
|
@ -89,11 +90,6 @@ couchdb:
|
||||||
storageClass: "nfs-client"
|
storageClass: "nfs-client"
|
||||||
adminPassword: admin
|
adminPassword: admin
|
||||||
|
|
||||||
image:
|
|
||||||
repository: samwho/test
|
|
||||||
tag: latest
|
|
||||||
pullPolicy: Always
|
|
||||||
|
|
||||||
objectStore:
|
objectStore:
|
||||||
storageClass: "nfs-client"
|
storageClass: "nfs-client"
|
||||||
redis:
|
redis:
|
||||||
|
|
|
@ -89,11 +89,6 @@ couchdb:
|
||||||
storageClass: "nfs-client"
|
storageClass: "nfs-client"
|
||||||
adminPassword: admin
|
adminPassword: admin
|
||||||
|
|
||||||
image:
|
|
||||||
repository: samwho/test
|
|
||||||
tag: latest
|
|
||||||
pullPolicy: Always
|
|
||||||
|
|
||||||
objectStore:
|
objectStore:
|
||||||
storageClass: "nfs-client"
|
storageClass: "nfs-client"
|
||||||
redis:
|
redis:
|
||||||
|
|
Loading…
Reference in New Issue