Skip to content

Commit d17f20f

Browse files
authored
chore: update dvp tag to 1.34.3 (#419)
1 parent b36b739 commit d17f20f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: A Helm chart for Codefresh Runner
33
name: cf-runtime
4-
version: 6.2.5
4+
version: 6.2.6
55
keywords:
66
- codefresh
77
- runner
@@ -15,7 +15,7 @@ maintainers:
1515
annotations:
1616
artifacthub.io/changes: |
1717
- kind: fixed
18-
description: Fix build termination issue in engine
18+
description: Update volumeProvisioner tag to `1.34.3` (fix volumes sort)
1919
dependencies:
2020
- name: cf-common
2121
repository: oci://quay.io/codefresh/charts

charts/cf-runtime/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Codefresh Runner
22

3-
![Version: 6.2.5](https://img.shields.io/badge/Version-6.2.5-informational?style=flat-square)
3+
![Version: 6.2.6](https://img.shields.io/badge/Version-6.2.6-informational?style=flat-square)
44

55
Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes.
66

@@ -1067,7 +1067,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
10671067
| volumeProvisioner.dind-lv-monitor | object | See below | `dind-lv-monitor` DaemonSet parameters (local volumes cleaner) |
10681068
| volumeProvisioner.enabled | bool | `true` | Enable volume-provisioner |
10691069
| volumeProvisioner.env | object | `{}` | Add additional env vars |
1070-
| volumeProvisioner.image | object | `{"registry":"quay.io","repository":"codefresh/dind-volume-provisioner","tag":"1.34.2"}` | Set image |
1070+
| volumeProvisioner.image | object | `{"registry":"quay.io","repository":"codefresh/dind-volume-provisioner","tag":"1.34.3"}` | Set image |
10711071
| volumeProvisioner.nodeSelector | object | `{}` | Set node selector |
10721072
| volumeProvisioner.podAnnotations | object | `{}` | Set pod annotations |
10731073
| volumeProvisioner.podSecurityContext | object | See below | Set security context for the pod |

charts/cf-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ volumeProvisioner:
174174
image:
175175
registry: quay.io
176176
repository: codefresh/dind-volume-provisioner
177-
tag: 1.34.2
177+
tag: 1.34.3
178178
# -- Add additional env vars
179179
env: {}
180180
# E.g.

venona/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.3
1+
1.10.4

venonactl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.3
1+
1.10.4

venonactl/pkg/store/store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func (s *Values) BuildValues() map[string]interface{} {
174174
"AwsAccessKeyId": "",
175175
"AwsSecretAccessKey": "",
176176
"VolumeProvisioner": map[string]interface{}{
177-
"Image": "codefresh/dind-volume-provisioner:1.34.2",
177+
"Image": "codefresh/dind-volume-provisioner:1.34.3",
178178
"NodeSelector": s.KubernetesAPI.NodeSelector,
179179
"Resources": s.VolumeProvisioner.Resources,
180180
"MountAzureJson": false,

0 commit comments

Comments
 (0)