Skip to content

Commit

Permalink
BREAKING! Move to release version 1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: nιcнolaѕ wιlde <ncwilde43@gmail.com>
  • Loading branch information
nicholaswilde committed Sep 26, 2021
1 parent 83e819d commit 6a69568
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions charts/beets/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
appVersion: "58cfa735"
version: 1.0.3
appVersion: "1.5.0"
version: 2.0.0
name: beets
description: A music library manager and not, for the most part, a music player.
type: application
Expand All @@ -26,7 +26,9 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Bump tag to nightly-version-58cfa735
description: Bump tag to version-1.5.0
- kind: changed
description: BREAKING! Move to release version 1.5.0
artifacthub.io/images: |
- name: beets
image: ghcr.io/linuxserver/beets:nightly-version-58cfa735
image: ghcr.io/linuxserver/beets:version-1.5.0
2 changes: 1 addition & 1 deletion charts/beets/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# beets

![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 58cfa735](https://img.shields.io/badge/AppVersion-58cfa735-informational?style=flat-square)
![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)

A music library manager and not, for the most part, a music player.

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

# See more environment variables in the beets documentation
# https://github.com/linuxserver/docker-beets#parameters
Expand Down

0 comments on commit 6a69568

Please sign in to comment.