Skip to content

Commit

Permalink
Bump tag to version-110.4.21mariabionic
Browse files Browse the repository at this point in the history
Signed-off-by: nιcнolaѕ wιlde <[email protected]>
  • Loading branch information
nicholaswilde committed Aug 18, 2021
1 parent 491ab7b commit d145353
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/mariadb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
appVersion: "110.4.20"
version: 1.0.5
appVersion: "110.4.21"
version: 1.0.6
name: mariadb
description: The open source relational database
type: application
Expand All @@ -24,7 +24,7 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Change tag to version-110.4.20mariabionic to reduce the number of chart updates.
description: Bump tag to version-110.4.21mariabionic.
artifacthub.io/images: |
- name: mariadb
image: ghcr.io/linuxserver/mariadb:version-110.4.20mariabionic
image: ghcr.io/linuxserver/mariadb:version-110.4.21mariabionic
2 changes: 1 addition & 1 deletion charts/mariadb/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mariadb

![Version: 1.0.5](https://img.shields.io/badge/Version-1.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 110.4.20](https://img.shields.io/badge/AppVersion-110.4.20-informational?style=flat-square)
![Version: 1.0.6](https://img.shields.io/badge/Version-1.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 110.4.21](https://img.shields.io/badge/AppVersion-110.4.21-informational?style=flat-square)

The open source relational database

Expand Down
2 changes: 1 addition & 1 deletion charts/mariadb/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"tag": {
"$id": "#/properties/image/properties/tag",
"default": "version-110.4.20mariabionic",
"default": "version-110.4.21mariabionic",
"description": "An explanation about the purpose of this instance.",
"title": "Image tag",
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion charts/mariadb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
image:
repository: ghcr.io/linuxserver/mariadb
pullPolicy: IfNotPresent
tag: "version-110.4.20mariabionic"
tag: "version-110.4.21mariabionic"

secret:
MYSQL_ROOT_PASSWORD: "ROOT_ACCESS_PASSWORD"
Expand Down

0 comments on commit d145353

Please sign in to comment.