Skip to content

Commit

Permalink
Community Edition 9.0.2-rc2 Release Candidate 2
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday committed Apr 14, 2023
1 parent 425f7ba commit 3241dbd
Show file tree
Hide file tree
Showing 15 changed files with 2,225 additions and 24 deletions.
4 changes: 2 additions & 2 deletions helm/hpcc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 9.0.2-rc1
version: 9.0.2-rc2

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

appVersion: 9.0.2-rc1
appVersion: 9.0.2-rc2
2 changes: 1 addition & 1 deletion helm/hpcc/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ kind: Service
metadata:
name: {{ $lvars.serviceName | quote }}
labels:
helmVersion: 9.0.2-rc1
helmVersion: 9.0.2-rc2
{{- include "hpcc.addStandardLabels" (dict "root" $.root "instance" $lvars.serviceName ) | indent 4 }}
{{- if $lvars.labels }}
{{ toYaml $lvars.labels | indent 4 }}
Expand Down
Loading

0 comments on commit 3241dbd

Please sign in to comment.