mirror of
https://github.com/bitnami/charts.git
synced 2026-03-09 15:38:00 +08:00
* [bitnami/redis] fix: update JSON schema to allow string values for values passed to tpl Signed-off-by: Thomas Piccioli <6035529+piccit@users.noreply.github.com> * bump chart version Signed-off-by: Thomas Piccioli <6035529+piccit@users.noreply.github.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * update commonLabels and labels Signed-off-by: Thomas Piccioli <6035529+piccit@users.noreply.github.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Thomas Piccioli <6035529+piccit@users.noreply.github.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Juan José Martos <jotamartos@gmail.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Juan José Martos <jotamartos@gmail.com>
40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
annotations:
|
|
category: Database
|
|
licenses: Apache-2.0
|
|
images: |
|
|
- name: kubectl
|
|
image: docker.io/bitnami/kubectl:1.32.0-debian-12-r0
|
|
- name: os-shell
|
|
image: docker.io/bitnami/os-shell:12-debian-12-r34
|
|
- name: redis
|
|
image: docker.io/bitnami/redis:7.4.2-debian-12-r0
|
|
- name: redis-exporter
|
|
image: docker.io/bitnami/redis-exporter:1.67.0-debian-12-r0
|
|
- name: redis-sentinel
|
|
image: docker.io/bitnami/redis-sentinel:7.4.2-debian-12-r0
|
|
apiVersion: v2
|
|
appVersion: 7.4.2
|
|
dependencies:
|
|
- name: common
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
tags:
|
|
- bitnami-common
|
|
version: 2.x.x
|
|
description: Redis(R) 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.
|
|
home: https://bitnami.com
|
|
icon: https://bitnami.com/assets/stacks/redis/img/redis-stack-220x234.png
|
|
keywords:
|
|
- redis
|
|
- keyvalue
|
|
- database
|
|
maintainers:
|
|
- name: Broadcom, Inc. All Rights Reserved.
|
|
url: https://github.com/bitnami/charts
|
|
name: redis
|
|
sources:
|
|
- https://github.com/bitnami/charts/tree/main/bitnami/redis
|
|
version: 20.6.3
|