From bf836a1e7581f5e7df2dd7ffb6e854d65c08d708 Mon Sep 17 00:00:00 2001 From: William Allen Date: Wed, 15 Apr 2026 20:29:27 -0400 Subject: [PATCH] Bump CDash version to 4.11.0 --- charts/cdash/Chart.yaml | 4 ++-- charts/cdash/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/cdash/Chart.yaml b/charts/cdash/Chart.yaml index d534ef8..cae105f 100644 --- a/charts/cdash/Chart.yaml +++ b/charts/cdash/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: cdash description: CDash aggregates, analyzes and displays the results of software testing processes type: application -version: "0.14.0" -appVersion: "4.10.0" +version: "0.15.0" +appVersion: "4.11.0" dependencies: - name: postgresql version: "16.3.5" diff --git a/charts/cdash/values.yaml b/charts/cdash/values.yaml index 70e6275..19d20bf 100644 --- a/charts/cdash/values.yaml +++ b/charts/cdash/values.yaml @@ -10,7 +10,7 @@ cdash: https: true # cdash.image is the Docker image to use for this CDash instance. - image: "kitware/cdash:v4.10.0" + image: "kitware/cdash:v4.11.0" # This Helm chart uses an embedded postgres database by default. # To use an external database instead, set postgresql.enabled: false