Skip to content

Commit 7cf78fd

Browse files
Merge pull request #185 from codefresh-io/CR-29828-bump-redis-to-7.4.5
bumps redis version to 7.4.5
2 parents 42281bd + 0ffa5d4 commit 7cf78fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/argo-cd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ NOTE: Any values you put under `.Values.configs.cm` are passed to argocd-cm Conf
13691369
| redis.extraContainers | list | `[]` | Additional containers to be added to the redis pod |
13701370
| redis.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Redis image pull policy |
13711371
| redis.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
1372-
| redis.image.tag | string | `"7.4.2-alpine"` | Redis tag |
1372+
| redis.image.tag | string | `"7.4.5-alpine"` | Redis tag |
13731373
| redis.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
13741374
| redis.initContainers | list | `[]` | Init containers to add to the redis pod |
13751375
| redis.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for Redis server |
@@ -1455,7 +1455,7 @@ The main options are listed here:
14551455
| redis-ha.haproxy.tolerations | list | `[]` | [Tolerations] for use with node taints for haproxy pods. |
14561456
| redis-ha.hardAntiAffinity | bool | `true` | Whether the Redis server pods should be forced to run on separate nodes. |
14571457
| redis-ha.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
1458-
| redis-ha.image.tag | string | `"7.4.2-alpine"` | Redis tag |
1458+
| redis-ha.image.tag | string | `"7.4.5-alpine"` | Redis tag |
14591459
| redis-ha.persistentVolume.enabled | bool | `false` | Configures persistence on Redis nodes |
14601460
| redis-ha.redis.config | object | See [values.yaml] | Any valid redis config options in this section will be applied to each server (see `redis-ha` chart) |
14611461
| redis-ha.redis.config.save | string | `'""'` | Will save the DB if both the given number of seconds and the given number of write operations against the DB occurred. `""` is disabled |

charts/argo-cd/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ redis:
14281428
# -- Redis repository
14291429
repository: public.ecr.aws/docker/library/redis
14301430
# -- Redis tag
1431-
tag: 7.4.2-alpine
1431+
tag: 7.4.5-alpine
14321432
# -- Redis image pull policy
14331433
# @default -- `""` (defaults to global.image.imagePullPolicy)
14341434
imagePullPolicy: ""
@@ -1714,7 +1714,7 @@ redis-ha:
17141714
# -- Redis repository
17151715
repository: public.ecr.aws/docker/library/redis
17161716
# -- Redis tag
1717-
tag: 7.4.2-alpine
1717+
tag: 7.4.5-alpine
17181718
## Prometheus redis-exporter sidecar
17191719
exporter:
17201720
# -- Enable Prometheus redis-exporter sidecar

0 commit comments

Comments
 (0)