Skip to content

Commit

Permalink
fix: use consistent container names for client update cronjob in herm…
Browse files Browse the repository at this point in the history
…es chart
  • Loading branch information
shahbazn committed Oct 13, 2023
2 parents 2176a8e + 772e58e commit 5167dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/hermes-relayer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ apiVersion: v2
name: hermes-relayer
description: A Helm chart for Kubernetes
type: application
version: 1.3.3
version: 1.3.4
appVersion: 1.6.0
2 changes: 1 addition & 1 deletion charts/hermes-relayer/templates/clientUpdateCronJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
mountPath: /home/hermes/.hermes/keys
- name: configfile
mountPath: "/home/hermes/.hermes/"
- name: update-client-chain2
- name: update-client-chain-2
image: "{{.Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion}}"
imagePullPolicy: {{.Values.image.pullPolicy}}
args: [
Expand Down

0 comments on commit 5167dc4

Please sign in to comment.