diff --git a/charts/kubmeta-lib/Chart.yaml b/charts/kubmeta-lib/Chart.yaml index fd8ac16..3c4ae33 100644 --- a/charts/kubmeta-lib/Chart.yaml +++ b/charts/kubmeta-lib/Chart.yaml @@ -1,24 +1,13 @@ apiVersion: v2 name: kubmeta-lib description: A KubMeta library Helm chart for Kubernetes - -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. type: application - -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -# Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.1.9 - -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. Versions are not expected to -# follow Semantic Versioning. They should reflect the version the application is using. -# It is recommended to use it with quotes. -appVersion: "3.1.9" +version: 3.1.10 +appVersion: "3.1.10" +home: https://kubmeta.com +icon: https://raw.githubusercontent.com/kubmeta/helm-charts/master/charts/kubmeta-lib/chart-icon.png +sources: +- https://github.com/kubmeta/helm-charts/tree/master/charts/kubmeta-lib +maintainers: +- name: Kubmeta Maintainers + email: devops@kubmeta.com diff --git a/charts/kubmeta-lib/README.md b/charts/kubmeta-lib/README.md index 7d8f4cf..05890ba 100644 --- a/charts/kubmeta-lib/README.md +++ b/charts/kubmeta-lib/README.md @@ -16,7 +16,7 @@ helm install my-app kubmeta/kubmeta-lib ``` dependencies: - name: kubmeta-lib - version: 3.1.9 + version: 3.1.10 repository: https://charts.kubmeta.com/ ``` @@ -112,9 +112,9 @@ Here are 2 examples about this: **Alias is not specified, name, version and appVersion are not overridden by parent chart** In this case, labels will be like this:\*\* -- `helm.sh/chart: kubmeta-lib-3.1.9 ` +- `helm.sh/chart: kubmeta-lib-3.1.10 ` - `app.kubernetes.io/name: kubmeta-lib` -- `app.kubernetes.io/version: 3.1.9 ` +- `app.kubernetes.io/version: 3.1.10 ` Chart.yaml @@ -123,12 +123,12 @@ apiVersion: v2 name: my-application description: My application service description type: application -version: 3.1.9 -appVersion: "3.1.9" +version: 3.1.10 +appVersion: "3.1.10" dependencies: - name: kubmeta-lib - version: 3.1.9 + version: 3.1.10 repository: https://kubmeta.github.io/helm-charts ``` @@ -149,9 +149,9 @@ kubmeta-lib: Now if you prefer to change your chart's name and version, you can do it by the alias variable(passing a name to it in Chart.yaml) or you can override the `name` in values.yaml file. The result will be the same. About `version` and `appVersion`, they have to be changed in values.yaml. The same labels, given above, now will be: -- `helm.sh/chart: kubmeta-lib-3.1.9` +- `helm.sh/chart: kubmeta-lib-3.1.10` - `app.kubernetes.io/name: kubmeta-lib` -- `app.kubernetes.io/version: 3.1.9` +- `app.kubernetes.io/version: 3.1.10` **This is with the alias name.** @@ -162,12 +162,12 @@ apiVersion: v2 name: my-application description: My application service description type: application -version: 3.1.9 -appVersion: "3.1.9" +version: 3.1.10 +appVersion: "3.1.10" dependencies: - name: kubmeta-lib - version: 3.1.9 + version: 3.1.10 repository: https://kubmeta.github.io/helm-charts alias: kubmeta-lib ``` @@ -176,8 +176,8 @@ values.yaml ``` kubmeta-lib: - version: 3.1.9 - appVersion: 3.1.9 + version: 3.1.10 + appVersion: 3.1.10 image: repository: docker-image tag: 1.2.3 @@ -192,12 +192,12 @@ apiVersion: v2 name: my-application description: My application service description type: application -version: 3.1.9 -appVersion: "3.1.9" +version: 3.1.10 +appVersion: "3.1.10" dependencies: - name: kubmeta-lib - version: 3.1.9 + version: 3.1.10 repository: https://kubmeta.github.io/helm-charts ``` @@ -206,8 +206,8 @@ values.yaml ``` kubmeta-lib: name: kubmeta-lib - version: 3.1.9 - appVersion: 3.1.9 + version: 3.1.10 + appVersion: 3.1.10 image: repository: docker-image tag: 1.2.3 diff --git a/charts/kubmeta-lib/chart-icon.png b/charts/kubmeta-lib/chart-icon.png new file mode 100644 index 0000000..b78ca68 Binary files /dev/null and b/charts/kubmeta-lib/chart-icon.png differ