Skip to content

Commit 771b53f

Browse files
authored
Merge pull request #126 from openinsight-proj/enhance_demo_chart
add default cluster name param
2 parents f1f94b8 + 0f13d83 commit 771b53f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/opentelemetry-demo-lite/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: opentelemetry-demo-lite
33
type: application
4-
version: 1.1.4
4+
version: 1.1.5
55
icon: https://opentelemetry.io/img/logos/opentelemetry-logo-nav.png
66
description: A helm chart for openTelemetry community demo application integration with other component(lite version).
77
sources:

charts/opentelemetry-demo-lite/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"kubeMetadataClusterName": {
9393
"type": "string",
9494
"title": "Kubernetes cluster name",
95-
"default": ""
95+
"default": "CLUSTER_NAME"
9696
},
9797
"username": {
9898
"type": "string",

charts/opentelemetry-demo-lite/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ global:
1919
registryNamespace: ""
2020
registryServiceGroup: "DEFAULT_GROUP"
2121
registryInstanceGroup: "DEFAULT"
22-
kubeMetadataClusterName: ""
22+
kubeMetadataClusterName: "CLUSTER_NAME"
2323
username: ""
2424
password: ""
2525
sentinel:

0 commit comments

Comments
 (0)