Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 963e221

Browse files
authored
Merge pull request #1184 from alphagov/use-redis-6
Update manifests to use redis 6
2 parents 477792e + f13019e commit 963e221

3 files changed

+3
-3
lines changed

integration-worker-manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ applications:
1010
services:
1111
- publish-integration-secrets
1212
- publish-beta-integration-pg-12
13-
- publish-beta-integration-redis
13+
- publish-beta-integration-redis-6
1414
- logit-ssl-drain
1515
- opensearch-integration
1616
health-check-type: process

production-worker-manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ applications:
1010
services:
1111
- publish-production-secrets
1212
- publish-beta-production-pg-12
13-
- publish-beta-production-redis
13+
- publish-beta-production-redis-6
1414
- logit-ssl-drain
1515
- opensearch-production
1616
health-check-type: process

staging-worker-manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ applications:
1010
services:
1111
- publish-staging-secrets
1212
- publish-beta-staging-pg-12
13-
- publish-beta-staging-redis
13+
- publish-beta-staging-redis-6
1414
- logit-ssl-drain
1515
- opensearch-staging
1616
health-check-type: process

0 commit comments

Comments
 (0)