Skip to content

Commit

Permalink
Bump ClusterHoprd chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ausias-armesto committed May 20, 2024
1 parent b8ac2df commit 3315af2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster-hoprd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

apiVersion: v2
name: cluster-hoprd
version: 0.3.1
version: 0.3.2
description: A Helm chart to deploy ClusterHoprd
type: application
icon: "https://hoprnet.org/assets/icons/logo.svg"
2 changes: 2 additions & 0 deletions charts/cluster-hoprd/templates/cluster-hoprd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ spec:
{{- if .Values.deployment }}
deployment: {{ .Values.deployment | toYaml | nindent 4 }}
{{- end }}
service: {{ .Values.service | toYaml | nindent 4 }}

config: {{ .Values.config | toYaml | nindent 4 }}
6 changes: 6 additions & 0 deletions charts/cluster-hoprd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ forceIdentityName: false
##
deployment: {}

##
## @param service Service spec
##
service:
type: "ClusterIP"


##
## @param config Custom configuration of nodes
Expand Down

0 comments on commit 3315af2

Please sign in to comment.