Skip to content

Commit bec1f94

Browse files
fix throughput (#267)
1 parent aa13bbb commit bec1f94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: cf-runtime
33
description: A Helm chart for Codefresh Runner
44
type: application
5-
version: 0.1.6
6-
appVersion: "0.1.6"
5+
version: 0.1.7
6+
appVersion: "0.1.7"

charts/cf-runtime/templates/volume-provisioner/storageclass.dind-volume-provisioner.vp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ parameters:
3636
iops: {{ .Values.storage.ebs.iops | quote }}
3737
{{- end }}
3838
{{- if .Values.storage.ebs.throughput }}
39-
iops: {{ .Values.storage.ebs.throughput | quote }}
39+
throughput: {{ .Values.storage.ebs.throughput | quote }}
4040
{{- end }}
4141

4242

0 commit comments

Comments
 (0)