Skip to content

Commit 041f016

Browse files
align chart version with venona release (#309)
1 parent d72f155 commit 041f016

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

.deploy/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.14
6-
appVersion: "0.1.10"
5+
version: 1.7.8
6+
appVersion: "1.7.8"

.deploy/cf-runtime/values.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ global:
55
codefreshHost: ""
66
agentToken: ""
77
# Existing secret (name-of-existing-secret) with API token from Codefresh (supersedes value for global.agentToken; secret must contain `codefresh.token` key)
8-
existingAgentToken: ""
8+
existingAgentToken: ""
99
agentId: ""
1010
agentName: ""
1111
accountId: ""
1212
runtimeName: ""
1313
# Existing secret (name has to be `codefresh-certs-server`) (supersedes value for global.keys; secret must contain `server-cert.pem` `server-key.pem` and `ca.pem`` keys)
14-
existingDindCertsSecret: ""
14+
existingDindCertsSecret: ""
1515
keys:
1616
key: ""
1717
csr: ""
@@ -24,7 +24,7 @@ dockerRegistry: "quay.io" # Registry prefix for the runtime images (default quay
2424
newRelicLicense: "" # NEWRELIC_LICENSE_KEY (for app-proxy and runner deployments)
2525

2626
runner: # Runner Deployment
27-
image: "codefresh/venona:1.7.4"
27+
image: "codefresh/venona:1.7.8"
2828
env: {}
2929
## e.g:
3030
# env:
@@ -42,18 +42,18 @@ runner: # Runner Deployment
4242
# memory: 500Mi
4343
nodeSelector: {}
4444
## e.g:
45-
# nodeSelector:
45+
# nodeSelector:
4646
# foo: bar
4747
tolerations: []
4848
## e.g:
49-
# tolerations:
49+
# tolerations:
5050
# - key: codefresh
5151
# operator: Equal
5252
# value: dind
5353
# effect: NoSchedule
5454

5555
volumeProvisioner: # Volume-Provisioner Deployment
56-
image: "codefresh/dind-volume-provisioner:1.31.7"
56+
image: "codefresh/dind-volume-provisioner:1.31.8"
5757
serviceAccount: {} # annotate volume-provisioner service account
5858
## e.g:
5959
# serviceAccount:
@@ -67,11 +67,11 @@ volumeProvisioner: # Volume-Provisioner Deployment
6767
# env:
6868
# PRIVILEGED_CONTAINER: true
6969
### https://codefresh.io/docs/docs/administration/codefresh-runner/#installing-on-aks
70-
# mountAzureJson: true
70+
# mountAzureJson: true
7171

7272
storage: # Storage parameters for Volume-Provisioner
7373
backend: local # volume type: local(default), ebs, gcedisk or azuredisk
74-
fsType: "ext4" # filesystem type: ext4(default) or xfs
74+
fsType: "ext4" # filesystem type: ext4(default) or xfs
7575

7676
# Storage example for local volumes on the K8S nodes filesystem
7777
# https://kubernetes.io/docs/concepts/storage/volumes/#local
@@ -102,7 +102,7 @@ storage: # Storage parameters for Volume-Provisioner
102102
# iops: "5000"
103103
# # I/O operations per second. Only effetive when gp3 volume type is specified.
104104
# # Default value - 3000.
105-
# # Max - 16,000
105+
# # Max - 16,000
106106
# throughput: "500"
107107
# # Throughput in MiB/s. Only effective when gp3 volume type is specified.
108108
# # Default value - 125.
@@ -146,12 +146,12 @@ storage: # Storage parameters for Volume-Provisioner
146146
skuName: Premium_LRS #default
147147
cachingMode: None
148148
# location: westcentralus
149-
# resourceGroup:
149+
# resourceGroup:
150150
# DiskIOPSReadWrite: 500
151151
# DiskMBpsReadWrite: 100
152-
153152

154-
re:
153+
154+
re:
155155
# Optionally add an AWS IAM role to your pipelines
156156
# More info: https://codefresh.io/docs/docs/administration/codefresh-runner/#injecting-aws-arn-roles-into-the-cluster
157157
## e.g:
@@ -182,21 +182,21 @@ appProxy: # App-Proxy Deployment
182182
# env:
183183
# LOG_LEVEL: debug
184184
ingress:
185-
pathPrefix: "" # Specify path prefix for ingress (default is '/')
185+
pathPrefix: "" # Specify path prefix for ingress (default is '/')
186186
class: "" # Specify ingress class
187187
host: "" # Specify DNS hostname the ingress will use
188188
tlsSecret: "" # Specify k8s tls secret for the ingress object
189189
annotations: {} # Specify extra annotations for ingress object
190-
## e.g:
190+
## e.g:
191191
# ingress:
192-
# pathPrefix: "/app-proxy"
193-
# class: "nginx"
194-
# host: "mydomain.com"
195-
# tlsSecret: "tls-cert-app-proxy"
196-
# annotations:
192+
# pathPrefix: "/app-proxy"
193+
# class: "nginx"
194+
# host: "mydomain.com"
195+
# tlsSecret: "tls-cert-app-proxy"
196+
# annotations:
197197
# nginx.ingress.kubernetes.io/whitelist-source-range: 123.123.123.123/130
198198
resources: {}
199-
serviceAccount:
199+
serviceAccount:
200200
annotations: {}
201201

202202
monitor: # Monitor Deployment
@@ -209,6 +209,6 @@ monitor: # Monitor Deployment
209209
existingMonitorToken: "" # Existing secret (name-of-existing-secret) with API token from Codefresh (supersedes value of monitor.token; secret must contain `codefresh.token` key)
210210
env: {}
211211
resources: {}
212-
serviceAccount:
212+
serviceAccount:
213213
annotations: {}
214214

0 commit comments

Comments
 (0)