Skip to content

Commit

Permalink
update ai-proxy chart
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Nov 18, 2024
1 parent e51915c commit b1f907f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/ai-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 1.0.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v1.0.0"
appVersion: "v1.1.0"
1 change: 1 addition & 0 deletions charts/ai-proxy/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ metadata:
type: Opaque
data:
PLRL_PROVIDER_TOKEN: {{ .Values.secrets.token | b64enc | quote }}
PLRL_PROVIDER_SERVICE_ACCOUNT: {{ .Values.secrets.serviceAccount | b64enc | quote }}
5 changes: 3 additions & 2 deletions charts/ai-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ image:
tag: "v1.0.0"

config:
# One of: ollama, openai
# One of: ollama, openai, vertex
provider: openai
# Provider API URL
providerHost: https://api.openai.com

secrets:
token: changeme
token: ~
serviceAccount: ~

# AI Proxy container args
# Note: It can override config.provider and config.providerHost
Expand Down

0 comments on commit b1f907f

Please sign in to comment.