Skip to content

Commit

Permalink
Fix/fix serve triton bugs (#902)
Browse files Browse the repository at this point in the history
* fix deployment yaml bug

* update arena VERSION
  • Loading branch information
AlanFokCo authored Feb 8, 2023
1 parent c3da54d commit 3c0c15e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.9.2
4 changes: 2 additions & 2 deletions charts/triton/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ spec:
env:
{{- if .Values.envs }}
{{- range $key, $value := .Values.envs }}
- name: "{{ $key }}"
value: "{{ $value }}"
- name: "{{ $key }}"
value: "{{ $value }}"
{{- end }}
{{- end }}
- name: ARENA_NODE_NAME
Expand Down

0 comments on commit 3c0c15e

Please sign in to comment.