From 1e3ea54982b79c7553d9956ba519aff56d6c0b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?n=CE=B9c=D0=BDola=D1=95=20w=CE=B9lde?= Date: Tue, 22 Jun 2021 21:24:35 +0000 Subject: [PATCH] [audacity] Change tag to version-3.0.2 to reduce the number of chart updates. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nιcнolaѕ wιlde --- charts/audacity/Chart.yaml | 6 +++--- charts/audacity/README.md | 2 +- charts/audacity/values.schema.json | 2 +- charts/audacity/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/audacity/Chart.yaml b/charts/audacity/Chart.yaml index 72fa0e98..d7b20787 100644 --- a/charts/audacity/Chart.yaml +++ b/charts/audacity/Chart.yaml @@ -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 @@ -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 diff --git a/charts/audacity/README.md b/charts/audacity/README.md index 17d054bc..6776145c 100644 --- a/charts/audacity/README.md +++ b/charts/audacity/README.md @@ -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 diff --git a/charts/audacity/values.schema.json b/charts/audacity/values.schema.json index 1ecbdf8c..a41784e3 100644 --- a/charts/audacity/values.schema.json +++ b/charts/audacity/values.schema.json @@ -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" diff --git a/charts/audacity/values.yaml b/charts/audacity/values.yaml index 8ab96d22..63629694 100644 --- a/charts/audacity/values.yaml +++ b/charts/audacity/values.yaml @@ -9,7 +9,7 @@ image: repository: ghcr.io/linuxserver/audacity pullPolicy: IfNotPresent - tag: "3.0.2-ls9" + tag: "version-3.0.2" secret: {}