diff --git a/api-management/logs-metrics.mdx b/api-management/logs-metrics.mdx index 00bd8c379..095eb0695 100644 --- a/api-management/logs-metrics.mdx +++ b/api-management/logs-metrics.mdx @@ -1378,7 +1378,7 @@ Ensure the following prerequisites are in place before proceeding: TykVersion=v5.3.0 REDIS_BITNAMI_CHART_VERSION=19.0.2 - helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n $NAMESPACE --create-namespace --install --version $REDIS_BITNAMI_CHART_VERSION + helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n $NAMESPACE --create-namespace --install --version $REDIS_BITNAMI_CHART_VERSION --set image.repository=bitnamilegacy/redis helm upgrade tyk-otel tyk-helm/tyk-oss -n $NAMESPACE --create-namespace \ --install \ --set global.secrets.APISecret="$APISecret" \ diff --git a/api-management/mdcb.mdx b/api-management/mdcb.mdx index dec05e082..48fae31cb 100644 --- a/api-management/mdcb.mdx +++ b/api-management/mdcb.mdx @@ -286,7 +286,7 @@ To access the comprehensive installation instructions and configuration options, If you do not already have Redis installed, you may use these charts provided by Bitnami. ```bash - helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n $NAMESPACE --install --version 19.0.2 + helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n $NAMESPACE --install --version 19.0.2 --set image.repository=bitnamilegacy/redis ``` Follow the notes from the installation output to get connection details and password. The DNS name of your Redis as set by Bitnami is `tyk-redis-master.tyk-cp.svc:6379` (Tyk needs the name including the port) @@ -303,7 +303,7 @@ Ensure that you are installing Redis versions that are supported by Tyk. Please If you do not already have PostgreSQL installed, you may use these charts provided by Bitnami. ```bash - helm upgrade tyk-postgres oci://registry-1.docker.io/bitnamicharts/postgresql --set "auth.database=tyk_analytics" -n $NAMESPACE --install --version 14.2.4 + helm upgrade tyk-postgres oci://registry-1.docker.io/bitnamicharts/postgresql --set "auth.database=tyk_analytics" -n $NAMESPACE --install --version 14.2.4 --set image.repository=bitnamilegacy/postgresql ``` Follow the notes from the installation output to get connection details. @@ -649,7 +649,7 @@ At the end of this quickstart Tyk Gateway should be accessible through service ` helm repo add tyk-helm https://helm.tyk.io/public/helm/charts/ helm repo update - helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n $NAMESPACE --create-namespace --install + helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n $NAMESPACE --create-namespace --install --set image.repository=bitnamilegacy/redis helm upgrade tyk-dp tyk-helm/tyk-data-plane -n $NAMESPACE --create-namespace \ --install \ diff --git a/api-management/tyk-pump.mdx b/api-management/tyk-pump.mdx index 405509b56..e86f5f217 100644 --- a/api-management/tyk-pump.mdx +++ b/api-management/tyk-pump.mdx @@ -1567,7 +1567,7 @@ We'll show you how to setup Tyk Pump for Prometheus Service Discovery. PromOperator_Release=prometheus-stack Prometheus_Custom_Metrics='[{"name":"tyk_http_requests_total"\,"description":"Total of API requests"\,"metric_type":"counter"\,"labels":["response_code"\,"api_name"\,"method"\,"api_key"\,"alias"\,"path"]}\, { "name":"tyk_http_latency"\, "description":"Latency of API requests"\, "metric_type":"histogram"\, "labels":["type"\,"response_code"\,"api_name"\,"method"\,"api_key"\,"alias"\,"path"] }]' - helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n $NAMESPACE --create-namespace --install --version $REDIS_BITNAMI_CHART_VERSION + helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n $NAMESPACE --create-namespace --install --version $REDIS_BITNAMI_CHART_VERSION --set image.repository=bitnamilegacy/redis helm upgrade tyk-oss tyk-helm/tyk-oss -n $NAMESPACE --create-namespace \ --install \ @@ -1649,7 +1649,7 @@ For Custom Metrics, commas are escaped to be used in helm --set command. You can PromOperator_Release=prometheus-stack Prometheus_Custom_Metrics='[{"name":"tyk_http_requests_total"\,"description":"Total of API requests"\,"metric_type":"counter"\,"labels":["response_code"\,"api_name"\,"method"\,"api_key"\,"alias"\,"path"]}\, { "name":"tyk_http_latency"\, "description":"Latency of API requests"\, "metric_type":"histogram"\, "labels":["type"\,"response_code"\,"api_name"\,"method"\,"api_key"\,"alias"\,"path"] }]' - helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n $NAMESPACE --create-namespace --install --version $REDIS_BITNAMI_CHART_VERSION + helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n $NAMESPACE --create-namespace --install --version $REDIS_BITNAMI_CHART_VERSION --set image.repository=bitnamilegacy/redis helm upgrade tyk-oss tyk-helm/tyk-oss -n $NAMESPACE --create-namespace \ --install \ diff --git a/apim/open-source/installation.mdx b/apim/open-source/installation.mdx index 0cd3df8c7..2145939d4 100644 --- a/apim/open-source/installation.mdx +++ b/apim/open-source/installation.mdx @@ -142,7 +142,7 @@ REDIS_BITNAMI_CHART_VERSION=19.0.2 helm repo add tyk-helm https://helm.tyk.io/public/helm/charts/ helm repo update -helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n $NAMESPACE --create-namespace --install --version $REDIS_BITNAMI_CHART_VERSION +helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n $NAMESPACE --create-namespace --install --version $REDIS_BITNAMI_CHART_VERSION --set image.repository=bitnamilegacy/redis helm upgrade tyk-oss tyk-helm/tyk-oss -n $NAMESPACE --create-namespace \ --install \ @@ -220,7 +220,7 @@ Copy the following commands to add it: ```bash helm repo add bitnami https://charts.bitnami.com/bitnami - helm install tyk-redis bitnami/redis -n tyk --version 19.0.2 + helm install tyk-redis bitnami/redis -n tyk --version 19.0.2 --set image.repository=bitnamilegacy/redis ``` diff --git a/product-stack/tyk-charts/tyk-control-plane-chart.mdx b/product-stack/tyk-charts/tyk-control-plane-chart.mdx index a0189acb8..dce494bec 100644 --- a/product-stack/tyk-charts/tyk-control-plane-chart.mdx +++ b/product-stack/tyk-charts/tyk-control-plane-chart.mdx @@ -181,7 +181,7 @@ For Redis you can use these rather excellent charts provided by [Bitnami](https: Copy the following commands to add it: ```bash -helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n tyk --create-namespace --install --version 19.0.2 +helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n tyk --create-namespace --install --version 19.0.2 --set image.repository=bitnamilegacy/redis ``` @@ -231,7 +231,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.3 +helm install tyk-mongo bitnami/mongodb --set "replicaSet.enabled=true" -n tyk --version 15.1.3 --set image.repository=bitnamilegacy/mongodb ``` Then follow notes from the installation output to get connection details and update them in `values.yaml` file. @@ -292,7 +292,7 @@ global: **PostgreSQL Installation** ```bash -helm install tyk-postgres bitnami/postgresql --set "auth.database=tyk_analytics" -n tyk --version 12.12.10 +helm install tyk-postgres bitnami/postgresql --set "auth.database=tyk_analytics" -n tyk --version 12.12.10 --set image.repository=bitnamilegacy/postgresql ``` Follow the notes from the installation output to get connection details. diff --git a/product-stack/tyk-charts/tyk-data-plane-chart.mdx b/product-stack/tyk-charts/tyk-data-plane-chart.mdx index 5809f9624..544db287f 100644 --- a/product-stack/tyk-charts/tyk-data-plane-chart.mdx +++ b/product-stack/tyk-charts/tyk-data-plane-chart.mdx @@ -207,7 +207,7 @@ For Redis you can use these rather excellent charts provided by [Bitnami](https: Copy the following commands to add it: ```bash -helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n tyk --create-namespace --install --version 19.0.2 +helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n tyk --create-namespace --install --version 19.0.2 --set image.repository=bitnamilegacy/redis ``` diff --git a/product-stack/tyk-charts/tyk-oss-chart.mdx b/product-stack/tyk-charts/tyk-oss-chart.mdx index fd1d3a6aa..716dd2ff7 100644 --- a/product-stack/tyk-charts/tyk-oss-chart.mdx +++ b/product-stack/tyk-charts/tyk-oss-chart.mdx @@ -138,7 +138,7 @@ For Redis you can use these rather excellent charts provided by [Bitnami](https: Copy the following commands to add it: ```bash -helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n tyk --create-namespace --install --version 19.0.2 +helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n tyk --create-namespace --install --version 19.0.2 --set image.repository=bitnamilegacy/redis ``` @@ -412,7 +412,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.3 +helm install tyk-mongo bitnami/mongodb --set "replicaSet.enabled=true" -n tyk --version 15.1.3 --set image.repository=bitnamilegacy/mongodb ``` @@ -461,7 +461,7 @@ If you are using the SQL Pumps in the tyk-oss installation you will require Post To install PostgreSQL you can use these rather excellent charts provided by Bitnami: ```bash -helm install tyk-postgres bitnami/postgresql --set "auth.database=tyk_analytics" -n tyk --version 12.12.10 +helm install tyk-postgres bitnami/postgresql --set "auth.database=tyk_analytics" -n tyk --version 12.12.10 --set image.repository=bitnamilegacy/postgresql ``` diff --git a/product-stack/tyk-charts/tyk-stack-chart.mdx b/product-stack/tyk-charts/tyk-stack-chart.mdx index e2f2e96a1..c84bb4d31 100644 --- a/product-stack/tyk-charts/tyk-stack-chart.mdx +++ b/product-stack/tyk-charts/tyk-stack-chart.mdx @@ -177,7 +177,7 @@ For Redis you can use these rather excellent charts provided by [Bitnami](https: Copy the following commands to add it: ```bash -helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n tyk --create-namespace --install --version 19.0.2 +helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n tyk --create-namespace --install --version 19.0.2 --set image.repository=bitnamilegacy/redis ``` @@ -228,7 +228,7 @@ If not, you can use these rather excellent charts provided by Bitnami to install ```bash helm repo add bitnami https://charts.bitnami.com/bitnami -helm install tyk-mongo bitnami/mongodb --set "replicaSet.enabled=true" -n tyk --version 15.1.3 +helm install tyk-mongo bitnami/mongodb --set "replicaSet.enabled=true" -n tyk --version 15.1.3 --set image.repository=bitnamilegacy/mongodb ``` @@ -290,7 +290,7 @@ global: **PostgresSQL Installation** ```bash helm repo add bitnami https://charts.bitnami.com/bitnami -helm install tyk-postgres bitnami/postgresql --set "auth.database=tyk_analytics" -n tyk --version 12.12.10 +helm install tyk-postgres bitnami/postgresql --set "auth.database=tyk_analytics" -n tyk --version 12.12.10 --set image.repository=bitnamilegacy/postgresql ``` Follow the notes from the installation output to get connection details. diff --git a/tyk-cloud/environments-deployments/hybrid-gateways.mdx b/tyk-cloud/environments-deployments/hybrid-gateways.mdx index 545aaf339..69ade1336 100644 --- a/tyk-cloud/environments-deployments/hybrid-gateways.mdx +++ b/tyk-cloud/environments-deployments/hybrid-gateways.mdx @@ -191,7 +191,7 @@ REDIS_BITNAMI_CHART_VERSION=19.0.2 helm repo add tyk-helm https://helm.tyk.io/public/helm/charts/ helm repo update -helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n $NAMESPACE --create-namespace --install --version $REDIS_BITNAMI_CHART_VERSION +helm upgrade tyk-redis oci://registry-1.docker.io/bitnamicharts/redis -n $NAMESPACE --create-namespace --install --version $REDIS_BITNAMI_CHART_VERSION --set image.repository=bitnamilegacy/redis helm upgrade hybrid-dp tyk-helm/tyk-data-plane -n $NAMESPACE --create-namespace \ --install \ @@ -312,7 +312,7 @@ You can connect the gateway to any Redis instance already deployed (as DBaaS or In case you don't have a Redis instance yet, here's how to deploy Redis in Kubernetes using Bitnami Helm charts. ```bash -helm install tyk-redis bitnami/redis -n tyk --version 19.0.2 +helm install tyk-redis bitnami/redis -n tyk --version 19.0.2 --set image.repository=bitnamilegacy/redis ```