Skip to content

Commit

Permalink
Merge pull request #23 from archway-network/update-hermes-v1_10_3
Browse files Browse the repository at this point in the history
chore(herems): update hermes helm chart to v1.10.3
  • Loading branch information
shahbazn authored Oct 3, 2024
2 parents dd678f6 + 8aa16a3 commit 438581d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.4.0
appVersion: 1.6.0
version: 1.5.0
appVersion: 1.10.3
3 changes: 3 additions & 0 deletions charts/hermes-relayer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ metadata:
{{- include "hermes-relayer.labels" . | nindent 4}}
spec:
replicas: {{.Values.replicaCount}}
securityContext:
runAsUser: 2000
runAsGroup: 2000
selector:
matchLabels:
{{- include "hermes-relayer.selectorLabels" . | nindent 6 }}
Expand Down

0 comments on commit 438581d

Please sign in to comment.