diff --git a/charts/cryptpad/Chart.yaml b/charts/cryptpad/Chart.yaml index 49213f5f..4ab9866d 100644 --- a/charts/cryptpad/Chart.yaml +++ b/charts/cryptpad/Chart.yaml @@ -1,7 +1,7 @@ --- apiVersion: v2 -appVersion: 4.7.0 -version: 2.0.1 +appVersion: 4.8.0 +version: 2.1.0 name: cryptpad description: A Zero Knowledge realtime collaborative editor. type: application @@ -26,7 +26,7 @@ maintainers: annotations: artifacthub.io/changes: | - kind: changed - description: Change tag to version-4.7.0 to reduce the number of chart updates + description: Bump tag to version-4.8.0 artifacthub.io/images: | - name: cryptpad - image: ghcr.io/nicholaswilde/cryptpad:version-4.7.0 + image: ghcr.io/nicholaswilde/cryptpad:version-4.8.0 diff --git a/charts/cryptpad/README.md b/charts/cryptpad/README.md index 3a3925eb..187dca7e 100644 --- a/charts/cryptpad/README.md +++ b/charts/cryptpad/README.md @@ -1,6 +1,6 @@ # cryptpad -![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.7.0](https://img.shields.io/badge/AppVersion-4.7.0-informational?style=flat-square) +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.8.0](https://img.shields.io/badge/AppVersion-4.8.0-informational?style=flat-square) A Zero Knowledge realtime collaborative editor. diff --git a/charts/cryptpad/values.schema.json b/charts/cryptpad/values.schema.json index b9a87f02..1b35be03 100644 --- a/charts/cryptpad/values.schema.json +++ b/charts/cryptpad/values.schema.json @@ -35,7 +35,7 @@ }, "tag": { "$id": "#/properties/image/properties/tag", - "default": "version-4.7.0", + "default": "version-4.8.0", "description": "An explanation about the purpose of this instance.", "title": "Image tag", "type": "string" diff --git a/charts/cryptpad/values.yaml b/charts/cryptpad/values.yaml index e73365b3..2eeb6f30 100644 --- a/charts/cryptpad/values.yaml +++ b/charts/cryptpad/values.yaml @@ -2,7 +2,7 @@ image: repository: ghcr.io/nicholaswilde/cryptpad pullPolicy: IfNotPresent - tag: "version-4.7.0" + tag: "version-4.8.0" env: {} # TZ: "America/Los_Angeles"