Skip to content

Commit eda9948

Browse files
committed
BC-10251 replace bitnami container image
1 parent 0d2b3a4 commit eda9948

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
SESSION_VALKEY_CHART_VERSION: 3.0.11
1+
SESSION_VALKEY_CHART_VERSION: 3.0.16
2+
SESSION_VALKEY_IMAGE_VERSION: 8.1.3
23
SESSION_VALKEY_REPLICAS: 3

ansible/roles/session-valkey/templates/values.yml.j2

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
global:
22
defaultStorageClass: "{{ SC_DEFAULT_STORAGE_CLASS_NAME }}"
3+
security:
4+
allowInsecureImages: true
5+
6+
image:
7+
registry: docker.io
8+
repository: valkey/valkey
9+
tag: "{{ SESSION_VALKEY_IMAGE_VERSION }}"
310
replica:
411
replicaCount: {{ SESSION_VALKEY_REPLICAS }}
512
pdb:
@@ -31,8 +38,16 @@ sentinel:
3138
enabled: true
3239
readinessProbe:
3340
timeoutSeconds: 5
41+
image:
42+
registry: docker.io
43+
repository: valkey/valkey
44+
tag: "{{ SESSION_VALKEY_IMAGE_VERSION }}"
3445
metrics:
3546
enabled: true
47+
image:
48+
registry: quay.io
49+
repository: oliver006/redis_exporter
50+
tag: 1.74.0
3651
podMonitor:
3752
enabled: true
3853
extraArgs:

0 commit comments

Comments
 (0)