From 9f1ef36a5bc6f068ee45289c215ab37332e3a7e9 Mon Sep 17 00:00:00 2001 From: Zack Galbreath Date: Thu, 15 Jan 2026 11:42:34 -0500 Subject: [PATCH] Bump CDash version to v4.8.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 af38a29..6d87bcd 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.11.0" -appVersion: "4.7.0" +version: "0.12.0" +appVersion: "4.8.0" dependencies: - name: postgresql version: "16.3.5" diff --git a/charts/cdash/values.yaml b/charts/cdash/values.yaml index 8bff0bb..d2222a1 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.7.0" + image: "kitware/cdash:v4.8.0" # This Helm chart uses an embedded postgres database by default. # To use an external database instead, set postgresql.enabled: false