Skip to content

Commit

Permalink
[audacity] Change tag to version-3.0.2 to reduce the number of chart …
Browse files Browse the repository at this point in the history
…updates.

Signed-off-by: nιcнolaѕ wιlde <[email protected]>
  • Loading branch information
nicholaswilde committed Jun 22, 2021
1 parent 87d8d4c commit 1e3ea54
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/audacity/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
appVersion: "3.0.2"
version: 0.1.3
version: 0.1.4
name: audacity
description: An easy-to-use, multi-track audio editor and recorder
type: application
Expand All @@ -26,7 +26,7 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Bump tag to 3.0.2-ls9
description: Change tag to version-3.0.2 to reduce the number of chart updates.
artifacthub.io/images: |
- name: audacity
image: ghcr.io/linuxserver/audacity:3.0.2-ls9
image: ghcr.io/linuxserver/audacity:version-3.0.2
2 changes: 1 addition & 1 deletion charts/audacity/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# audacity

![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.2](https://img.shields.io/badge/AppVersion-3.0.2-informational?style=flat-square)
![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.2](https://img.shields.io/badge/AppVersion-3.0.2-informational?style=flat-square)

An easy-to-use, multi-track audio editor and recorder

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

secret: {}

Expand Down

0 comments on commit 1e3ea54

Please sign in to comment.