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