Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/cdash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: cdash
description: CDash aggregates, analyzes and displays the results of software testing processes
type: application
version: "0.7.0"
appVersion: "4.3.0"
version: "0.8.0"
appVersion: "4.4.0"
dependencies:
- name: postgresql
version: "16.3.5"
Expand Down
2 changes: 1 addition & 1 deletion charts/cdash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cdash:
https: true

# cdash.image is the Docker image to use for this CDash instance.
image: "kitware/cdash:v4.3.0"
image: "kitware/cdash:v4.4.0"

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