jenkins: helm chart and cue configuration
Change-Id: I3398b0fab8af43c4a138112a258263153d3ab473
diff --git a/charts/jenkins/Chart.yaml b/charts/jenkins/Chart.yaml
new file mode 100644
index 0000000..2a42c71
--- /dev/null
+++ b/charts/jenkins/Chart.yaml
@@ -0,0 +1,49 @@
+annotations:
+ artifacthub.io/category: integration-delivery
+ artifacthub.io/changes: |
+ - Fix Prometheus controller name.
+ artifacthub.io/images: |
+ - name: jenkins
+ image: docker.io/jenkins/jenkins:2.440.2-jdk17
+ - name: k8s-sidecar
+ image: docker.io/kiwigrid/k8s-sidecar:1.26.1
+ - name: inbound-agent
+ image: jenkins/inbound-agent:3206.vb_15dcf73f6a_9-3
+ artifacthub.io/license: Apache-2.0
+ artifacthub.io/links: |
+ - name: Chart Source
+ url: https://github.com/jenkinsci/helm-charts/tree/main/charts/jenkins
+ - name: Jenkins
+ url: https://www.jenkins.io/
+ - name: support
+ url: https://github.com/jenkinsci/helm-charts/issues
+apiVersion: v2
+appVersion: 2.440.2
+description: 'Jenkins - Build great things at any scale! As the leading open source
+ automation server, Jenkins provides over 1800 plugins to support building, deploying
+ and automating any project. '
+home: https://www.jenkins.io/
+icon: https://get.jenkins.io/art/jenkins-logo/logo.svg
+keywords:
+- jenkins
+- ci
+- devops
+maintainers:
+- email: maor.friedman@redhat.com
+ name: maorfr
+- email: mail@torstenwalter.de
+ name: torstenwalter
+- email: garridomota@gmail.com
+ name: mogaal
+- email: wmcdona89@gmail.com
+ name: wmcdona89
+- email: timjacomb1@gmail.com
+ name: timja
+name: jenkins
+sources:
+- https://github.com/jenkinsci/jenkins
+- https://github.com/jenkinsci/docker-inbound-agent
+- https://github.com/maorfr/kube-tasks
+- https://github.com/jenkinsci/configuration-as-code-plugin
+type: application
+version: 5.1.5