Skip to content

Commit

Permalink
add timeboost chart
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-vest committed Dec 11, 2024
1 parent eb40486 commit e22f6d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/timeboost/templates/auctioneer/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
template:
metadata:
annotations:
checksum/configmap: {{ include (print $.Template.BasePath "/auctioneer/auctioneer-cm.yaml") . | sha256sum }}
checksum/configmap: {{ include (print $.Template.BasePath "/auctioneer/configmap.yaml") . | sha256sum }}
{{- if .Values.auctioneer.wallet.files }}
checksum/wallets: {{ include (print $.Template.BasePath "/wallets.yaml") . | sha256sum }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion charts/timeboost/templates/bid-validator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
template:
metadata:
annotations:
checksum/configmap: {{ include (print $.Template.BasePath "/bid-validator/bid-validator-cm.yaml") . | sha256sum }}
checksum/configmap: {{ include (print $.Template.BasePath "/bid-validator/configmap.yaml") . | sha256sum }}
{{- with .Values.bidValidator.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit e22f6d3

Please sign in to comment.