Skip to content

Commit ade8a17

Browse files
authored
Merge pull request #478 from andyzhangx/charts-fix
fix: broken chart files
2 parents 62e8d99 + cd055d8 commit ade8a17

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
3 Bytes
Binary file not shown.

charts/v1.4.0/csi-driver-smb/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
image:
22
baseRepo: registry.k8s.io/sig-storage
33
smb:
4-
repository: smbplugin
4+
repository: registry.k8s.io/sig-storage/smbplugin
55
tag: v1.4.0
66
pullPolicy: IfNotPresent
77
csiProvisioner:
8-
repository: csi-provisioner
8+
repository: registry.k8s.io/sig-storage/csi-provisioner
99
tag: v2.2.2
1010
pullPolicy: IfNotPresent
1111
livenessProbe:
12-
repository: livenessprobe
12+
repository: registry.k8s.io/sig-storage/livenessprobe
1313
tag: v2.5.0
1414
pullPolicy: IfNotPresent
1515
nodeDriverRegistrar:
16-
repository: csi-node-driver-registrar
16+
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
1717
tag: v2.4.0
1818
pullPolicy: IfNotPresent
1919

2 Bytes
Binary file not shown.

charts/v1.5.0/csi-driver-smb/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
image:
22
baseRepo: registry.k8s.io/sig-storage
33
smb:
4-
repository: smbplugin
4+
repository: registry.k8s.io/sig-storage/smbplugin
55
tag: v1.5.0
66
pullPolicy: IfNotPresent
77
csiProvisioner:
8-
repository: csi-provisioner
8+
repository: registry.k8s.io/sig-storage/csi-provisioner
99
tag: v2.2.2
1010
pullPolicy: IfNotPresent
1111
livenessProbe:
12-
repository: livenessprobe
12+
repository: registry.k8s.io/sig-storage/livenessprobe
1313
tag: v2.5.0
1414
pullPolicy: IfNotPresent
1515
nodeDriverRegistrar:
16-
repository: csi-node-driver-registrar
16+
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
1717
tag: v2.4.0
1818
pullPolicy: IfNotPresent
1919

0 commit comments

Comments
 (0)