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.0.2 #316

Merged
merged 1 commit into from
Feb 9, 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: 16.0.1
digest: sha256:6bbf2c4f2d52121418c96c07c40a3e2daf6ff4327eea6b43ed103cd0e7658224
generated: "2024-02-08T13:47:40.921740661Z"
version: 16.0.2
digest: sha256:7ed0933d5ba53238907185f8bb8ac395484625db638b7c923f53a8a7368d618d
generated: "2024-02-09T19:08:24.900066487Z"
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.1
version: 5.8.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: ^16.0.1
version: ^16.0.2
condition: mariadb.enabled
tags:
- yourls-database
Expand Down
Loading