mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 16:51:52 +02:00
fix: drone
ci(deps): update renovatebot/github-action action to v32.4.1
This commit is contained in:
2
.github/workflows/schedule-renovate.yaml
vendored
2
.github/workflows/schedule-renovate.yaml
vendored
@@ -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 }}"
|
||||||
|
@@ -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:
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user