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