Skip to content

Commit

Permalink
remove default comment for chart type
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiamoe committed Jun 2, 2024
1 parent bc3a8ae commit 2a606ed
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ apiVersion: v2
name: kubeklipper
description: A 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

# Chart.Version defined on this file is unused. Instead, it is populated at package/publish time from the git tag being
Expand All @@ -31,6 +23,9 @@ dependencies:
- name: cura
version: 0.1.0
condition: cura.enabled
- name: orcaslicer
version: 0.1.0
condition: orcaslicer.enabled
- name: go2rtc
version: 0.1.0
condition: go2rtc.enabled

0 comments on commit 2a606ed

Please sign in to comment.