Skip to content

Commit 09e7644

Browse files
authored
Merge pull request #12 from codefresh-io/dind-volume-provisioner-version
changed local volumes dir
2 parents 55abb02 + f7714f8 commit 09e7644

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
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.6.5",
3+
"version": "0.7.0",
44
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
55
"main": "index.js",
66
"scripts": {

venonactl/templates/kubernetes/daemonset.dind-lv-monitor.re.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ spec:
3434
valueFrom:
3535
fieldRef:
3636
fieldPath: spec.nodeName
37+
- name: VOLUME_PARENT_DIR
38+
value: /var/lib/codefresh/dind-volumes
3739
# Debug:
3840
# - name: DRY_RUN
3941
# value: "1"
@@ -47,10 +49,10 @@ spec:
4749
# value: "20"
4850

4951
volumeMounts:
50-
- mountPath: /opt/codefresh/dind-volumes
52+
- mountPath: /var/lib/codefresh/dind-volumes
5153
readOnly: false
5254
name: dind-volume-dir
5355
volumes:
5456
- name: dind-volume-dir
5557
hostPath:
56-
path: /opt/codefresh/dind-volumes
58+
path: /var/lib/codefresh/codefresh/dind-volumes

venonactl/templates/kubernetes/deployment.dind-volume-provisioner.re.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
operator: "Exists"
2222
containers:
2323
- name: dind-volume-provisioner
24-
image: codefresh/dind-volume-provisioner:venona-v1
24+
image: codefresh/dind-volume-provisioner:venona-v2
2525
imagePullPolicy: Always
2626
resources:
2727
requests:

venonactl/templates/kubernetes/templates.go

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)