Skip to content

Commit

Permalink
Update keptn Helm chart (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: odubajDT <[email protected]>
  • Loading branch information
keptn-bot and odubajDT committed Jan 15, 2024
1 parent 5227be3 commit 0418e93
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
10 changes: 5 additions & 5 deletions charts/keptn/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: keptn-cert-manager
repository: https://charts.lifecycle.keptn.sh
version: 0.2.0
version: 0.3.1
- name: keptn-lifecycle-operator
repository: https://charts.lifecycle.keptn.sh
version: 0.1.0
version: 0.2.0
- name: keptn-metrics-operator
repository: https://charts.lifecycle.keptn.sh
version: 0.1.0
digest: sha256:170beda719610c8985113a4d13fe61cacadf8543c6566d3c5ca436e03d648522
generated: "2023-10-31T15:49:17.358165748+01:00"
version: 0.2.1
digest: sha256:5ae5629e371b329e2a1a6d54a65d6eb46fe1be27e131680c0fa01b940faa5b48
generated: "2024-01-15T10:51:40.973083784Z"
19 changes: 7 additions & 12 deletions charts/keptn/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: keptn
description: A Helm chart for Keptn Lifecycle Toolkit, a set of tools to enable cloud-native application lifecycle management
description: A Helm chart for Keptn, a set of tools to enable cloud-native application lifecycle management
icon: "https://raw.githubusercontent.com/cncf/artwork/master/projects/keptn/icon/color/keptn-icon-color.svg"
home: https://keptn.sh
sources:
Expand Down Expand Up @@ -29,7 +29,6 @@ annotations:
artifacthub.io/license: "Apache-2.0"
artifacthub.io/operator: "true"
artifacthub.io/operatorCapabilities: "Full Lifecycle"

kubeVersion: ">= 1.24.0-0"
# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -40,32 +39,28 @@ kubeVersion: ">= 1.24.0-0"
# 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: 0.3.0

# 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: "v0.9.0" # x-release-please-version

dependencies:
- name: keptn-cert-manager
version: 0.2.0
version: 0.3.1
alias: certManager
condition: certManager.enabled
repository: "https://charts.lifecycle.keptn.sh"
repository: https://charts.lifecycle.keptn.sh
- name: keptn-lifecycle-operator
version: 0.1.0
version: 0.2.0
alias: lifecycleOperator
condition: lifecycleOperator.enabled
repository: "https://charts.lifecycle.keptn.sh"
repository: https://charts.lifecycle.keptn.sh
- name: keptn-metrics-operator
version: 0.1.0
version: 0.2.1
alias: metricsOperator
condition: metricsOperator.enabled
repository: "https://charts.lifecycle.keptn.sh"
# TODO: change repository links to released ones once the charts get their first release
repository: https://charts.lifecycle.keptn.sh

0 comments on commit 0418e93

Please sign in to comment.