ci(deps): update renovatebot/github-action action to v32.4.1

This commit is contained in:
feisar-bot
2022-03-14 19:19:12 +00:00
committed by auricom
parent ef0a9f224f
commit ee56c4d0e6
8 changed files with 40 additions and 42 deletions

View File

@@ -17,6 +17,8 @@ spec:
namespace: flux-system
interval: 5m
values:
image:
pullPolicy: Always
rbac:
enabled: false
env:

View File

@@ -8,25 +8,23 @@ spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://charts.drone.io
chart: drone-runner-kube
version: 0.1.5
chart: drone-runner
version: 0.3.2
sourceRef:
kind: HelmRepository
name: drone-charts
name: drone-volker-charts
namespace: flux-system
interval: 5m
values:
image:
repository: drone/drone-runner-kube
tag: 1.0.0-beta.6
env:
tag: 1.0.0-rc.2
config:
DRONE_RPC_SECRET: ${SECRET_DRONE_RPC_SECRET}
DRONE_RPC_PROTO: http
DRONE_SECRET_PLUGIN_TOKEN: ${SECRET_DRONE_PLUGIN_TOKEN}
DRONE_NAMESPACE_DEFAULT: development
DRONE_RPC_HOST: drone
DRONE_SECRET_PLUGIN_ENDPOINT: http://drone-kubernetes-secrets:3000
rbac:
buildNamespaces:
- development
# DRONE_RPC_DUMP_HTTP: "true"
# DRONE_DEBUG: "true"

View File

@@ -8,12 +8,11 @@ spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://charts.drone.io
chart: drone
version: 0.1.7
version: 0.4.2
sourceRef:
kind: HelmRepository
name: drone-charts
name: drone-volker-charts
namespace: flux-system
interval: 5m
values:
@@ -21,7 +20,7 @@ spec:
repository: drone/drone
tag: 2.11.0
env:
config:
DRONE_DATABASE_DRIVER: postgres
DRONE_DATABASE_DATASOURCE: ${SECRET_DRONE_DATABASE_DATASOURCE}
DRONE_DATABASE_SECRET: ${SECRET_DRONE_DATABASE_SECRET}
@@ -30,34 +29,22 @@ spec:
DRONE_GITEA_CLIENT_SECRET: ${SECRET_DRONE_GITEA_CLIENT_SECRET}
DRONE_GITEA_SERVER: https://gitea.${SECRET_CLUSTER_DOMAIN}
DRONE_GIT_ALWAYS_AUTH: true
DRONE_LOGS_TEXT: true
DRONE_LOGS_DEBUG: false
DRONE_LOGS_PRETTY: true
DRONE_LOGS_COLOR: true
DRONE_REGISTRATION_CLOSED: true
DRONE_SERVER_PROTO: https
DRONE_SERVER_HOST: drone.${SECRET_CLUSTER_DOMAIN}
updateStrategy:
type: Recreate
persistentVolume:
enabled: false
ingress:
enabled: true
className: "nginx"
hosts:
- host: "drone.${SECRET_CLUSTER_DOMAIN}"
paths: ["/"]
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- "drone.${SECRET_CLUSTER_DOMAIN}"
secretName: "${SECRET_CLUSTER_CERTIFICATE_DEFAULT}"
postRenderers:
- kustomize:
patchesJson6902:
- target:
kind: Ingress
name: drone
patch:
- op: add
path: /spec/ingressClassName
value: traefik

View File

@@ -58,6 +58,8 @@ spec:
service:
DISABLE_REGISTRATION: true
REQUIRE_SIGNIN_VIEW: true
webhook:
ALLOWED_HOST_LIST: "drone.k3s.xpander.ovh"
postgresql:
enabled: false