Skip to content

Commit 54f667c

Browse files
amir-codefreshOleg Sucharevich
authored andcommitted
fix volume path (#51)
1 parent aa36513 commit 54f667c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "venona",
3-
"version": "0.24.0",
3+
"version": "0.24.1",
44
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
55
"main": "index.js",
66
"scripts": {

venonactl/pkg/templates/kubernetes/daemonset.dind-lv-monitor.vp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ spec:
5555
volumes:
5656
- name: dind-volume-dir
5757
hostPath:
58-
path: /var/lib/codefresh/codefresh/dind-volumes
58+
path: /var/lib/codefresh/dind-volumes

0 commit comments

Comments
 (0)