Skip to content

Commit

Permalink
feat: add STABLE_DIFFUSION_API_KEYS to ai-server chart values
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Jul 21, 2023
1 parent fd50158 commit d149dbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
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.8
version: 1.0.9
3 changes: 2 additions & 1 deletion charts/ai-server/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ stringData:
JWT_PUBLIC_KEY={{ .Values.JWT_PUBLIC_KEY | b64enc | squote }}
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 }}
STABLE_DIFFUSION_API_KEY={{ .Values.STABLE_DIFFUSION_API_KEY | squote }}
STABLE_DIFFUSION_API_KEYS={{ .Values.STABLE_DIFFUSION_API_KEYS | squote }}
VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | squote }}
3 changes: 2 additions & 1 deletion charts/ai-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ JWT_PUBLIC_KEY:
OPENAI_API_KEY:

REDIS_HOSTNAME:
STABLE_DIFFUSION_API_KEY:
STABLE_DIFFUSION_FALLBACK_API_KEY:
STABLE_DIFFUSION_API_KEY:
STABLE_DIFFUSION_API_KEYS:
VIRTUAL_HOST:

0 comments on commit d149dbc

Please sign in to comment.