Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
keydb: Hotfix for wrong template file name for secret. 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiarchitect committed May 31, 2020
1 parent bd1560f commit 8944e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keydb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: keydb
description: A Helm chart for KeyDB multimaster setup
type: application
version: 0.8.1
version: 0.8.2
keywords:
- keydb
- redis
Expand Down
2 changes: 1 addition & 1 deletion keydb/templates/sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
template:
metadata:
annotations:
checksum/cm-utils: {{ include (print $.Template.BasePath "/cm-utils.yaml") . | sha256sum }}
checksum/secret-utils: {{ include (print $.Template.BasePath "/secret-utils.yaml") . | sha256sum }}
labels:
{{ include "keydb.labels" . | indent 8 }}
spec:
Expand Down

0 comments on commit 8944e45

Please sign in to comment.