Skip to content

Commit

Permalink
fix(core): fixed pod autorestart
Browse files Browse the repository at this point in the history
  • Loading branch information
Calcagiara committed Oct 30, 2024
1 parent a82944a commit 9ca6b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: core
description: Core backend application for DigitalHub.
type: application
version: 0.2.17
version: 0.2.18
appVersion: "0.8.0"
maintainers:
- name: ffais
Expand Down
1 change: 1 addition & 0 deletions charts/core/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
metadata:
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit 9ca6b91

Please sign in to comment.