Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DX-1379] Fix mongo chart version #4677

Merged
merged 1 commit into from
Jun 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading