From ef0a9f224f51f06ca0180eeda0a6d136ee4759dd Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Mon, 14 Mar 2022 19:13:41 +0100 Subject: [PATCH] fix: drone ci(deps): update renovatebot/github-action action to v32.4.1 --- .github/workflows/schedule-renovate.yaml | 2 +- cluster/apps/development/drone/helm-release.yaml | 4 +--- cluster/apps/development/kustomization.yaml | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/schedule-renovate.yaml b/.github/workflows/schedule-renovate.yaml index a59913f75..02687a385 100644 --- a/.github/workflows/schedule-renovate.yaml +++ b/.github/workflows/schedule-renovate.yaml @@ -44,7 +44,7 @@ jobs: echo "DRY_RUN=${{ github.event.inputs.dryRun || env.DRY_RUN }}" >> "${GITHUB_ENV}" echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" - name: Renovate - uses: renovatebot/github-action@v32.3.0 + uses: renovatebot/github-action@v32.4.1 with: configurationFile: .github/renovate.json5 token: "x-access-token:${{ steps.generate-token.outputs.token }}" diff --git a/cluster/apps/development/drone/helm-release.yaml b/cluster/apps/development/drone/helm-release.yaml index 500072fd7..ecce74fab 100644 --- a/cluster/apps/development/drone/helm-release.yaml +++ b/cluster/apps/development/drone/helm-release.yaml @@ -44,14 +44,12 @@ spec: ingress: enabled: true - # annotations: - # traefik.ingress.kubernetes.io/router.entrypoints: "websecure" hosts: - host: "drone.${SECRET_CLUSTER_DOMAIN}" paths: ["/"] tls: - hosts: - - "wallabag.${SECRET_CLUSTER_DOMAIN}" + - "drone.${SECRET_CLUSTER_DOMAIN}" secretName: "${SECRET_CLUSTER_CERTIFICATE_DEFAULT}" postRenderers: - kustomize: diff --git a/cluster/apps/development/kustomization.yaml b/cluster/apps/development/kustomization.yaml index 5c9495cd2..2c31e8fb5 100644 --- a/cluster/apps/development/kustomization.yaml +++ b/cluster/apps/development/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization resources: - namespace.yaml - docker-registry - # - drone - # - drone-runner-kube + - drone + - drone-runner-kube - gitea - jobs