Skip to content

Commit

Permalink
[bitnami/valkey] Release 0.1.1 updating components versions
Browse files Browse the repository at this point in the history
Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot committed May 14, 2024
1 parent e8f4c27 commit b7d8dca
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
6 changes: 3 additions & 3 deletions bitnami/valkey/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.1
digest: sha256:c883732817d9aaa3304f7b3109262aa338959de15b432dc5a2dbde13d2e136a5
generated: "2024-04-17T16:04:01.003664669Z"
version: 2.19.2
digest: sha256:e670e1075bfafffe040fae1158f1fa1f592585f394b48704ba137d2d083b1571
generated: "2024-05-14T07:12:30.482576752Z"
18 changes: 9 additions & 9 deletions bitnami/valkey/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ annotations:
licenses: Apache-2.0
images: |
- name: kubectl
image: docker.io/bitnami/kubectl:1.30.0-debian-12-r0
image: docker.io/bitnami/kubectl:1.30.0-debian-12-r5
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r19
image: docker.io/bitnami/os-shell:12-debian-12-r21
- name: redis-exporter
image: docker.io/bitnami/redis-exporter:1.59.0-debian-12-r6
- name: valkey
image: docker.io/bitnami/valkey:7.2.5-debian-12-r1
- name: valkey-exporter
image: docker.io/bitnami/redis-exporter:1.59.0-debian-12-r1
image: docker.io/bitnami/valkey:7.2.5-debian-12-r3
- name: valkey-sentinel
image: docker.io/bitnami/valkey-sentinel:7.2.5-debian-12-r1
image: docker.io/bitnami/valkey-sentinel:7.2.5-debian-12-r2
apiVersion: v2
appVersion: 7.2.4
appVersion: 7.2.5
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: Valkey is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
description: Valkey is an open source (BSD) high-performance key/value datastore that supports a variety workloads such as caching, message queues, and can act as a primary database.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/valkey/img/valkey-stack-220x234.png
keywords:
Expand All @@ -36,4 +36,4 @@ maintainers:
name: valkey
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/valkey
version: 0.1.0
version: 0.1.1
6 changes: 4 additions & 2 deletions bitnami/valkey/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

# Bitnami package for Valkey

Valkey is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
Valkey is an open source (BSD) high-performance key/value datastore that supports a variety workloads such as caching, message queues, and can act as a primary database.

[Overview of Valkey](https://valkey.io)
[Overview of Valkey](https://valkey.io/)

Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.

## TL;DR

Expand Down
10 changes: 5 additions & 5 deletions bitnami/valkey/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/valkey
tag: 7.2.5-debian-12-r1
tag: 7.2.5-debian-12-r3
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1135,7 +1135,7 @@ sentinel:
image:
registry: docker.io
repository: bitnami/valkey-sentinel
tag: 7.2.5-debian-12-r1
tag: 7.2.5-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1630,7 +1630,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/redis-exporter
tag: 1.59.0-debian-12-r1
tag: 1.59.0-debian-12-r6
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -1996,7 +1996,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r19
tag: 12-debian-12-r21
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -2052,7 +2052,7 @@ kubectl:
image:
registry: docker.io
repository: bitnami/kubectl
tag: 1.30.0-debian-12-r0
tag: 1.30.0-debian-12-r5
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit b7d8dca

Please sign in to comment.