You've already forked act_runner-helm
Update mountPath and image repository in deployment
- Changed the mountPath from /opt/act_runner to /data in deployment.yaml - Updated the image repository from vqui/act_runner to gitea/act_runner in values.yaml
This commit is contained in:
@@ -53,7 +53,7 @@ spec:
|
||||
- name: docker-data
|
||||
mountPath: /shared
|
||||
- name: {{ include "act_runner.fullname" . }}-pvc
|
||||
mountPath: /opt/act_runner
|
||||
mountPath: /data
|
||||
- name: act-runner-dind
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: vqui/act_runner
|
||||
repository: gitea/act_runner
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "0.2.6"
|
||||
|
||||
Reference in New Issue
Block a user