Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm release mariadb to ^15.1.0 #309

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/yourls/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 2.14.1
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 15.0.1
digest: sha256:c96c06651554a805eb1335267698304a3410e209eeaae64b0121ba9f2b42d082
generated: "2023-12-20T15:33:26.693695978Z"
version: 15.1.0
digest: sha256:a74687ef2d16249a969b5f5a632ce1cc3d9fc84827f4388c0af6375540e61845
generated: "2024-01-17T13:50:52.889823759Z"
4 changes: 2 additions & 2 deletions charts/yourls/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 5.7.1
version: 5.7.2
name: yourls
description: Your Own URL Shortener
appVersion: "1.9.2"
Expand Down Expand Up @@ -27,7 +27,7 @@ dependencies:
- bitnami-common
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: ^15.0.1
version: ^15.1.0
condition: mariadb.enabled
tags:
- yourls-database
Expand Down
Loading