fix: drone

ci(deps): update renovatebot/github-action action to v32.4.1
This commit is contained in:
auricom
2022-03-14 19:13:41 +01:00
parent 396d427a8b
commit ef0a9f224f
3 changed files with 4 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ jobs:
echo "DRY_RUN=${{ github.event.inputs.dryRun || env.DRY_RUN }}" >> "${GITHUB_ENV}" echo "DRY_RUN=${{ github.event.inputs.dryRun || env.DRY_RUN }}" >> "${GITHUB_ENV}"
echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}"
- name: Renovate - name: Renovate
uses: renovatebot/github-action@v32.3.0 uses: renovatebot/github-action@v32.4.1
with: with:
configurationFile: .github/renovate.json5 configurationFile: .github/renovate.json5
token: "x-access-token:${{ steps.generate-token.outputs.token }}" token: "x-access-token:${{ steps.generate-token.outputs.token }}"

View File

@@ -44,14 +44,12 @@ spec:
ingress: ingress:
enabled: true enabled: true
# annotations:
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
hosts: hosts:
- host: "drone.${SECRET_CLUSTER_DOMAIN}" - host: "drone.${SECRET_CLUSTER_DOMAIN}"
paths: ["/"] paths: ["/"]
tls: tls:
- hosts: - hosts:
- "wallabag.${SECRET_CLUSTER_DOMAIN}" - "drone.${SECRET_CLUSTER_DOMAIN}"
secretName: "${SECRET_CLUSTER_CERTIFICATE_DEFAULT}" secretName: "${SECRET_CLUSTER_CERTIFICATE_DEFAULT}"
postRenderers: postRenderers:
- kustomize: - kustomize:

View File

@@ -3,7 +3,7 @@ kind: Kustomization
resources: resources:
- namespace.yaml - namespace.yaml
- docker-registry - docker-registry
# - drone - drone
# - drone-runner-kube - drone-runner-kube
- gitea - gitea
- jobs - jobs