Skip to content

Commit

Permalink
Bump tag to version-v0.5.17
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 Aug 18, 2021
1 parent a359850 commit dc3ce0b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/medusa/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
appVersion: "v0.5.15"
version: 0.1.5
appVersion: "v0.5.17"
version: 0.1.6
name: medusa
description: An automatic Video Library Manager for TV Shows
type: application
Expand All @@ -27,7 +27,7 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Bump tag to version-v0.5.15
description: Bump tag to version-v0.5.17
artifacthub.io/images: |
- name: medusa
image: ghcr.io/linuxserver/medusa:version-v0.5.15
image: ghcr.io/linuxserver/medusa:version-v0.5.17
2 changes: 1 addition & 1 deletion charts/medusa/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# medusa

![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.5.15](https://img.shields.io/badge/AppVersion-v0.5.15-informational?style=flat-square)
![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.5.17](https://img.shields.io/badge/AppVersion-v0.5.17-informational?style=flat-square)

An automatic Video Library Manager for TV Shows

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

secret: {}

Expand Down

0 comments on commit dc3ce0b

Please sign in to comment.