Skip to content

Commit

Permalink
adding licence header to all helm templates, and helm chart files
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <alfredo@swirldslabs.com>
  • Loading branch information
AlfredoG87 committed Jan 9, 2025
1 parent 8de0a84 commit 3430519
Show file tree
Hide file tree
Showing 18 changed files with 59 additions and 2 deletions.
1 change: 1 addition & 0 deletions charts/blockstream-simulator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: Apache-2.0
apiVersion: v2
appVersion: 0.3.0-SNAPSHOT
description: A Helm chart for Hedera Blockstream Simulator.
Expand Down
4 changes: 2 additions & 2 deletions charts/blockstream-simulator/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Simulator Chart has been deployed successfully.
The simulator does not exposes any services or API, but it automatically starts to work with the provided documentation.
BlockStream Simulator Chart has been deployed successfully.
The simulator does not expose any services or API, but it automatically starts to work with the provided documentation.

The configuration can be overridden by providing a custom values.yaml with the following dictionary:
simulator.config
4 changes: 4 additions & 0 deletions charts/blockstream-simulator/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{{- /*
SPDX-License-Identifier: Apache-2.0
*/}}

{{/*
Expand the name of the chart.
*/}}
Expand Down
4 changes: 4 additions & 0 deletions charts/blockstream-simulator/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{{- /*
SPDX-License-Identifier: Apache-2.0
*/}}

apiVersion: v1
kind: ConfigMap
metadata:
Expand Down
4 changes: 4 additions & 0 deletions charts/blockstream-simulator/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{{- /*
SPDX-License-Identifier: Apache-2.0
*/}}

apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
4 changes: 4 additions & 0 deletions charts/blockstream-simulator/templates/secret.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{{- /*
SPDX-License-Identifier: Apache-2.0
*/}}

apiVersion: v1
kind: Secret
metadata:
Expand Down
1 change: 1 addition & 0 deletions charts/blockstream-simulator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: Apache-2.0
image:
repository: ghcr.io/hashgraph/hedera-block-node/simulator-image
pullPolicy: IfNotPresent
Expand Down
1 change: 1 addition & 0 deletions charts/hedera-block-node/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: Apache-2.0
apiVersion: v2
appVersion: 0.3.0-SNAPSHOT
description: A Helm chart for Hedera Block Node
Expand Down
4 changes: 4 additions & 0 deletions charts/hedera-block-node/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{{- /*
SPDX-License-Identifier: Apache-2.0
*/}}

apiVersion: v1
kind: ConfigMap
metadata:
Expand Down
4 changes: 4 additions & 0 deletions charts/hedera-block-node/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{{- /*
SPDX-License-Identifier: Apache-2.0
*/}}

apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{{- /*
SPDX-License-Identifier: Apache-2.0
*/}}

{{ if .Values.kubepromstack.enabled }}
apiVersion: v1
kind: ConfigMap
Expand Down
4 changes: 4 additions & 0 deletions charts/hedera-block-node/templates/grafana-datasource.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{{- /*
SPDX-License-Identifier: Apache-2.0
*/}}

{{ if .Values.kubepromstack.enabled }}
apiVersion: v1
kind: ConfigMap
Expand Down
4 changes: 4 additions & 0 deletions charts/hedera-block-node/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{{- /*
SPDX-License-Identifier: Apache-2.0
*/}}

{{- if .Values.ingress.enabled -}}
{{- $fullName := include "hedera-block-node.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
Expand Down
4 changes: 4 additions & 0 deletions charts/hedera-block-node/templates/secret.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{{- /*
SPDX-License-Identifier: Apache-2.0
*/}}

apiVersion: v1
kind: Secret
metadata:
Expand Down
4 changes: 4 additions & 0 deletions charts/hedera-block-node/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{{- /*
SPDX-License-Identifier: Apache-2.0
*/}}

apiVersion: v1
kind: Service
metadata:
Expand Down
4 changes: 4 additions & 0 deletions charts/hedera-block-node/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{{- /*
SPDX-License-Identifier: Apache-2.0
*/}}

{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
Expand Down
4 changes: 4 additions & 0 deletions charts/hedera-block-node/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{{- /*
SPDX-License-Identifier: Apache-2.0
*/}}

{{ if .Values.kubepromstack.enabled }}
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
Expand Down
2 changes: 2 additions & 0 deletions charts/hedera-block-node/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: Apache-2.0

# Default values for hedera-block-node.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
Expand Down

0 comments on commit 3430519

Please sign in to comment.