6 Commits

Author SHA1 Message Date
9d3421dc0c chore(deps): update alpine/helm docker tag to v4.1.0
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 52s
2026-01-24 01:01:07 +00:00
c91533b456 chore(deps): update unittests/bash/bats digest to 5f12b31 (#13)
All checks were successful
changelog / changelog (push) Successful in 9s
check-and-test / check-and-test (push) Successful in 50s
2026-01-24 01:00:59 +00:00
e3ac5d2636 Merge pull request 'chore(deps): update dependency go-gitea/gitea to v1.25.4' (#12) from renovate/go-gitea-gitea-1.x into main
All checks were successful
changelog / changelog (push) Successful in 10s
check-and-test / check-and-test (push) Successful in 50s
generate-chart / generate-chart-publish (push) Successful in 38s
generate-chart / release-gitea (push) Successful in 10s
Reviewed-on: #12
2026-01-22 23:14:20 +00:00
304ff0fe78 Merge pull request 'chore(deps): update lockfiles' (#11) from renovate/lock-file-maintenance into main
Some checks failed
changelog / changelog (push) Successful in 9s
check-and-test / check-and-test (push) Has been cancelled
Reviewed-on: #11
2026-01-22 23:14:04 +00:00
0a5e6079a7 chore(deps): update dependency go-gitea/gitea to v1.25.4
All checks were successful
commitlint / check-and-test (pull_request) Successful in 10s
check-and-test / check-and-test (pull_request) Successful in 50s
2026-01-22 05:00:56 +00:00
ab9673ee24 chore(deps): update lockfiles
All checks were successful
commitlint / check-and-test (pull_request) Successful in 11s
check-and-test / check-and-test (pull_request) Successful in 49s
2026-01-21 18:01:18 +00:00
5 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install helm
env:
# renovate: datasource=docker depName=alpine/helm
HELM_VERSION: "4.0.5"
HELM_VERSION: "4.1.0"
run: |
curl --fail --location --output /dev/stdout --silent --show-error https://get.helm.sh/helm-v${HELM_VERSION}-linux-$(dpkg --print-architecture).tar.gz | tar --extract --gzip --file /dev/stdin
mv linux-$(dpkg --print-architecture)/helm /usr/local/bin/

View File

@@ -15,7 +15,7 @@ env:
jobs:
check-and-test:
runs-on: ubuntu-latest
container: alpine/helm:4.0.5
container: alpine/helm:4.1.0
steps:
- name: install tools
run: |

View File

@@ -4,7 +4,7 @@ description: (Unofficial) Gitea Helm chart for Kubernetes
type: application
version: 0.0.0
# renovate datasource=github-releases depName=go-gitea/gitea extractVersion=^v(?<version>.*)$
appVersion: 1.25.3
appVersion: 1.25.4
icon: https://gitea.com/assets/img/logo.svg
annotations:

6
package-lock.json generated
View File

@@ -492,9 +492,9 @@
}
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
"version": "4.17.23",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
"dev": true,
"license": "MIT"
},