Skip to content

Commit

Permalink
fix: use service account name (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain-infra authored Nov 27, 2024
1 parent 2a91e4a commit e6778b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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: ankush@langchain.dev
description: Helm chart to deploy the LangGraph Cloud application and all services it depends on.
type: application
version: 0.1.4
version: 0.1.5
appVersion: "0.2.0"
2 changes: 1 addition & 1 deletion charts/langgraph-cloud/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# langgraph-cloud

![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)

Helm chart to deploy the LangGraph Cloud application and all services it depends on.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ spec:
{{- include "langGraphCloud.labels" . | nindent 8 }}
app.kubernetes.io/component: {{ include "langGraphCloud.fullname" . }}-{{ .Values.apiServer.name }}
spec:
serviceAccountName: {{ include "apiServer.serviceAccountName" . }}
{{- with .Values.images.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit e6778b5

Please sign in to comment.