From f13019eff35cb9440de973ec09386e833c231bde Mon Sep 17 00:00:00 2001 From: kentsanggds Date: Thu, 22 Jun 2023 16:08:43 +0100 Subject: [PATCH] Update manifests to use redis 6 --- integration-worker-manifest.yml | 2 +- production-worker-manifest.yml | 2 +- staging-worker-manifest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration-worker-manifest.yml b/integration-worker-manifest.yml index 3085f0d2..75b68047 100644 --- a/integration-worker-manifest.yml +++ b/integration-worker-manifest.yml @@ -10,7 +10,7 @@ applications: services: - publish-integration-secrets - publish-beta-integration-pg-12 - - publish-beta-integration-redis + - publish-beta-integration-redis-6 - logit-ssl-drain - opensearch-integration health-check-type: process diff --git a/production-worker-manifest.yml b/production-worker-manifest.yml index 03633e4f..010c1b3b 100644 --- a/production-worker-manifest.yml +++ b/production-worker-manifest.yml @@ -10,7 +10,7 @@ applications: services: - publish-production-secrets - publish-beta-production-pg-12 - - publish-beta-production-redis + - publish-beta-production-redis-6 - logit-ssl-drain - opensearch-production health-check-type: process diff --git a/staging-worker-manifest.yml b/staging-worker-manifest.yml index a5441818..548de52d 100644 --- a/staging-worker-manifest.yml +++ b/staging-worker-manifest.yml @@ -10,7 +10,7 @@ applications: services: - publish-staging-secrets - publish-beta-staging-pg-12 - - publish-beta-staging-redis + - publish-beta-staging-redis-6 - logit-ssl-drain - opensearch-staging health-check-type: process