Skip to content

Commit df55fdd

Browse files
EPMDEDP-16599: chore: Align Chart.yaml (#58)
1 parent ab8925b commit df55fdd

File tree

2 files changed

+29
-25
lines changed

2 files changed

+29
-25
lines changed

deploy-templates/Chart.yaml

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
apiVersion: v2
2+
description: A Helm chart for GitFusion
3+
home: https://docs.kuberocketci.io/
24
name: gitfusion
3-
description: A Helm chart for Kubernetes
4-
5-
# A chart can be either an 'application' or a 'library' chart.
6-
#
7-
# Application charts are a collection of templates that can be packaged into versioned archives
8-
# to be deployed.
9-
#
10-
# Library charts provide useful utilities or functions for the chart developer. They're included as
11-
# a dependency of application charts to inject those utilities and functions into the rendering
12-
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
135
type: application
14-
15-
# This is the chart version. This version number should be incremented each time you make changes
16-
# to the chart and its templates, including the app version.
17-
# Versions are expected to follow Semantic Versioning (https://semver.org/)
186
version: 0.4.0-SNAPSHOT
19-
20-
# This is the version number of the application being deployed. This version number should be
21-
# incremented each time you make changes to the application. Versions are not expected to
22-
# follow Semantic Versioning. They should reflect the version the application is using.
237
appVersion: 0.4.0-SNAPSHOT
24-
25-
home: https://github.com/KubeRocketCI/gitfusion
8+
icon: https://docs.kuberocketci.io/img/logo.svg
9+
keywords:
10+
- edp
11+
- kubernetes
12+
- kuberocketci
13+
maintainers:
14+
- name: epmd-edp
15+
email: SupportEPMD-EDP@epam.com
16+
url: https://solutionshub.epam.com/solution/kuberocketci
17+
- name: sergk
18+
url: https://github.com/SergK
2619
sources:
2720
- https://github.com/KubeRocketCI/gitfusion
28-
maintainers:
29-
- name: DEV Team
21+
annotations:
22+
artifacthub.io/license: Apache-2.0
23+
artifacthub.io/operator: "true"
24+
artifacthub.io/images: |
25+
- name: epamedp/gitfusion:0.3.0
26+
image: epamedp/gitfusion:0.3.0
27+
artifacthub.io/operatorCapabilities: Full Lifecycle
28+
artifacthub.io/links: |
29+
- name: KubeRocketCI Documentation
30+
url: https://docs.kuberocketci.io
31+
- name: EPAM SolutionHub
32+
url: https://solutionshub.epam.com/solution/kuberocketci

deploy-templates/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
![Version: 0.4.0-SNAPSHOT](https://img.shields.io/badge/Version-0.4.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-0.4.0--SNAPSHOT-informational?style=flat-square)
44

5-
A Helm chart for Kubernetes
5+
A Helm chart for GitFusion
66

7-
**Homepage:** <https://github.com/KubeRocketCI/gitfusion>
7+
**Homepage:** <https://docs.kuberocketci.io/>
88

99
## Maintainers
1010

1111
| Name | Email | Url |
1212
| ---- | ------ | --- |
13-
| DEV Team | | |
13+
| epmd-edp | <SupportEPMD-EDP@epam.com> | <https://solutionshub.epam.com/solution/kuberocketci> |
14+
| sergk | | <https://github.com/SergK> |
1415

1516
## Source Code
1617

0 commit comments

Comments
 (0)