Update questions
- Remove role and partner labels - Remove rancher minimum version constraint - Remove daemonset configuration question for rke tolerations configuration as nothing seems to be using this value in the previous datadog chart (v2.1.2).pull/21/head
parent
dffe633483
commit
15844a8141
|
@ -1,7 +1,3 @@
|
|||
labels:
|
||||
io.rancher.certified: partner
|
||||
io.cattle.role: cluster # options are cluster/project
|
||||
rancher_min_version: 2.3.0
|
||||
questions:
|
||||
#image configurations
|
||||
- variable: defaultImage
|
||||
|
@ -13,45 +9,45 @@ questions:
|
|||
group: "Container Images"
|
||||
subquestions:
|
||||
- variable: agents.image.repository
|
||||
default: "ranchercharts/datadog-agent"
|
||||
default: "datadog/agent"
|
||||
description: "Datadog image name"
|
||||
type: string
|
||||
label: Datadog Image Name
|
||||
- variable: agents.image.tag
|
||||
default: "7"
|
||||
default: "7.21.1"
|
||||
description: "Datadog Image Tag"
|
||||
type: string
|
||||
label: Datadog Image Tag
|
||||
- variable: clusterAgent.image.repository
|
||||
default: "ranchercharts/datadog-cluster-agent"
|
||||
default: "datadog/cluster-agent"
|
||||
description: "Datadog clusterAgent image name"
|
||||
type: string
|
||||
label: Datadog ClusterAgent Image Name
|
||||
- variable: clusterAgent.image.tag
|
||||
default: "1.5.2"
|
||||
default: "1.7.0"
|
||||
description: "Datadog ClusterAgent Image Tag"
|
||||
type: string
|
||||
label: Datadog ClusterAgent Image Tag
|
||||
- variable: clusterChecksRunner.image.repository
|
||||
default: "ranchercharts/datadog-agent"
|
||||
default: "datadog/agent"
|
||||
description: "Datadog clusterChecksRunner image name"
|
||||
type: string
|
||||
label: Datadog Cluster Checks Runner Image Name
|
||||
show_if: "clusterChecksRunner.enabled=true&&defaultImage=false"
|
||||
- variable: clusterChecksRunner.image.tag
|
||||
default: "7"
|
||||
default: "7.21.1"
|
||||
description: "Datadog Cluster Checks Runner Image Tag"
|
||||
type: string
|
||||
label: Datadog Cluster Checks Runner Image Tag
|
||||
show_if: "clusterChecksRunner.enabled=true&&defaultImage=false"
|
||||
- variable: kube-state-metrics.image.repository
|
||||
default: "ranchercharts/coreos-kube-state-metrics"
|
||||
default: "quay.io/coreos/kube-state-metrics"
|
||||
description: "KubeState image name"
|
||||
type: string
|
||||
label: KubeState Image Name
|
||||
show_if: "kubeStateMetrics.enabled=true&&defaultImage=false"
|
||||
- variable: kube-state-metrics.image.tag
|
||||
default: "v1.7.2"
|
||||
default: "v1.9.7"
|
||||
description: "KubeState Image Tag"
|
||||
type: string
|
||||
label: KubeState Image Tag
|
||||
|
@ -178,12 +174,6 @@ questions:
|
|||
label: Extract Node Labels As Tags
|
||||
group: "Datadog Tagging"
|
||||
# DaemonSet configurations
|
||||
- variable: agents.rkeETCDControlPlane
|
||||
default: true
|
||||
description: "Configure Datadog Agent pods with the required tolerations to be deployed on the RKE etcd and control plane."
|
||||
type: boolean
|
||||
label: Run datadog pod on RKE Control Plane Nodes
|
||||
group: "Daemonset Configuration"
|
||||
- variable: agents.useHostNetwork
|
||||
default: false
|
||||
description: "Bind ports on the hostNetwork. Useful for CNI networking where hostPort might not be supported. The ports will need to be available on all hosts"
|
||||
|
|
Loading…
Reference in New Issue