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 Jul 18, 2024
1 parent 7e755ab commit 6c47402
Show file tree
Hide file tree
Showing 2 changed files with 2 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.2.7
version: 1.2.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 @@ -9,6 +9,7 @@ stringData:
AI_SERVER_ENV={{ .Values.AI_SERVER_ENV | squote }}
AI_SERVER_PATH={{ .Values.INSTALL_PATH | squote }}
AI_SERVER_REPO_URL={{ .Values.AI_SERVER_REPO_URL | squote }}
APP_URL='https://{{ .Values.VIRTUAL_HOST }}'
AWS_ACCESS_KEY_ID={{ .Values.AWS_ACCESS_KEY_ID | squote }}
AWS_SECRET_ACCESS_KEY={{ .Values.AWS_SECRET_ACCESS_KEY | squote }}
AWS_REGION={{ .Values.AWS_REGION | squote }}
Expand Down

0 comments on commit 6c47402

Please sign in to comment.