fix: security update init-container for redis (#39150)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
  - Updated the application release version to 3.6.2.
- Upgraded the Redis service container to a newer image version for
improved deployment consistency.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Goutham Pratapa 2025-02-10 14:36:37 +05:30 committed by GitHub
parent d199546f1e
commit de693f1b55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ sources:
- https://github.com/appsmithorg/appsmith - https://github.com/appsmithorg/appsmith
home: https://www.appsmith.com/ home: https://www.appsmith.com/
icon: https://assets.appsmith.com/appsmith-icon.png icon: https://assets.appsmith.com/appsmith-icon.png
version: 3.6.1 version: 3.6.2
dependencies: dependencies:
- condition: redis.enabled - condition: redis.enabled
name: redis name: redis

View File

@ -65,7 +65,7 @@ spec:
{{- if ((.Values.initContainer.redis).image) }} {{- if ((.Values.initContainer.redis).image) }}
image: {{ .Values.initContainer.redis.image }} image: {{ .Values.initContainer.redis.image }}
{{- else }} {{- else }}
image: "docker.io/bitnami/redis:7.0.13-debian-11-r10" image: "docker.io/redis:7.0.15"
{{- end }} {{- end }}
command: ['sh', '-c', "until redis-cli -h {{.Release.Name}}-redis-master.{{.Release.Namespace}}.svc.cluster.local ping ; do echo waiting for redis; sleep 2; done"] command: ['sh', '-c', "until redis-cli -h {{.Release.Name}}-redis-master.{{.Release.Namespace}}.svc.cluster.local ping ; do echo waiting for redis; sleep 2; done"]
{{- end }} {{- end }}

View File

@ -121,7 +121,7 @@ strategyType: RollingUpdate
## ##
initContainer: {} initContainer: {}
# redis: # redis:
# image: docker.io/bitnami/redis-cluster:7.0.13-debian-11-r10 # image: docker.io/redis:7.0.15
# mongodb: # mongodb:
# image: docker.io/bitnami/mongodb:5.0.21-debian-11-r5 # image: docker.io/bitnami/mongodb:5.0.21-debian-11-r5
# postgresql: # postgresql: