Skip to content

Commit

Permalink
chore(herems): update hermes helm chart to v1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbazn committed Oct 3, 2024
1 parent c2faba9 commit 8aa16a3
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 8aa16a3

Please sign in to comment.