Skip to content

Commit beb428d

Browse files
[valkey/valkey] Update charts/valkey/values.yaml valkey/valkey (#694)
* [valkey/valkey] Update charts/valkey/values.yaml valkey/valkey * Bump chart version * Bump chart version --------- Signed-off-by: Finn Rades <64548817+zOnlyKroks@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Finn Rades <f.rades@cloudpirates.io> Co-authored-by: Finn Rades <64548817+zOnlyKroks@users.noreply.github.com>
1 parent d62c089 commit beb428d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/valkey/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: valkey
33
description: High performance in-memory data structure store, fork of Redis. Valkey is an open-source, high-performance key/value datastore that supports a variety of workloads such as caching, message queues, and can act as a primary database.
44
type: application
5-
version: 0.11.0
5+
version: 0.11.1
66
appVersion: "9.0.0"
77
home: https://www.valkey.io
88
sources:

charts/valkey/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ image:
2525
## @param image.repository Valkey image repository
2626
repository: valkey/valkey
2727
## @param image.tag Valkey image tag (immutable tags are recommended)
28-
tag: "9.0.0-alpine3.22@sha256:b4ee67d73e00393e712accc72cfd7003b87d0fcd63f0eba798b23251bfc9c394"
28+
tag: "9.0.0-alpine3.22@sha256:bef37d06d4856710973ee31dd1eac1482e4c8e6e7b847f999ad25433e646587b"
2929
## @param image.imagePullPolicy Valkey image pull policy
3030
imagePullPolicy: Always
3131

@@ -320,7 +320,7 @@ sentinel:
320320
## @param sentinel.image.repository Valkey Sentinel image repository
321321
repository: valkey/valkey
322322
## @param sentinel.image.tag Valkey Sentinel image tag
323-
tag: "9.0.0-alpine3.22@sha256:b4ee67d73e00393e712accc72cfd7003b87d0fcd63f0eba798b23251bfc9c394"
323+
tag: "9.0.0-alpine3.22@sha256:bef37d06d4856710973ee31dd1eac1482e4c8e6e7b847f999ad25433e646587b"
324324
## @param sentinel.image.pullPolicy Valkey Sentinel image pull policy
325325
pullPolicy: Always
326326
## @param sentinel.masterName Name of the master server (default: mymaster)

0 commit comments

Comments
 (0)