Skip to content

Commit 8b67053

Browse files
update venona and vp image in helm chart (#246)
1 parent fefb89c commit 8b67053

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.1
18+
version: 0.1.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/cf-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ monitor:
2121
env: { }
2222

2323
venona:
24-
image: "quay.io/codefresh/venona:1.6.4"
24+
image: "quay.io/codefresh/venona:1.6.7"
2525

2626
volumeProvisioner:
2727
resources:
28-
image: "quay.io/codefresh/dind-volume-provisioner:1.31.0"
28+
image: "quay.io/codefresh/dind-volume-provisioner:1.31.1"
2929
mountAzureJson: ""
3030
createDindVolDirResouces:
3131
requests:

0 commit comments

Comments
 (0)