Skip to content

Commit

Permalink
chore: add STABLE_DIFFUSION_FALLBACK_API_KEY to ai-server chart
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Jul 14, 2023
1 parent 28e5a25 commit fd50158
Show file tree
Hide file tree
Showing 3 changed files with 3 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: dustin@elegantthemes.com
name: Elegant Themes
name: ai-server
version: 1.0.7
version: 1.0.8
1 change: 1 addition & 0 deletions charts/ai-server/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ stringData:
OPENAI_API_KEY={{ .Values.OPENAI_API_KEY | squote }}
REDIS_HOSTNAME={{ .Values.REDIS_HOSTNAME | squote }}
STABLE_DIFFUSION_API_KEY={{ .Values.STABLE_DIFFUSION_API_KEY | squote }}
STABLE_DIFFUSION_FALLBACK_API_KEY={{ .Values.STABLE_DIFFUSION_FALLBACK_API_KEY | squote }}
VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | squote }}
1 change: 1 addition & 0 deletions charts/ai-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ OPENAI_API_KEY:

REDIS_HOSTNAME:
STABLE_DIFFUSION_API_KEY:
STABLE_DIFFUSION_FALLBACK_API_KEY:
VIRTUAL_HOST:

0 comments on commit fd50158

Please sign in to comment.