diff --git a/stable/coscale/Chart.yaml b/stable/coscale/Chart.yaml index b77ae9c375..76fed92957 100755 --- a/stable/coscale/Chart.yaml +++ b/stable/coscale/Chart.yaml @@ -1,5 +1,5 @@ name: coscale -version: 0.2.0 +version: 0.2.1 appVersion: 3.9.1 description: CoScale Agent keywords: diff --git a/stable/coscale/README.md b/stable/coscale/README.md index 6e7f13ef02..5948f050bd 100644 --- a/stable/coscale/README.md +++ b/stable/coscale/README.md @@ -37,7 +37,7 @@ The command removes all the Kubernetes components associated with the chart and ## Configuration -The following tables lists the configurable parameters of the CoScale chart and their default values. +The following table lists the configurable parameters of the CoScale chart and their default values. | Parameter | Description | Default | |-----------------------------|------------------------------------|-------------------------------------------| diff --git a/stable/coscale/values.yaml b/stable/coscale/values.yaml index 59559572f5..c9dccfe5e3 100644 --- a/stable/coscale/values.yaml +++ b/stable/coscale/values.yaml @@ -1,19 +1,19 @@ # Default values for CoScale Helm package. image: - repository: "coscale/coscale-agent" - tag: "3.10.11" - pullPolicy: "IfNotPresent" + repository: "coscale/coscale-agent" + tag: "3.10.11" + pullPolicy: "IfNotPresent" coscale: - # Required: You need a CoScale AppId before running agents. - appId: "" + # Required: You need a CoScale AppId before running agents. + appId: "" - # Required: You need a CoScale AccessToken before running agents. - accessToken: "" + # Required: You need a CoScale AccessToken before running agents. + accessToken: "" - # Required: You need a CoScale TemplateId before running agents. - templateId: "" + # Required: You need a CoScale TemplateId before running agents. + templateId: "" resources: requests: