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 ^16.1.0 #322

Merged
merged 1 commit into from
Feb 16, 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.16.0
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 16.0.2
digest: sha256:2aecdec63a5849f1174efacf9f9aefd86a127dfb8cf0d4f7c1124c67755a3a6d
generated: "2024-02-15T14:26:47.866493341Z"
version: 16.1.0
digest: sha256:56fdb15a8530e709ed1dbf9ea3ea4aab8201de930135ef43da2f934d26e36e18
generated: "2024-02-16T19:02:15.063271964Z"
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.8.6
version: 5.8.7
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: ^16.0.2
version: ^16.1.0
condition: mariadb.enabled
tags:
- yourls-database
Expand Down
Loading