Skip to content

Commit

Permalink
Merge pull request #112 from langchain-ai/infra/bump-0.20
Browse files Browse the repository at this point in the history
chore: bump 0.6.20
  • Loading branch information
langchain-infra authored Jun 27, 2024
2 parents 083f2e0 + f35655b commit 29c7867
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/helm_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
env:
LANGSMITH_LICENSE_KEY: ${{ secrets.LANGSMITH_LICENSE_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: ct install --target-branch ${{ github.event.repository.default_branch }} --all --helm-extra-set-args "--set=frontend.service.type=ClusterIP --set=config.langsmithLicenseKey=$LANGSMITH_LICENSE_KEY --set=config.openaiApiKey=$OPENAI_API_KEY --set=backend.service.type=ClusterIP --set=apiServer.service.type=ClusterIP"
LANGGRAPH_CLOUD_LICENSE_KEY: ${{ secrets.LANGGRAPH_CLOUD_LICENSE_KEY }}
run: ct install --target-branch ${{ github.event.repository.default_branch }} --all --helm-extra-set-args "--set=frontend.service.type=ClusterIP --set=config.langsmithLicenseKey=$LANGSMITH_LICENSE_KEY --set=config.langGraphCloudLicenseKey=$LANGGRAPH_CLOUD_LICENSE_KEY --set=config.openaiApiKey=$OPENAI_API_KEY --set=backend.service.type=ClusterIP --set=apiServer.service.type=ClusterIP"
2 changes: 1 addition & 1 deletion charts/langgraph-cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainers:
email: [email protected]
description: Helm chart to deploy the LangGraph Cloud application and all services it depends on.
type: application
version: 0.1.1
version: 0.1.2
appVersion: "0.1.0"
2 changes: 2 additions & 0 deletions charts/langgraph-cloud/templates/api-server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ spec:
containers:
- name: {{ .Values.apiServer.name }}
env:
- name: PORT
value: {{ .Values.apiServer.containerPort | quote }}
- name: POSTGRES_URI
valueFrom:
secretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion charts/langgraph-cloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ images:
# This should be the image you have built using the LangGraph Cli. Find more information here:
apiServerImage:
repository: "docker.io/langchain/langgraph-api"
pullPolicy: IfNotPresent
pullPolicy: Always
tag: "3.11"
postgresImage:
repository: "docker.io/postgres"
Expand Down
4 changes: 2 additions & 2 deletions charts/langsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainers:
email: [email protected]
description: Helm chart to deploy the langsmith application and all services it depends on.
type: application
version: 0.6.6
appVersion: "0.6.19"
version: 0.6.7
appVersion: "0.6.20"
8 changes: 4 additions & 4 deletions charts/langsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ images:
backendImage:
repository: "docker.io/langchain/langsmith-backend"
pullPolicy: IfNotPresent
tag: "0.6.19"
tag: "0.6.20"
frontendImage:
repository: "docker.io/langchain/langsmith-frontend"
pullPolicy: IfNotPresent
tag: "0.6.19"
tag: "0.6.20"
platformBackendImage:
repository: "docker.io/langchain/langsmith-go-backend"
pullPolicy: IfNotPresent
tag: "0.6.19"
tag: "0.6.20"
playgroundImage:
repository: "docker.io/langchain/langsmith-playground"
pullPolicy: IfNotPresent
tag: "0.6.19"
tag: "0.6.20"
postgresImage:
repository: "docker.io/postgres"
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 29c7867

Please sign in to comment.