Skip to content

Commit 7b6a784

Browse files
committed
fix: 🔧 add missing checksum for console server
1 parent eee27d3 commit 7b6a784

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

charts/dso-console/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: cpn-console
33
description: A Helm chart to deploy Cloud Pi Native Console
44
type: application
5-
version: 2.2.6
5+
version: 2.2.7
66
appVersion: 9.10.0
77
keywords: []
88
home: https://cloud-pi-native.fr

charts/dso-console/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cpn-console
22

3-
![Version: 2.2.6](https://img.shields.io/badge/Version-2.2.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.10.0](https://img.shields.io/badge/AppVersion-9.10.0-informational?style=flat-square)
3+
![Version: 2.2.7](https://img.shields.io/badge/Version-2.2.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.10.0](https://img.shields.io/badge/AppVersion-9.10.0-informational?style=flat-square)
44

55
A Helm chart to deploy Cloud Pi Native Console
66

charts/dso-console/templates/server/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ spec:
1919
{{- include "checksum" (list $ "/server/configmap.yaml") | nindent 8 }}
2020
{{- include "checksum" (list $ "/server/secret.yaml") | nindent 8 }}
2121
{{- include "checksum" (list $ "/server/scripts.yaml") | nindent 8 }}
22+
{{- if .Values.config.create }}
23+
{{- include "checksum" (list $ "/config.yaml") | nindent 8 }}
24+
{{- end }}
2225
{{- with .Values.server.podAnnotations }}
2326
{{- toYaml . | nindent 8 }}
2427
{{- end }}

0 commit comments

Comments
 (0)