-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzarf.yaml
46 lines (43 loc) · 2.84 KB
/
zarf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
kind: ZarfPackageConfig
metadata:
name: valkey
description: "Valkey is an open source (BSD) high-performance key/value datastore that supports a variety of workloads such as caching, message queues, and can act as a primary database. Valkey can run as either a standalone daemon or in a cluster, with options for replication and high availability. Valkey natively supports a rich collection of datatypes, including strings, numbers, hashes, lists, sets, sorted sets, bitmaps, hyperloglogs and more. You can operate on data structures in-place with an expressive collection of commands."
url: https://github.com/valkey-io/valkey
version: "dev"
annotations:
dev.uds.title: Valkey
dev.uds.tagline: '**An Open Source, In-memory Data Store**'
dev.uds.categories: Databases, IT Management
dev.uds.keywords: Key/Value Datastore, High Performance, Caching, Message Queues, Primary Database, Replication, High Availability, Data Structures, In-Place Operations, Clustering, Rich Datatypes, Open Source
dev.uds.icon: data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCIgZmlsbD0iI2ZmZiIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBmaWxsLW9wYWNpdHk9Ii4wMSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm11bHRpcGx5IiBkPSJNMTIgMTJoNTZ2NTZIMTJ6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjUuNzk2IDU5LjE2NWwtMTAuMDMyLTYuMjc2VjI2LjA2NEw0MC4yOTcgMTJsMjMuOTM4IDE0LjA4N3YyOC4yMTZMMzkuOTE3IDY4bC04LjQ0My01LjI4MnYtMTEuMzEtMS41NDRMMjYuODk2IDQ3VjMyLjQ1M2wxMy4yNTUtNy41OTkgMTIuOTUyIDcuNjIydjE1LjI0M2wtMTAuMjU0IDUuNzc1di02LjEzOWMzLjA3NC0xLjE4NCA1LjI4LTQuMjI2IDUuMjgtNy44MTcgMC00LjYyOC0zLjY2Ni04LjM0Ni04LjEyOS04LjM0NnMtOC4xMjkgMy43MTgtOC4xMjkgOC4zNDZjMCAzLjU5MSAyLjIwNiA2LjYzNCA1LjI4IDcuODE3djExLjYzMmwyLjkzMiAxLjgzNCAxNy45OC0xMC4xMjZWMjkuNjE3TDQwLjI1NyAxOS4xMzlsLTE4LjMyIDEwLjUwMlY0OS40N2wzLjg1OSAyLjQxNHY3LjI4MnpNNDAgMzUuNzAzYzIuMDIgMCAzLjYxOCAxLjc0IDMuNjE4IDMuODM1UzQyLjAyIDQzLjM3MyA0MCA0My4zNzNzLTMuNjE4LTEuNzQtMy42MTgtMy44MzVTMzcuOTggMzUuNzAzIDQwIDM1LjcwM3oiLz48L3N2Zz4=
components:
- name: valkey
required: true
only:
flavor: upstream
import:
path: common
charts:
- name: valkey
valuesFiles:
- ./values/upstream-values.yaml
images:
- bitnami/valkey:8.1.0-debian-12-r3
- bitnami/redis-exporter:1.70.0-debian-12-r2
- bitnami/valkey-sentinel:8.1.0-debian-12-r1
- name: valkey
required: true
only:
flavor: unicorn
import:
path: common
charts:
- name: valkey
valuesFiles:
- ./values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/valkey:8.1.0
- cgr.dev/du-uds-defenseunicorns/prometheus-redis-exporter-bitnami:1.70.0
- bitnami/valkey-sentinel:8.1.0-debian-12-r1