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

Update Helm release mysql to v9.12.3 #968

Merged
merged 2 commits into from
Sep 19, 2023
Merged
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/polr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: polr
description: Polr is a quick, modern, and open-source link shortener
type: application
version: 1.8.1
version: 1.8.2
appVersion: "2.3.0"
home: https://github.com/christianknell/helm-charts
icon: http://docs.polrproject.org/en/latest/logo.png
Expand All @@ -15,11 +15,11 @@ sources:
dependencies:
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.12.1
version: 9.12.3
annotations:
artifacthub.io/changes: |
- kind: changed
description: bumped chart version of mysql to 9.12.1
description: bumped chart version of mysql to 9.12.3
artifacthub.io/screenshots: |
- title: Polr converts some long links into shorter ones.
url: https://selfhostedweb.org/wp-content/uploads/2017/02/shortit-1024x346.png
Expand Down
Loading