File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22description : A Helm chart for Codefresh Runner
33name : cf-runtime
4- version : 5.3.0
4+ version : 5.3.1
55keywords :
66 - codefresh
77 - runner
@@ -14,8 +14,8 @@ maintainers:
1414 url : https://codefresh-io.github.io/
1515annotations :
1616 artifacthub.io/changes : |
17- - kind: added
18- description: Add event-exporter templates
17+ - kind: changed
18+ description: Updated venona image to 1.9.17
1919dependencies :
2020 - name : cf-common
2121 repository : https://chartmuseum.codefresh.io/cf-common
Original file line number Diff line number Diff line change 11## Codefresh Runner
22
3- ![ Version: 5.3.0 ] ( https://img.shields.io/badge/Version-5.3.0 -informational?style=flat-square )
3+ ![ Version: 5.3.1 ] ( https://img.shields.io/badge/Version-5.3.1 -informational?style=flat-square )
44
55Helm chart for deploying [ Codefresh Runner] ( https://codefresh.io/docs/docs/installation/codefresh-runner/ ) to Kubernetes.
66
@@ -794,7 +794,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
794794| runner.affinity | object | ` {} ` | Set affinity |
795795| runner.enabled | bool | ` true ` | Enable the runner |
796796| runner.env | object | ` {} ` | Add additional env vars |
797- | runner.image | object | ` {"registry":"quay.io","repository":"codefresh/venona","tag":"1.9.16 "} ` | Set image |
797+ | runner.image | object | ` {"registry":"quay.io","repository":"codefresh/venona","tag":"1.9.17 "} ` | Set image |
798798| runner.nodeSelector | object | ` {} ` | Set node selector |
799799| runner.podAnnotations | object | ` {} ` | Set pod annotations |
800800| runner.podSecurityContext | object | See below | Set security context for the pod |
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ runner:
8585 image :
8686 registry : quay.io
8787 repository : codefresh/venona
88- tag : 1.9.16
88+ tag : 1.9.17
8989 # -- Add additional env vars
9090 env : {}
9191
You can’t perform that action at this time.
0 commit comments