diff --git a/charts/kubecost/cost-analyzer/questions.yaml b/charts/kubecost/cost-analyzer/questions.yaml index 96cf24939..7717d04dc 100644 --- a/charts/kubecost/cost-analyzer/questions.yaml +++ b/charts/kubecost/cost-analyzer/questions.yaml @@ -22,7 +22,7 @@ questions: # Amazon EKS - variable: AmazonEKS.enabled label: Amazon EKS cluster - description: "If true, Kubecost will be installed with the images from https://gallery.ecr.aws/kubecost/" + description: "If true, Kubecost will be installed with the images and helm chart from https://gallery.ecr.aws/kubecost/" type: boolean default: false show_subquestion_if: true @@ -30,16 +30,19 @@ questions: subquestions: - variable: kubecostFrontend.image label: Kubecost frontend image for Amazon EKS + description: "Use this image for the Amazon EKS cluster: public.ecr.aws/kubecost/frontend" type: string - default: "public.ecr.aws/kubecost/frontend" + default: "" - variable: kubecostModel.image label: Kubecost cost-model image for Amazon EKS + description: "Use this image for the Amazon EKS cluster: public.ecr.aws/kubecost/cost-model" type: string - default: "public.ecr.aws/kubecost/cost-model" + default: "" - variable: prometheus.server.image.repository label: Kubecost Prometheus image for Amazon EKS + description: "Use this image for the Amazon EKS cluster: public.ecr.aws/kubecost/prometheus" type: string - default: "public.ecr.aws/kubecost/prometheus" + default: "" - variable: prometheus.server.image.tag label: Kubecost Prometheus image tag for Amazon EKS type: string diff --git a/packages/kubecost/cost-analyzer/overlay/questions.yaml b/packages/kubecost/cost-analyzer/overlay/questions.yaml index 96cf24939..7717d04dc 100644 --- a/packages/kubecost/cost-analyzer/overlay/questions.yaml +++ b/packages/kubecost/cost-analyzer/overlay/questions.yaml @@ -22,7 +22,7 @@ questions: # Amazon EKS - variable: AmazonEKS.enabled label: Amazon EKS cluster - description: "If true, Kubecost will be installed with the images from https://gallery.ecr.aws/kubecost/" + description: "If true, Kubecost will be installed with the images and helm chart from https://gallery.ecr.aws/kubecost/" type: boolean default: false show_subquestion_if: true @@ -30,16 +30,19 @@ questions: subquestions: - variable: kubecostFrontend.image label: Kubecost frontend image for Amazon EKS + description: "Use this image for the Amazon EKS cluster: public.ecr.aws/kubecost/frontend" type: string - default: "public.ecr.aws/kubecost/frontend" + default: "" - variable: kubecostModel.image label: Kubecost cost-model image for Amazon EKS + description: "Use this image for the Amazon EKS cluster: public.ecr.aws/kubecost/cost-model" type: string - default: "public.ecr.aws/kubecost/cost-model" + default: "" - variable: prometheus.server.image.repository label: Kubecost Prometheus image for Amazon EKS + description: "Use this image for the Amazon EKS cluster: public.ecr.aws/kubecost/prometheus" type: string - default: "public.ecr.aws/kubecost/prometheus" + default: "" - variable: prometheus.server.image.tag label: Kubecost Prometheus image tag for Amazon EKS type: string