Compare commits

...

3 Commits

Author SHA1 Message Date
a788433cd9 chore(deps): update postgresql docker tag to v18
Some checks failed
check-and-test / check-and-test (pull_request) Failing after 45s
commitlint / check-and-test (pull_request) Successful in 10s
2026-04-21 12:23:47 +00:00
e57afebdde chore(deps): update dependency go-gitea/gitea to v1.26.0 (#61)
All checks were successful
changelog / changelog (push) Successful in 24s
check-and-test / check-and-test (push) Successful in 46s
Co-authored-by: CSRBot <csrbot@cryptic.systems>
Co-committed-by: CSRBot <csrbot@cryptic.systems>
2026-04-21 01:04:33 +00:00
127fc891df chore(deps): update workflow dependencies (minor & patch) (#59)
All checks were successful
changelog / changelog (push) Successful in 3m23s
check-and-test / check-and-test (push) Successful in 45s
Co-authored-by: CSRBot <csrbot@cryptic.systems>
Co-committed-by: CSRBot <csrbot@cryptic.systems>
2026-04-15 01:05:53 +00:00
6 changed files with 10 additions and 10 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.11
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.1
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: "3.20.0"
HELM_VERSION: "3.20.2"
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/
@@ -99,7 +99,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.11
steps:
- name: install tools
run: |

View File

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

View File

@@ -1,7 +1,7 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.7.27
version: 18.6.0
- 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: 3.0.31
digest: sha256:ceb6a1890cfdc2627abb85d3e2a4baa64d30afd21dcfabce978a824a67f0a2bb
generated: "2025-08-30T00:03:04.59764502Z"
digest: sha256:ef1d3dec350eba19628576a4d32603b7e56ba1e24b1b6b89357963835a3d6c3a
generated: "2026-04-21T12:18:13.83118518Z"

View File

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