File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1382,7 +1382,7 @@ NAME: my-release
13821382| redis.extraContainers | list | `[]` | Additional containers to be added to the redis pod |
13831383| redis.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Redis image pull policy |
13841384| redis.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
1385- | redis.image.tag | string | `"7.2.4 -alpine"` | Redis tag |
1385+ | redis.image.tag | string | `"7.2.5 -alpine"` | Redis tag |
13861386| redis.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
13871387| redis.initContainers | list | `[]` | Init containers to add to the redis pod |
13881388| redis.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for Redis server |
Original file line number Diff line number Diff line change @@ -1244,7 +1244,7 @@ redis:
12441244 # -- Redis repository
12451245 repository : public.ecr.aws/docker/library/redis
12461246 # -- Redis tag
1247- tag : 7.2.4 -alpine
1247+ tag : 7.2.5 -alpine
12481248 # -- Redis image pull policy
12491249 # @default -- `""` (defaults to global.image.imagePullPolicy)
12501250 imagePullPolicy : " "
You can’t perform that action at this time.
0 commit comments