5 Commits

Author SHA1 Message Date
606e6042fd chore(deps): update workflow dependencies (minor & patch) (#47)
Some checks failed
changelog / changelog (push) Successful in 10s
check-and-test / check-and-test (push) Successful in 47s
generate-chart / generate-chart-publish (push) Successful in 33s
generate-chart / release-gitea (push) Failing after 19s
2026-03-07 03:01:52 +00:00
396cf2fffa Merge pull request 'chore(deps): update https://github.com/crazy-max/ghaction-import-gpg action to v7' (#48) from renovate/https-github.com-crazy-max-ghaction-import-gpg-7.x into main
All checks were successful
changelog / changelog (push) Successful in 10s
check-and-test / check-and-test (push) Successful in 45s
Reviewed-on: #48
2026-03-07 01:47:34 +00:00
195a0762a8 chore(deps): update https://github.com/crazy-max/ghaction-import-gpg action to v7
All checks were successful
commitlint / check-and-test (pull_request) Successful in 6s
check-and-test / check-and-test (pull_request) Successful in 47s
2026-03-07 01:05:29 +00:00
4ebdaf7cd5 chore(deps): update postgresql docker tag to v18.5.2 (#46)
All checks were successful
changelog / changelog (push) Successful in 15s
check-and-test / check-and-test (push) Successful in 47s
2026-03-07 01:05:04 +00:00
906e156e5f chore(deps): update lockfiles (#45)
All checks were successful
changelog / changelog (push) Successful in 13s
check-and-test / check-and-test (push) Successful in 42s
2026-03-07 00:06:05 +00:00
4 changed files with 8 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ jobs:
- name: Import GPG key
id: import_gpg
uses: https://github.com/crazy-max/ghaction-import-gpg@v6
uses: https://github.com/crazy-max/ghaction-import-gpg@v7
with:
gpg_private_key: ${{ secrets.GPGSIGN_KEY }}
passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }}

View File

@@ -1,7 +1,7 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 18.5.1
version: 18.5.2
- 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:e3f933bba93d91ba2bc33ba7c1a7389ca16d76c710f30ea24bacf0d0b9137694
generated: "2026-02-28T00:01:57.250234162Z"
digest: sha256:6599cedac038a032f841acece8a181e2a7cbcda04f2546cb7ccc26068567a874
generated: "2026-03-07T00:06:19.404436589Z"

View File

@@ -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.1
version: 18.5.2
condition: postgresql.enabled
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml
- name: postgresql-ha

6
package-lock.json generated
View File

@@ -432,9 +432,9 @@
}
},
"node_modules/katex": {
"version": "0.16.35",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.35.tgz",
"integrity": "sha512-S0+riEvy1CK4VKse1ivMff8gmabe/prY7sKB3njjhyoLLsNFDQYtKNgXrbWUggGDCJBz7Fctl5i8fLCESHXzSg==",
"version": "0.16.37",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.37.tgz",
"integrity": "sha512-TIGjO2cCGYono+uUzgkE7RFF329mLLWGuHUlSr6cwIVj9O8f0VQZ783rsanmJpFUo32vvtj7XT04NGRPh+SZFg==",
"dev": true,
"funding": [
"https://opencollective.com/katex",