Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update package keptn #109

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions packages/keptn/v2.0.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.0.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.0.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.6.0
repositoryUrl: https://charts.lifecycle.keptn.sh
values:
global:
certManagerEnabled: false
caInjectionAnnotations:
cert-manager.io/inject-ca-from: keptn-system/keptn-certs
manifests:
- url: https://glasskube.github.io/packages/packages/keptn/v2.0.0+1/keptn-cert.yaml
- url: https://glasskube.github.io/packages/packages/keptn/v2.0.0+1/keptn-issuer.yaml
dependencies:
- name: cert-manager
references:
- label: ArtifactHub
url: https://artifacthub.io/packages/helm/lifecycle-toolkit/keptn
13 changes: 7 additions & 6 deletions packages/keptn/versions.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
latestVersion: "v2.0.0-rc.2+1"
latestVersion: v2.0.0-rc.2+1
versions:
- version: "v0.10.0+1"
- version: "v0.10.0+2"
- version: "v0.10.0+3"
- version: "v2.0.0-rc.1+1"
- version: "v2.0.0-rc.2+1"
- version: v0.10.0+1
- version: v0.10.0+2
- version: v0.10.0+3
- version: v2.0.0-rc.1+1
- version: v2.0.0-rc.2+1
- version: v2.0.0+1
Loading