Skip to content

Commit

Permalink
Merge pull request #73 from vessl-ai/vssl-11944
Browse files Browse the repository at this point in the history
SharedNamespace -> ClusterAgentNamespace
  • Loading branch information
thomasgim authored Jan 20, 2025
2 parents 79b3863 + cc31b73 commit fad80f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/vessl/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: vessl
type: application
version: 0.0.44
version: 0.0.45
appVersion: "0.6.24"
dependencies:
- name: node-feature-discovery
Expand Down
2 changes: 1 addition & 1 deletion charts/vessl/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
value: "{{ .Values.agent.containerRuntime }}"
- name: VESSL_PROVIDER_TYPE
value: "{{ .Values.agent.providerType }}"
- name: VESSL_SHARED_NAMESPACE
- name: VESSL_CLUSTER_AGENT_NAMESPACE
value: "{{ .Release.Namespace }}"
volumeMounts:
- name: access-token
Expand Down

0 comments on commit fad80f1

Please sign in to comment.