We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42b9d87 + 23d480e commit 9d71d06Copy full SHA for 9d71d06
charts/cdash/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: cdash
3
description: CDash aggregates, analyzes and displays the results of software testing processes
4
type: application
5
-version: "0.13.0"
6
-appVersion: "4.9.0"
+version: "0.14.0"
+appVersion: "4.10.0"
7
dependencies:
8
- name: postgresql
9
version: "16.3.5"
charts/cdash/values.yaml
@@ -10,7 +10,7 @@ cdash:
10
https: true
11
12
# cdash.image is the Docker image to use for this CDash instance.
13
- image: "kitware/cdash:v4.9.0"
+ image: "kitware/cdash:v4.10.0"
14
15
# This Helm chart uses an embedded postgres database by default.
16
# To use an external database instead, set postgresql.enabled: false
0 commit comments