Skip to content

Commit 506f7fe

Browse files
committed
feat: update ai-server chart
1 parent cd1a72d commit 506f7fe

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

charts/ai-server/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ maintainers:
55
66
name: Elegant Themes
77
name: ai-server
8-
version: 1.2.6
8+
version: 1.2.7

charts/ai-server/templates/secrets.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ stringData:
2424
STABLE_DIFFUSION_FALLBACK_API_KEY={{ .Values.STABLE_DIFFUSION_FALLBACK_API_KEY | squote }}
2525
STABLE_DIFFUSION_API_KEY={{ .Values.STABLE_DIFFUSION_API_KEY | squote }}
2626
STABLE_DIFFUSION_API_KEYS={{ .Values.STABLE_DIFFUSION_API_KEYS | squote }}
27+
UNSPLASH_ACCESS_KEY={{ .Values.UNSPLASH_ACCESS_KEY | squote }}
2728
VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | squote }}
2829

charts/ai-server/values.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ REPLICAS:
2929
STABLE_DIFFUSION_FALLBACK_API_KEY:
3030
STABLE_DIFFUSION_API_KEY:
3131
STABLE_DIFFUSION_API_KEYS:
32+
33+
UNSPLASH_ACCESS_KEY:
3234
VIRTUAL_HOST:

0 commit comments

Comments
 (0)