Skip to content

Commit 6f59316

Browse files
authored
Merge pull request #1570 from bcgov/support/ecer-5583
ecer-5583 update redis to 7.4.6 via helm bypass needed since commit doesn't trigger any builds
2 parents 52af524 + 96678fa commit 6f59316

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tools/helm/ecer/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apiVersion: v2
22
name: ECER
33
description: A Helm chart for ECER
44
type: application
5-
version: 1.0.0
6-
appVersion: "1.0.0"
5+
version: 1.0.1
6+
appVersion: "1.0.1"
77

88
dependencies:
99
- name: redis
1010
alias: redis
11-
version: 1.0.0
11+
version: 1.0.1
1212
condition: redis.enabled
1313
repository: "file://../redis"

tools/helm/redis/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: redis
33
description: A Helm chart to deploy Redis with Sentinel support into OpenShift
44
type: application
5-
version: 1.0.0
6-
appVersion: "7.0"
5+
version: 1.0.1
6+
appVersion: "7.4.6"

tools/helm/redis/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
imageRepository: artifacts.developer.gov.bc.ca/docker-remote/redis
2-
imageTag: 7
2+
imageTag: 7.4.6
33

44
redisPort: 6379
55
sentinelPort: 26379

0 commit comments

Comments
 (0)