Skip to content

Commit c7d2df9

Browse files
committed
Community Edition 10.4.4-1 Gold
Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
1 parent 0b2aca9 commit c7d2df9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

helm/hpcc/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ type: application
66

77
# This is the chart version. This version number should be incremented each time you make changes
88
# to the chart and its templates, including the app version.
9-
version: 10.4.4-rc2
9+
version: 10.4.4
1010

1111
# This is the version number of the application being deployed. This version number should be
1212
# incremented each time you make changes to the application.
1313

14-
appVersion: 10.4.4-rc2
14+
appVersion: 10.4.4

helm/hpcc/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,7 @@ Pass in dict with .root, .visibility defined
16891689
{{- end -}}
16901690

16911691
{{- define "hpcc.generateHelmVersion" -}}
1692-
helmVersion: 10.4.4-rc2
1692+
helmVersion: 10.4.4
16931693
{{- end -}}
16941694

16951695
{{/*

version.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set ( HPCC_PROJECT "community" )
66
set ( HPCC_MAJOR 10 )
77
set ( HPCC_MINOR 4 )
88
set ( HPCC_POINT 4 )
9-
set ( HPCC_MATURITY "rc" )
10-
set ( HPCC_SEQUENCE 2 )
11-
set ( HPCC_TAG_TIMESTAMP "2026-05-08T14:58:25Z" )
9+
set ( HPCC_MATURITY "release" )
10+
set ( HPCC_SEQUENCE 1 )
11+
set ( HPCC_TAG_TIMESTAMP "2026-05-12T10:47:41Z" )
1212
###

0 commit comments

Comments
 (0)