From 7c9f3eb06a72089d3e3cf31b9040122478595afc Mon Sep 17 00:00:00 2001 From: Amisha Singla Date: Mon, 5 Jan 2026 16:24:07 -0600 Subject: [PATCH] Update binary name for galexie --- charts/galexie/Chart.yaml | 2 +- charts/galexie/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/galexie/Chart.yaml b/charts/galexie/Chart.yaml index 0c24f0e..6f3466e 100644 --- a/charts/galexie/Chart.yaml +++ b/charts/galexie/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: galexie -version: 0.5.0 +version: 0.6.0 appVersion: "24.0.0" description: Stellar Galexie Helm Chart. This chart will install Stellar Galexie maintainers: diff --git a/charts/galexie/templates/deployment.yaml b/charts/galexie/templates/deployment.yaml index a4af645..63cdc6f 100644 --- a/charts/galexie/templates/deployment.yaml +++ b/charts/galexie/templates/deployment.yaml @@ -35,7 +35,7 @@ spec: image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" imagePullPolicy: {{ .Values.image.pullPolicy | quote }} command: - - "galexie" + - "stellar-galexie" - {{ .Values.galexieCommand | quote }} - "--config-file=/galexie-config/config.toml" {{- range .Values.additionalFlags }}