Skip to content

Commit

Permalink
Bump tag to version-4.10.0
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 86fca06 commit a359850
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/cryptpad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion charts/cryptpad/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion charts/cryptpad/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-4.9.0",
"default": "version-4.10.0",
"description": "An explanation about the purpose of this instance.",
"title": "Image tag",
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion charts/cryptpad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a359850

Please sign in to comment.