Skip to content

Commit 9d71d06

Browse files
Merge pull request #19 from Kitware/cdash-4-10-0
Bump CDash version to 4.10.0
2 parents 42b9d87 + 23d480e commit 9d71d06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/cdash/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: cdash
33
description: CDash aggregates, analyzes and displays the results of software testing processes
44
type: application
5-
version: "0.13.0"
6-
appVersion: "4.9.0"
5+
version: "0.14.0"
6+
appVersion: "4.10.0"
77
dependencies:
88
- name: postgresql
99
version: "16.3.5"

charts/cdash/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cdash:
1010
https: true
1111

1212
# cdash.image is the Docker image to use for this CDash instance.
13-
image: "kitware/cdash:v4.9.0"
13+
image: "kitware/cdash:v4.10.0"
1414

1515
# This Helm chart uses an embedded postgres database by default.
1616
# To use an external database instead, set postgresql.enabled: false

0 commit comments

Comments
 (0)