-
Notifications
You must be signed in to change notification settings - Fork 1
/
zarf.yaml
40 lines (37 loc) · 1.02 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
# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
kind: ZarfPackageConfig
metadata:
name: valkey
description: "A deployment of Valkey (a Redis alternative by the Linux Foundation)"
url: https://github.com/valkey-io/valkey
# x-release-please-start-version
version: "8.0.1-uds.0"
# x-release-please-end
components:
- name: valkey
required: true
only:
flavor: upstream
import:
path: common
charts:
- name: valkey
valuesFiles:
- ./values/upstream-values.yaml
images:
- bitnami/valkey:8.0.1-debian-12-r2
- docker.io/bitnami/redis-exporter:1.65.0-debian-12-r2
- 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.0.1
- cgr.dev/du-uds-defenseunicorns/prometheus-redis-exporter-bitnami:1.65.0