1
0

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:
Vitali Quiering
2023-10-09 17:17:00 +02:00
parent f7ecadde80
commit f53cce8f3d
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ spec:
- name: docker-data - name: docker-data
mountPath: /shared mountPath: /shared
- name: {{ include "act_runner.fullname" . }}-pvc - name: {{ include "act_runner.fullname" . }}-pvc
mountPath: /opt/act_runner mountPath: /data
- name: act-runner-dind - name: act-runner-dind
securityContext: securityContext:
privileged: true privileged: true

View File

@@ -5,7 +5,7 @@
replicaCount: 1 replicaCount: 1
image: image:
repository: vqui/act_runner repository: gitea/act_runner
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "0.2.6" tag: "0.2.6"