Skip to content

Commit

Permalink
[DX-1379] Fix mongo chart version (#4677)
Browse files Browse the repository at this point in the history
Fix mongo chart version
  • Loading branch information
komalsukhani committed Jun 1, 2024
1 parent 1bd5ec9 commit 547ea39
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ First, you need to provide Tyk license, admin email and password, and API keys.
```bash
NAMESPACE=tyk
REDIS_BITNAMI_CHART_VERSION=19.0.2
MONGO_BITNAMI_CHART_VERSION=15.1.2
MONGO_BITNAMI_CHART_VERSION=15.1.3

API_SECRET=changeit
ADMIN_KEY=changeit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ If not, you can use these rather excellent charts provided by Bitnami to install
**Mongo Installation**

```bash
helm install tyk-mongo bitnami/mongodb --set "replicaSet.enabled=true" -n tyk --version 15.1.2
helm install tyk-mongo bitnami/mongodb --set "replicaSet.enabled=true" -n tyk --version 15.1.3
```

Then follow notes from the installation output to get connection details and update them in `values.yaml` file.
Expand Down
2 changes: 1 addition & 1 deletion tyk-docs/content/product-stack/tyk-charts/tyk-oss-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ If you are using the MongoDB pumps in the tyk-oss installation you will require
To install MongoDB you can use these rather excellent charts provided by Bitnami:

```bash
helm install tyk-mongo bitnami/mongodb --set "replicaSet.enabled=true" -n tyk --version 15.1.2
helm install tyk-mongo bitnami/mongodb --set "replicaSet.enabled=true" -n tyk --version 15.1.3
```

{{< note success >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ If not, you can use these rather excellent charts provided by Bitnami to install
**Mongo Installation**

```bash
helm install tyk-mongo bitnami/mongodb --set "replicaSet.enabled=true" -n tyk --version 15.1.2
helm install tyk-mongo bitnami/mongodb --set "replicaSet.enabled=true" -n tyk --version 15.1.3
```

{{< note success >}}
Expand Down
2 changes: 1 addition & 1 deletion tyk-docs/content/tyk-self-managed/tyk-helm-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Alternatively, you can use `--set` flag to set it in Tyk installation. For examp
<br />
#### MongoDB
```bash
helm install tyk-mongo bitnami/mongodb --set "replicaSet.enabled=true" -n tyk --version 15.1.2
helm install tyk-mongo bitnami/mongodb --set "replicaSet.enabled=true" -n tyk --version 15.1.3
```
{{< note success >}}
**Note**
Expand Down

0 comments on commit 547ea39

Please sign in to comment.