Skip to content

Commit

Permalink
chore: update package keptn (#505)
Browse files Browse the repository at this point in the history
Signed-off-by: glasskube-bot <[email protected]>
  • Loading branch information
glasskube-bot authored Nov 5, 2024
1 parent f1abd40 commit cb99fe1
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/keptn/v2.3.0+1/keptn-cert.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: keptn-certs
namespace: keptn-system
spec:
dnsNames:
- lifecycle-webhook-service.keptn-system.svc
- lifecycle-webhook-service.keptn-system.svc.cluster.local
- metrics-webhook-service.keptn-system.svc
- metrics-webhook-service.keptn-system.svc.cluster.local
issuerRef:
kind: Issuer
name: keptn-selfsigned-issuer
secretName: keptn-certs
7 changes: 7 additions & 0 deletions packages/keptn/v2.3.0+1/keptn-issuer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: keptn-selfsigned-issuer
namespace: keptn-system
spec:
selfSigned: {}
25 changes: 25 additions & 0 deletions packages/keptn/v2.3.0+1/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# yaml-language-server: $schema=https://glasskube.dev/schemas/v1/package-manifest.json

name: keptn
shortDescription: Toolkit for cloud-native application lifecycle management
longDescription: A Helm chart for Keptn, a set of tools to enable cloud-native
application lifecycle management
iconUrl: https://raw.githubusercontent.com/cncf/artwork/main/projects/keptn/icon/color/keptn-icon-color.svg
defaultNamespace: keptn-system
helm:
chartName: keptn
chartVersion: 0.9.0
repositoryUrl: https://charts.lifecycle.keptn.sh
values:
global:
certManagerEnabled: false
caInjectionAnnotations:
cert-manager.io/inject-ca-from: keptn-system/keptn-certs
manifests:
- url: keptn-cert.yaml
- url: keptn-issuer.yaml
dependencies:
- name: cert-manager
references:
- label: ArtifactHub
url: https://artifacthub.io/packages/helm/lifecycle-toolkit/keptn
1 change: 1 addition & 0 deletions packages/keptn/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ versions:
- version: v2.0.0+1
- version: v2.1.0+1
- version: v2.2.0+1
- version: v2.3.0+1

0 comments on commit cb99fe1

Please sign in to comment.