Skip to content

Commit

Permalink
Merge pull request #126 from openinsight-proj/enhance_demo_chart
Browse files Browse the repository at this point in the history
add default cluster name param
  • Loading branch information
Frapschen authored Jul 3, 2023
2 parents f1f94b8 + 0f13d83 commit 771b53f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/opentelemetry-demo-lite/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: opentelemetry-demo-lite
type: application
version: 1.1.4
version: 1.1.5
icon: https://opentelemetry.io/img/logos/opentelemetry-logo-nav.png
description: A helm chart for openTelemetry community demo application integration with other component(lite version).
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/opentelemetry-demo-lite/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"kubeMetadataClusterName": {
"type": "string",
"title": "Kubernetes cluster name",
"default": ""
"default": "CLUSTER_NAME"
},
"username": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion charts/opentelemetry-demo-lite/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ global:
registryNamespace: ""
registryServiceGroup: "DEFAULT_GROUP"
registryInstanceGroup: "DEFAULT"
kubeMetadataClusterName: ""
kubeMetadataClusterName: "CLUSTER_NAME"
username: ""
password: ""
sentinel:
Expand Down

0 comments on commit 771b53f

Please sign in to comment.