Update woodpecker

This commit is contained in:
Nikolai Rodionov 2025-01-15 16:03:42 +01:00
parent c27a5e1bfd
commit 71c6161ad3
Signed by: allanger
GPG Key ID: 09F8B434D0FDD99B
2 changed files with 15 additions and 11 deletions

View File

@ -12,7 +12,7 @@ releases:
- name: woodpecker-ci
chart: woodpecker/woodpecker
namespace: pipelines
version: 2.0.3
version: 2.1.0
inherit:
- template: ext-database
- template: default-env-values

View File

@ -30,14 +30,14 @@ consoleIngress:
- secretName: min.e.badhouseplants.net
hosts:
- min.e.badhouseplants.net
rootUser: 'overlord'
rootUser: "overlord"
replicas: 1
mode: standalone
environment:
MINIO_SERVER_URL: "https://s3e.badhouseplants.net"
tls:
enabled: false
certSecret: ''
certSecret: ""
publicCrt: public.crt
privateKey: private.key
persistence:
@ -50,11 +50,11 @@ persistence:
service:
type: ClusterIP
clusterIP: ~
port: '9000'
port: "9000"
consoleService:
type: ClusterIP
clusterIP: ~
port: '9001'
port: "9001"
resources:
requests:
memory: 2Gi
@ -63,6 +63,10 @@ buckets:
policy: none
purge: false
versioning: false
- name: xray-public
policy: download
purge: false
versioning: false
metrics:
serviceMonitor:
enabled: false
@ -72,7 +76,7 @@ policies:
- name: allanger
statements:
- resources:
- 'arn:aws:s3:::*'
- "arn:aws:s3:::*"
actions:
- "s3:*"
- resources: []
@ -84,17 +88,17 @@ policies:
- name: velero
statements:
- resources:
- 'arn:aws:s3:::velero'
- "arn:aws:s3:::velero"
actions:
- "s3:*"
- resources:
- 'arn:aws:s3:::velero/*'
- "arn:aws:s3:::velero/*"
actions:
- "s3:*"
- name: Admins
statements:
- resources:
- 'arn:aws:s3:::*'
- "arn:aws:s3:::*"
actions:
- "s3:*"
- resources: []
@ -106,10 +110,10 @@ policies:
- name: DevOps
statements:
- resources:
- 'arn:aws:s3:::badhouseplants-net'
- "arn:aws:s3:::badhouseplants-net"
actions:
- "s3:*"
- resources:
- 'arn:aws:s3:::badhouseplants-net/*'
- "arn:aws:s3:::badhouseplants-net/*"
actions:
- "s3:*"