chore(deps): update container image redislabs/redisinsight to v2.54.0@938c50c by renovate (#22667)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | redislabs/redisinsight | major | `1.14.0` -> `2.54.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODIuMiIsInVwZGF0ZWRJblZlciI6IjM4LjU3LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsidXBkYXRlL2RvY2tlci9nZW5lcmFsL21ham9yIl19--> --------- Co-authored-by: kqmaverick <kqmaverick@gmail.com>
This commit is contained in:
co-authored by
kqmaverick
parent
ed03c933ea
commit
d0dae6b84c
@@ -6,7 +6,7 @@ annotations:
|
|||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.14.0
|
appVersion: 2.54.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 24.1.5
|
version: 24.1.5
|
||||||
@@ -34,4 +34,4 @@ sources:
|
|||||||
- https://hub.docker.com/r/redislabs/redisinsight
|
- https://hub.docker.com/r/redislabs/redisinsight
|
||||||
- https://redis.com/redis-enterprise/redis-insight/
|
- https://redis.com/redis-enterprise/redis-insight/
|
||||||
type: application
|
type: application
|
||||||
version: 8.1.3
|
version: 9.0.0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: redislabs/redisinsight
|
repository: redislabs/redisinsight
|
||||||
tag: 1.14.0@sha256:b03ab1426d0d861b0370e05ee670a8819c8ab36b987ca59e4a3e92e0038d089c
|
tag: 2.54.0@sha256:938c50cf95f7389bc93ce4d26e6eed6855736a8e5b5b05f7e640f01d1be2d514
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
@@ -15,27 +15,20 @@ service:
|
|||||||
protocol: http
|
protocol: http
|
||||||
port: 10579
|
port: 10579
|
||||||
redisinsight:
|
redisinsight:
|
||||||
log_level: WARNING
|
log_level: info
|
||||||
trusted_origins: []
|
|
||||||
auth_prompt: false
|
|
||||||
auth_timer: 30
|
|
||||||
workload:
|
workload:
|
||||||
main:
|
main:
|
||||||
podSpec:
|
podSpec:
|
||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
env:
|
env:
|
||||||
RIPORT: "{{ .Values.service.main.ports.main.port }}"
|
RI_APP_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||||
RIHOMEDIR: /config
|
RI_FILES_LOGGER: /logs
|
||||||
RILOGDIR: /logs
|
RI_LOG_LEVEL: "{{ .Values.redisinsight.log_level }}"
|
||||||
RILOGLEVEL: "{{ .Values.redisinsight.log_level }}"
|
|
||||||
RITRUSTEDORIGINS: '{{ join "," .Values.redisinsight.trusted_origins }}'
|
|
||||||
RIAUTHPROMPT: "{{ .Values.redisinsight.auth_prompt }}"
|
|
||||||
RIAUTHTIMER: "{{ .Values.redisinsight.auth_timer }}"
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /config
|
mountPath: /data
|
||||||
logs:
|
logs:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /logs
|
mountPath: /logs
|
||||||
|
|||||||
Reference in New Issue
Block a user