From 1642d18d7dcdfad9a858f3049a1fa5d69aed859a Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Wed, 29 Nov 2023 17:01:08 +0000 Subject: [PATCH] Remove incorrect image from values.yaml example. --- charts/budibase/README.md | 8 ++------ charts/budibase/README.md.gotmpl | 5 ----- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/charts/budibase/README.md b/charts/budibase/README.md index 808943186e..5d74e05e0b 100644 --- a/charts/budibase/README.md +++ b/charts/budibase/README.md @@ -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) 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 - 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 into EKS. Where previously you enabled this by setting `ingress.enabled: false` and `ingress.aws: true`, you now set `awsAlbIngress.enabled: true` and all @@ -89,11 +90,6 @@ couchdb: storageClass: "nfs-client" adminPassword: admin - image: - repository: samwho/test - tag: latest - pullPolicy: Always - objectStore: storageClass: "nfs-client" redis: diff --git a/charts/budibase/README.md.gotmpl b/charts/budibase/README.md.gotmpl index ac3bfef77d..d7bc25c789 100644 --- a/charts/budibase/README.md.gotmpl +++ b/charts/budibase/README.md.gotmpl @@ -89,11 +89,6 @@ couchdb: storageClass: "nfs-client" adminPassword: admin - image: - repository: samwho/test - tag: latest - pullPolicy: Always - objectStore: storageClass: "nfs-client" redis: