Skip to content

Commit

Permalink
chore(deps): update helm release mariadb to v14 (#291)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Léo Colombaro <[email protected]>
  • Loading branch information
renovate[bot] and LeoColomb authored Oct 10, 2023
1 parent 0edeea4 commit 7295ce9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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.13.2
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 13.1.3
digest: sha256:353c4a20f130273c9ba725519331fed0fb667ee688fa2118c245c8969f6d6222
generated: "2023-10-05T17:00:39.278177153Z"
version: 14.0.1
digest: sha256:048e4415ecd95b30e7f872ce4fe4d226c96747cae1785e0da327b90fe6416e1f
generated: "2023-10-10T12:31:22.422463287Z"
8 changes: 4 additions & 4 deletions charts/yourls/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 5.5.21
version: 5.6.0
name: yourls
description: Your Own URL Shortener
appVersion: "1.9.2"
Expand All @@ -18,7 +18,7 @@ maintainers:
url: https://github.com/YOURLS
- name: LeoColomb
url: https://github.com/LeoColomb
kubeVersion: ^1.20.0-0
kubeVersion: ^1.23.0-0
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand All @@ -27,7 +27,7 @@ dependencies:
- bitnami-common
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: ^13.1.3
version: ^14.0.1
condition: mariadb.enabled
tags:
- yourls-database
Expand All @@ -41,4 +41,4 @@ annotations:
url: https://yourls.org/.well-known/openpgpkey/hu/6e4gbtp15q1znf3unweeducn7urty4mr
artifacthub.io/changes: |
- kind: changed
description: Bump dependencies
description: Bump Kubernetes version requirement
2 changes: 1 addition & 1 deletion charts/yourls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bootstrapping a MariaDB deployment for the database requirements of the YOURLS a

## Prerequisites

* Kubernetes [1.20+](https://kubernetes.io/releases/)
* Kubernetes [1.23+](https://kubernetes.io/releases/)
* [Persistant Volumes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) provisioner support in the underlying infrastructure

## Usage
Expand Down

0 comments on commit 7295ce9

Please sign in to comment.