Skip to content

Commit

Permalink
update shared charts descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Suvajit Sarkar <55580532+suvajit-sarkar@users.noreply.github.com>
  • Loading branch information
suvajit-sarkar committed Dec 7, 2023
1 parent 48490f5 commit c79bc40
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 19 deletions.
2 changes: 1 addition & 1 deletion platforms/shared/charts/bevel-image-automation/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

apiVersion: v2
appVersion: "0.2.3"
description: Bevel Image Automation using Flux V2
description: "Shared: Bevel Image Automation using Flux V2"
name: bevel-image-automation
version: 0.2.3
3 changes: 2 additions & 1 deletion platforms/shared/charts/bevel-scripts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
#
# SPDX-License-Identifier: Apache-2.0
##############################################################################################

apiVersion: v2
name: bevel-scripts
description: "Shared: Create configmaps of scripts used in Bevel"
description: "Shared: Create configmaps of scripts used in Bevel helm charts"
version: '0.15.0'
appVersion: "1.16.0"
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

apiVersion: v1
appVersion: "2.0"
description: "Shared: Deploys a StorageClass that can be used to provision persistent volumes for nodes."
description: "Shared: Deploys a StorageClass that can be used to provision persistent volumes for nodes"
name: bevel-storageclass
version: '0.15.0'
2 changes: 1 addition & 1 deletion platforms/shared/charts/bevel-vault-mgmt/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

apiVersion: v1
appVersion: "2.0"
description: Bevel Chart for vault and kubernetes configuration
description: "Shared: Vault and Kubernetes configuration"
name: bevel-vault-mgmt
version: '0.15.0'
2 changes: 1 addition & 1 deletion platforms/shared/charts/letsencrypt-cert/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
##############################################################################################
apiVersion: v2
name: letsencrypt-cert
description: A Helm chart for creating TLS certificates using letencrypt CA
description: "Creates TLS certificates using letencrypt CA"

# A chart can be either an 'application' or a 'library' chart.
#
Expand Down
16 changes: 2 additions & 14 deletions platforms/shared/charts/letsencrypt-issuer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,9 @@
#
# SPDX-License-Identifier: Apache-2.0
##############################################################################################

apiVersion: v2
name: letsencrypt-issuer
description: A Helm chart for creating clusterissuer

# 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.
description: "Create clusterissuer for letsencrypt"
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: '0.15.0'

0 comments on commit c79bc40

Please sign in to comment.