Compare commits

...

3 Commits

Author SHA1 Message Date
db558989e0 Update Helm release mariadb to v19
All checks were successful
checks / check and test (push) Successful in 50s
checks / check and test (pull_request) Successful in 43s
2024-08-27 07:35:36 +00:00
4a4b6ba4fc Merge pull request 'Update actions/checkout action to v4' (#79) from renovate/actions-checkout-4.x into main
All checks were successful
checks / check and test (push) Successful in 52s
Reviewed-on: #79
2024-08-20 08:45:32 +00:00
ad67b6d253 Update actions/checkout action to v4
All checks were successful
checks / check and test (push) Successful in 58s
checks / check and test (pull_request) Successful in 43s
2024-08-10 10:06:00 +00:00
4 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ jobs:
name: check and test name: check and test
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: https://gitea.com/actions/checkout@v3 - uses: https://gitea.com/actions/checkout@v4
- name: install tools - name: install tools
run: | run: |
apt update -y apt update -y

View File

@ -9,7 +9,7 @@ jobs:
generate-chart-publish: generate-chart-publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: https://gitea.com/actions/checkout@v3 - uses: https://gitea.com/actions/checkout@v4
- name: install tools - name: install tools
run: | run: |
apt update -y apt update -y

View File

@ -1,6 +1,6 @@
dependencies: dependencies:
- name: mariadb - name: mariadb
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 18.0.4 version: 19.0.5
digest: sha256:0a9177fb8bda8a0fd4cb8b281de618035ca08cfbd2f99edcb5b21559593b74ce digest: sha256:9ad48e3845e30075a3dab765dd04c3a6f3e4c4ce3276f081a7e47078c7dc8428
generated: "2024-05-14T06:30:55.182258781Z" generated: "2024-08-27T07:35:28.023724717Z"

View File

@ -20,7 +20,7 @@ sources:
- https://hub.docker.com/r/zurdi15/romm - https://hub.docker.com/r/zurdi15/romm
dependencies: dependencies:
- name: mariadb - name: mariadb
version: 18.0.4 version: 19.0.5
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled condition: mariadb.enabled
# Who's looking after this Chart? # Who's looking after this Chart?