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

Force data value hash to string in csi daemonset #2407

Merged
merged 1 commit into from
Oct 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
metadata:
labels:
#@overlay/match missing_ok=True
vsphere-csi/data-values-hash: #@ sha256.sum(yaml.encode(values))[:7]
vsphere-csi/data-values-hash: #@ "{}".format(sha256.sum(yaml.encode(values))[:7])
spec:
containers:
#@overlay/match by=overlay.subset({"name": "vsphere-csi-node"})
Expand Down
2 changes: 1 addition & 1 deletion addons/packages/vsphere-csi/2.3.0/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
spec:
fetch:
- imgpkgBundle:
image: projects.registry.vmware.com/tce/vsphere-csi@sha256:ac8e916b88755b67058515b5eafff8d29afdea7d92c7c74195833718ee6d7f89
image: projects.registry.vmware.com/tce/vsphere-csi@sha256:a2814538e00b6a875ead5cbc3bfd43335b5fa981c2d6c5ead42058eab79edf4e
template:
- ytt:
paths:
Expand Down