From a3598508707fce861fc2a261364139ec1ea8ca4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?n=CE=B9c=D0=BDola=D1=95=20w=CE=B9lde?= Date: Wed, 18 Aug 2021 17:14:21 +0000 Subject: [PATCH] Bump tag to version-4.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nιcнolaѕ wιlde --- charts/cryptpad/Chart.yaml | 8 ++++---- charts/cryptpad/README.md | 2 +- charts/cryptpad/values.schema.json | 2 +- charts/cryptpad/values.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/cryptpad/Chart.yaml b/charts/cryptpad/Chart.yaml index 789f558d..f4884a82 100644 --- a/charts/cryptpad/Chart.yaml +++ b/charts/cryptpad/Chart.yaml @@ -1,7 +1,7 @@ --- apiVersion: v2 -appVersion: 4.9.0 -version: 2.2.0 +appVersion: 4.10.0 +version: 2.3.0 name: cryptpad description: A Zero Knowledge realtime collaborative editor. type: application @@ -26,7 +26,7 @@ maintainers: annotations: artifacthub.io/changes: | - kind: changed - description: Bump tag to version-4.9.0 + description: Bump tag to version-4.10.0 artifacthub.io/images: | - name: cryptpad - image: ghcr.io/nicholaswilde/cryptpad:version-4.9.0 + image: ghcr.io/nicholaswilde/cryptpad:version-4.10.0 diff --git a/charts/cryptpad/README.md b/charts/cryptpad/README.md index e4f3b82d..536a0850 100644 --- a/charts/cryptpad/README.md +++ b/charts/cryptpad/README.md @@ -1,6 +1,6 @@ # cryptpad -![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.9.0](https://img.shields.io/badge/AppVersion-4.9.0-informational?style=flat-square) +![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.10.0](https://img.shields.io/badge/AppVersion-4.10.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 b7530b99..2c8e1dc2 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.9.0", + "default": "version-4.10.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 5f7016bc..44f91f28 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.9.0" + tag: "version-4.10.0" env: {} # TZ: "America/Los_Angeles"