-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathChart.yaml
56 lines (55 loc) · 1.82 KB
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Copyright FMJ Studios
# SPDX-License-Identifier: MIT
apiVersion: v2
appVersion: 2.11.2
kubeVersion: ">=1.26.0-0"
name: gobackup
version: 0.2.2
description: GoBackup is a CLI and Web UI for database backups to local, cloud or remote storage with notification support
home: https://gobackup.github.io/
icon: https://user-images.githubusercontent.com/5518/205909959-12b92929-4ac5-4bb5-9111-6f9a3ed76cf6.png
keywords:
- cli
- web-ui
- backup
- database
- cloud-storage
- s3
sources:
- "https://github.com/fmjstudios/helm"
maintainers:
- name: fmjstudios
email: info@fmj.studio
- name: FMJdev
email: info@fmj.dev
annotations:
artifacthub.io/category: storage
artifacthub.io/license: MIT
artifacthub.io/signKey: |
fingerprint: 654213659810F05D16A7EDECB6C4D653E669D643
url: https://keys.openpgp.org/vks/v1/by-fingerprint/654213659810F05D16A7EDECB6C4D653E669D643
artifacthub.io/prerelease: "false"
artifacthub.io/images: |
- name: gobackup
image: docker.io/huacnlee/gobackup:v2.11.2
artifacthub.io/links: |
- name: Source
url: https://github.com/fmjstudios/helm
- name: Support
url: https://github.com/fmjstudios/helm/issues
- name: GoBackup Documentation
url: https://gobackup.github.io/
- name: GoBackup GitHub Repository
url: https://github.com/gobackup/gobackup
org.opencontainers.image.vendor: "FMJ Studios"
org.opencontainers.image.licenses: "MIT"
# ref: https://artifacthub.io/docs/topics/annotations/helm/
artifacthub.io/changes: |
- kind: fixed
description: removed invalid host binding
- kind: changed
description: add omit to template to exclude secret keys from configuration file
- kind: added
description: add checks to prevent Secrets for local storages
- kind: changed
description: update default Service port