Skip to content

Commit

Permalink
Bump tag to version-v5.2.5
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 1d3d249 commit 491ab7b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/mstream/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
appVersion: "v5.2.1"
version: 2.1.1
appVersion: "v5.2.5"
version: 2.1.2
name: mstream
description: A personal music streaming server
type: application
Expand All @@ -24,7 +24,7 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Bump tag to version-v5.2.1
description: Bump tag to version-v5.2.5
artifacthub.io/images: |
- name: mstream
image: ghcr.io/linuxserver/mstream:version-v5.2.1
image: ghcr.io/linuxserver/mstream:version-v5.2.5
2 changes: 1 addition & 1 deletion charts/mstream/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mstream

![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5.2.1](https://img.shields.io/badge/AppVersion-v5.2.1-informational?style=flat-square)
![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5.2.5](https://img.shields.io/badge/AppVersion-v5.2.5-informational?style=flat-square)

A personal music streaming server

Expand Down
2 changes: 1 addition & 1 deletion charts/mstream/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-v5.2.1",
"default": "version-v5.2.5",
"description": "An explanation about the purpose of this instance.",
"title": "Image tag",
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion charts/mstream/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
image:
repository: ghcr.io/linuxserver/mstream
pullPolicy: IfNotPresent
tag: "version-v5.2.1"
tag: "version-v5.2.5"

secret: {}
# PASSWORD: password
Expand Down

0 comments on commit 491ab7b

Please sign in to comment.