Compare commits
6 Commits
renovate/d
...
6cbeecaaad
Author | SHA1 | Date | |
---|---|---|---|
6cbeecaaad | |||
a1d9419593 | |||
f437caf21c | |||
41168f300a | |||
5fba8c75ae | |||
40d211b1f0 |
@@ -16,12 +16,12 @@ jobs:
|
|||||||
container: ghcr.io/renovatebot/renovate:latest
|
container: ghcr.io/renovatebot/renovate:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Run Renovate CLI
|
- name: Run Renovate CLI
|
||||||
run: |
|
run: |
|
||||||
renovate
|
renovate
|
||||||
env:
|
env:
|
||||||
LOG_LEVEL: "debug"
|
# LOG_LEVEL: "debug"
|
||||||
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/.renovate/config.js
|
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/.renovate/config.js
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
#GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }} # optional
|
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
@@ -38,4 +38,4 @@ persistence:
|
|||||||
image:
|
image:
|
||||||
registry: "docker.gitea.com"
|
registry: "docker.gitea.com"
|
||||||
repository: gitea
|
repository: gitea
|
||||||
tag: "1.24.5-rootless"
|
tag: "1.24.2-rootless"
|
||||||
|
@@ -13,7 +13,7 @@ spec:
|
|||||||
sources:
|
sources:
|
||||||
- repoURL: https://bitnami-labs.github.io/sealed-secrets
|
- repoURL: https://bitnami-labs.github.io/sealed-secrets
|
||||||
chart: sealed-secrets
|
chart: sealed-secrets
|
||||||
targetRevision: 2.17.3
|
targetRevision: 2.17.4
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/system/SealedSecrets/values.yaml
|
- $values/system/SealedSecrets/values.yaml
|
||||||
|
Reference in New Issue
Block a user