Skip to content

Commit

Permalink
feat: update ai-server chart
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Jun 12, 2024
1 parent cd1a72d commit 506f7fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ai-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: [email protected]
name: Elegant Themes
name: ai-server
version: 1.2.6
version: 1.2.7
1 change: 1 addition & 0 deletions charts/ai-server/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ stringData:
STABLE_DIFFUSION_FALLBACK_API_KEY={{ .Values.STABLE_DIFFUSION_FALLBACK_API_KEY | squote }}
STABLE_DIFFUSION_API_KEY={{ .Values.STABLE_DIFFUSION_API_KEY | squote }}
STABLE_DIFFUSION_API_KEYS={{ .Values.STABLE_DIFFUSION_API_KEYS | squote }}
UNSPLASH_ACCESS_KEY={{ .Values.UNSPLASH_ACCESS_KEY | squote }}
VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | squote }}
2 changes: 2 additions & 0 deletions charts/ai-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ REPLICAS:
STABLE_DIFFUSION_FALLBACK_API_KEY:
STABLE_DIFFUSION_API_KEY:
STABLE_DIFFUSION_API_KEYS:

UNSPLASH_ACCESS_KEY:
VIRTUAL_HOST:

0 comments on commit 506f7fe

Please sign in to comment.