Skip to content

Commit 5256d04

Browse files
Cr 1077 updated values file (#205)
1 parent beccbba commit 5256d04

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

venona/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.7
1+
1.5.8

venonactl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.7
1+
1.5.8

venonactl/example/values-example.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@
131131
# AvailabilityZone:
132132
# GoogleServiceAccount:
133133
# AwsAccessKeyId:
134-
# AwsSecretAccessKey:
134+
# AwsSecretAccessKey:
135+
# Encrypted: # encrypt volume, default is false
135136
# VolumeProvisioner:
136137
# Image: codefresh/dind-volume-provisioner:v23
137138
# NodeSelector:
@@ -180,6 +181,7 @@
180181
# AvailabilityZone: us-east-1d
181182
# AwsAccessKeyId: ABCDF
182183
# AwsSecretAccessKey: ZYXWV
184+
# Encrypted: # encrypt volume, default is false
183185
# VolumeProvisioner:
184186
# NodeSelector: kubernetes.io/role=master
185187
# NodeSelector: failure-domain.beta.kubernetes.io/zone=us-east-1d
@@ -248,6 +250,15 @@
248250
# ServiceAccount: # will be used by the engine and dind pods
249251
# Annotations:
250252
# foo: bar
253+
# AdditionalEnvVars: # will be set on engine and dind pods
254+
# SOME_VAR: SOME_VALUE
255+
# resources: # dind pod resources
256+
# limits:
257+
# cpu: 500m
258+
# memory: 1200Mi
259+
# requests:
260+
# cpu: 200m
261+
# memory: 500Mi
251262

252263

253264
########################################################

0 commit comments

Comments
 (0)