mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-30 12:20:33 +00:00
Fixing manifest errors
This commit is contained in:
parent
5d45974f43
commit
b7085a4c67
1 changed files with 4 additions and 4 deletions
|
@ -226,7 +226,7 @@ spec:
|
|||
prometheus.io/scrape: 'true'
|
||||
spec:
|
||||
containers:
|
||||
- image: laszlocloud/woodpecker-server:v0.9.2
|
||||
- image: laszlocloud/woodpecker-server:v0.13.0-rc.3
|
||||
imagePullPolicy: Always
|
||||
name: woodpecker
|
||||
env:
|
||||
|
@ -323,7 +323,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: agent
|
||||
image: laszlocloud/woodpecker-agent:v0.9.2
|
||||
image: laszlocloud/woodpecker-agent:v0.13.0-rc.3
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
|
@ -354,9 +354,9 @@ spec:
|
|||
privileged: true
|
||||
volumeMounts:
|
||||
- name: sock-dir
|
||||
path: /var/run
|
||||
mountPath: /var/run
|
||||
volumes:
|
||||
name: sock-dir
|
||||
- name: sock-dir
|
||||
emptyDir: {}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue