13 Commits

Author SHA1 Message Date
f55026fbe0 Merge pull request 'chore(deps): update lockfiles' (#57) from renovate/lock-file-maintenance into main
All checks were successful
changelog / changelog (push) Successful in 14s
check-and-test / check-and-test (push) Successful in 1m5s
Reviewed-on: #57
2026-03-19 22:05:35 +00:00
599cb6e6bc chore(deps): update lockfiles
All checks were successful
commitlint / check-and-test (pull_request) Successful in 9s
check-and-test / check-and-test (pull_request) Successful in 48s
2026-03-19 14:03:01 +00:00
723da9d3f2 Merge pull request 'chore(deps): update lockfiles' (#56) from renovate/lock-file-maintenance into main
All checks were successful
changelog / changelog (push) Successful in 16s
check-and-test / check-and-test (push) Successful in 56s
Reviewed-on: #56
2026-03-19 13:39:09 +00:00
67f27dbc2a chore(deps): update lockfiles
All checks were successful
commitlint / check-and-test (pull_request) Successful in 4s
check-and-test / check-and-test (pull_request) Successful in 51s
2026-03-19 07:02:01 +00:00
64268b71cf Merge pull request 'chore(deps): update commitlint/commitlint docker tag to v20.5.0' (#55) from renovate/workflow-dependencies-(minor-and-patch) into main
All checks were successful
changelog / changelog (push) Successful in 11s
check-and-test / check-and-test (push) Successful in 56s
Reviewed-on: #55
2026-03-15 15:48:18 +00:00
42c03bcad2 chore(deps): update commitlint/commitlint docker tag to v20.5.0
All checks were successful
commitlint / check-and-test (pull_request) Successful in 6s
check-and-test / check-and-test (pull_request) Successful in 52s
2026-03-15 14:01:25 +00:00
f334c00fb5 chore(deps): update workflow dependencies (minor & patch) (#54)
All checks were successful
changelog / changelog (push) Successful in 11s
check-and-test / check-and-test (push) Successful in 40s
2026-03-14 02:01:13 +00:00
9f12fae60e chore(deps): update postgresql docker tag to v18.5.6 (#53)
All checks were successful
changelog / changelog (push) Successful in 9s
check-and-test / check-and-test (push) Successful in 42s
2026-03-14 01:04:59 +00:00
c561e656e3 Merge pull request 'chore(deps): update dependency go-gitea/gitea to v1.25.5' (#52) from renovate/go-gitea-gitea-1.x into main
All checks were successful
changelog / changelog (push) Successful in 8s
check-and-test / check-and-test (push) Successful in 30s
generate-chart / generate-chart-publish (push) Successful in 36s
generate-chart / release-gitea (push) Successful in 8s
Reviewed-on: #52
2026-03-13 17:05:43 +00:00
5fd2abef95 chore(deps): update dependency go-gitea/gitea to v1.25.5
All checks were successful
commitlint / check-and-test (pull_request) Successful in 3s
check-and-test / check-and-test (pull_request) Successful in 58s
2026-03-13 16:01:27 +00:00
e8d96ee6a8 chore(deps): update lockfiles (#50)
All checks were successful
changelog / changelog (push) Successful in 17s
check-and-test / check-and-test (push) Successful in 44s
2026-03-09 00:01:14 +00:00
7b453a0ae8 Merge pull request 'chore(deps): update postgresql docker tag to v18.5.5' (#49) from renovate/subcharts-(minor-and-patch) into main
All checks were successful
changelog / changelog (push) Successful in 21s
check-and-test / check-and-test (push) Successful in 49s
Reviewed-on: #49
2026-03-07 15:18:43 +00:00
527782ef42 chore(deps): update postgresql docker tag to v18.5.5
All checks were successful
commitlint / check-and-test (pull_request) Successful in 20s
check-and-test / check-and-test (pull_request) Successful in 45s
2026-03-07 10:01:17 +00:00
7 changed files with 16 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ on:
jobs:
changelog:
runs-on: ubuntu-latest
container: docker.io/thegeeklab/git-sv:2.0.9
container: docker.io/thegeeklab/git-sv:2.0.10
steps:
- name: install tools
run: |

View File

@@ -11,7 +11,7 @@ on:
jobs:
check-and-test:
runs-on: ubuntu-latest
container: commitlint/commitlint:20.4.3
container: commitlint/commitlint:20.5.0
steps:
- uses: actions/checkout@v6
- name: check PR title

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install helm
env:
# renovate: datasource=docker depName=alpine/helm
HELM_VERSION: "4.1.1"
HELM_VERSION: "4.1.3"
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/
@@ -91,7 +91,7 @@ jobs:
release-gitea:
needs: generate-chart-publish
runs-on: ubuntu-latest
container: docker.io/thegeeklab/git-sv:2.0.9
container: docker.io/thegeeklab/git-sv:2.0.10
steps:
- name: install tools
run: |

View File

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

View File

@@ -1,7 +1,7 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 18.5.2
version: 18.5.6
- name: postgresql-ha
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.3.2
@@ -11,5 +11,5 @@ dependencies:
- name: valkey
repository: oci://registry-1.docker.io/bitnamicharts
version: 5.4.3
digest: sha256:6599cedac038a032f841acece8a181e2a7cbcda04f2546cb7ccc26068567a874
generated: "2026-03-07T00:06:19.404436589Z"
digest: sha256:dd48af20f6f9506dac30af3d873af4cbec2ba016ffdafcc429bcd8dd678952c8
generated: "2026-03-14T00:01:14.582893689Z"

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.4
appVersion: 1.25.5
icon: https://gitea.com/assets/img/logo.svg
annotations:
@@ -32,7 +32,7 @@ dependencies:
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 18.5.2
version: 18.5.6
condition: postgresql.enabled
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml
- name: postgresql-ha

12
package-lock.json generated
View File

@@ -33,9 +33,9 @@
}
},
"node_modules/@types/debug": {
"version": "4.1.12",
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
"integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
"version": "4.1.13",
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz",
"integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -432,9 +432,9 @@
}
},
"node_modules/katex": {
"version": "0.16.37",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.37.tgz",
"integrity": "sha512-TIGjO2cCGYono+uUzgkE7RFF329mLLWGuHUlSr6cwIVj9O8f0VQZ783rsanmJpFUo32vvtj7XT04NGRPh+SZFg==",
"version": "0.16.39",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.39.tgz",
"integrity": "sha512-FR2f6y85+81ZLO0GPhyQ+EJl/E5ILNWltJhpAeOTzRny952Z13x2867lTFDmvMZix//Ux3CuMQ2VkLXRbUwOFg==",
"dev": true,
"funding": [
"https://opencollective.com/katex",