From 24c209a22f6961e0174de4449979d479b492e1e3 Mon Sep 17 00:00:00 2001 From: Pubudu Gunatilaka Date: Thu, 29 Feb 2024 14:07:53 +0530 Subject: [PATCH] Update Rate Limiter docker image --- ratelimiter/Dockerfile | 2 +- test/integration/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ratelimiter/Dockerfile b/ratelimiter/Dockerfile index 741532a778..eba600b3e9 100644 --- a/ratelimiter/Dockerfile +++ b/ratelimiter/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. # ----------------------------------------------------------------------- -FROM envoyproxy/ratelimit:624a5893 +FROM envoyproxy/ratelimit:1a686864 LABEL maintainer="WSO2 Docker Maintainers " RUN apk update && apk upgrade --no-cache diff --git a/test/integration/README.md b/test/integration/README.md index 859dc84dbe..3ed0ac7744 100644 --- a/test/integration/README.md +++ b/test/integration/README.md @@ -37,7 +37,7 @@ If you have setup `Kind` and wish to run the integration tests using Gradle, the 3. Port forward router-service to use localhost. ```bash - kubectl port-forward svc/apk-test-setup-wso2-apk-router-service -n apk-integration-test 9095:9095 + kubectl port-forward svc/apk-test-setup-wso2-apk-gateway-service -n apk-integration-test 9095:9095 ``` 4. Add all DNS mappings to `/etc/hosts` file. Refer to `scripts/run-tests.sh` file for the domain names.