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 common to ^2.13.0 #288

Merged
merged 1 commit into from
Sep 29, 2023
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
@@ -1,9 +1,9 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.12.0
version: 2.13.0
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 13.1.3
digest: sha256:b94c98a1c3d4f509e0282dafcaeb43bb02b1c7b27ae9c2011092cb54be8f072f
generated: "2023-09-22T09:57:43.008221664Z"
digest: sha256:1a7f85021463d86bf0e16f1622fadd7903c59b248ea0192ad80f916bdde9c51b
generated: "2023-09-29T16:50:33.824503876Z"
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.5.18
version: 5.5.19
name: yourls
description: Your Own URL Shortener
appVersion: "1.9.2"
Expand All @@ -22,7 +22,7 @@ kubeVersion: ^1.20.0-0
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: ^2.12.0
version: ^2.13.0
tags:
- bitnami-common
- name: mariadb
Expand Down
Loading