Skip to content

Commit 41d2520

Browse files
committed
rename agent -> thand
1 parent a75cb7d commit 41d2520

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.0.15
18+
version: 0.0.16
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/agent/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
{{- end }}
4343
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default (printf "v%s" .Chart.AppVersion) }}"
4444
imagePullPolicy: {{ .Values.image.pullPolicy }}
45-
command: ["./agent", "server", "--config", "/app/config/config.yaml"]
45+
command: ["./thand", "server", "--config", "/app/config/config.yaml"]
4646
ports:
4747
- name: http
4848
containerPort: {{ .Values.config.server.port }}

0 commit comments

Comments
 (0)