Skip to content

Commit e68126a

Browse files
keptn-botmowies
andauthored
Update keptn-lifecycle-operator Helm chart (#178)
Co-authored-by: mowies <6901203+mowies@users.noreply.github.com> Co-authored-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 152950a commit e68126a

15 files changed

+418
-282
lines changed

charts/keptn-lifecycle-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ annotations:
2828
artifacthub.io/operatorCapabilities: Full Lifecycle
2929
kubeVersion: '>= 1.24.0-0'
3030
type: application
31-
version: 0.4.1
32-
appVersion: v1.1.1 # x-release-please-version
31+
version: 0.5.0
32+
appVersion: v1.2.0 # x-release-please-version
3333
dependencies:
3434
- name: common
3535
repository: https://charts.lifecycle.keptn.sh

charts/keptn-lifecycle-operator/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ and application health checks
4444
| `lifecycleOperator.containerSecurityContext.runAsNonRoot` | | `true` |
4545
| `lifecycleOperator.containerSecurityContext.runAsUser` | | `65532` |
4646
| `lifecycleOperator.containerSecurityContext.seccompProfile.type` | | `RuntimeDefault` |
47-
| `lifecycleOperator.env.functionRunnerImage` | specify image for deno task runtime | `ghcr.io/keptn/deno-runtime:v2.0.5` |
47+
| `lifecycleOperator.env.functionRunnerImage` | specify image for deno task runtime | `ghcr.io/keptn/deno-runtime:v3.0.0` |
4848
| `lifecycleOperator.env.keptnAppControllerLogLevel` | sets the log level of Keptn App Controller | `0` |
4949
| `lifecycleOperator.env.keptnAppCreationRequestControllerLogLevel` | sets the log level of Keptn App Creation Request Controller | `0` |
5050
| `lifecycleOperator.env.keptnAppVersionControllerLogLevel` | sets the log level of Keptn AppVersion Controller | `0` |
@@ -55,10 +55,10 @@ and application health checks
5555
| `lifecycleOperator.env.keptnWorkloadVersionControllerLogLevel` | sets the log level of Keptn WorkloadVersion Controller | `0` |
5656
| `lifecycleOperator.env.keptnDoraMetricsPort` | sets the port for accessing lifecycle metrics in prometheus format | `2222` |
5757
| `lifecycleOperator.env.optionsControllerLogLevel` | sets the log level of Keptn Options Controller | `0` |
58-
| `lifecycleOperator.env.pythonRunnerImage` | specify image for python task runtime | `ghcr.io/keptn/python-runtime:v1.0.6` |
58+
| `lifecycleOperator.env.pythonRunnerImage` | specify image for python task runtime | `ghcr.io/keptn/python-runtime:v1.0.7` |
5959
| `lifecycleOperator.image.registry` | specify the container registry for the lifecycle-operator image | `""` |
6060
| `lifecycleOperator.image.repository` | specify registry for manager image | `keptn/lifecycle-operator` |
61-
| `lifecycleOperator.image.tag` | select tag for manager image | `v1.1.1` |
61+
| `lifecycleOperator.image.tag` | select tag for manager image | `v1.2.0` |
6262
| `lifecycleOperator.image.imagePullPolicy` | specify pull policy for the manager image. This overrides global values | `""` |
6363
| `lifecycleOperator.livenessProbe` | custom liveness probe for manager container | |
6464
| `lifecycleOperator.readinessProbe` | custom readinessprobe for manager container | |
@@ -92,7 +92,7 @@ and application health checks
9292
| `scheduler.env.otelCollectorUrl` | sets url for open telemetry collector | `otel-collector:4317` |
9393
| `scheduler.image.registry` | specify the container registry for the scheduler image | `""` |
9494
| `scheduler.image.repository` | set image repository for scheduler | `keptn/scheduler` |
95-
| `scheduler.image.tag` | set image tag for scheduler | `v1.0.1` |
95+
| `scheduler.image.tag` | set image tag for scheduler | `v1.0.2` |
9696
| `scheduler.image.imagePullPolicy` | specify pull policy for the manager image. This overrides global values | `""` |
9797
| `scheduler.livenessProbe` | customizable liveness probe for the scheduler | |
9898
| `scheduler.readinessProbe` | customizable readiness probe for the scheduler | |

charts/keptn-lifecycle-operator/templates/keptnapp-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
name: keptnapps.lifecycle.keptn.sh
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
{{- with .Values.global.caInjectionAnnotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}

charts/keptn-lifecycle-operator/templates/keptnappcontext-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
name: keptnappcontexts.lifecycle.keptn.sh
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
cert-manager.io/inject-ca-from: '{{ .Release.Namespace }}/keptn-certs'
88
{{- include "common.annotations" ( dict "context" . ) }}
99
labels:

charts/keptn-lifecycle-operator/templates/keptnappcreationrequest-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
name: keptnappcreationrequests.lifecycle.keptn.sh
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
{{- with .Values.global.caInjectionAnnotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}

charts/keptn-lifecycle-operator/templates/keptnappversion-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
name: keptnappversions.lifecycle.keptn.sh
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
{{- with .Values.global.caInjectionAnnotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}

charts/keptn-lifecycle-operator/templates/keptnconfig-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
name: keptnconfigs.options.keptn.sh
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
{{- with .Values.global.caInjectionAnnotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}

charts/keptn-lifecycle-operator/templates/keptnevaluation-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
name: keptnevaluations.lifecycle.keptn.sh
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
{{- with .Values.global.caInjectionAnnotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}

charts/keptn-lifecycle-operator/templates/keptnevaluationdefinition-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
name: keptnevaluationdefinitions.lifecycle.keptn.sh
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
{{- with .Values.global.caInjectionAnnotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}

charts/keptn-lifecycle-operator/templates/keptntask-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: CustomResourceDefinition
44
metadata:
55
name: keptntasks.lifecycle.keptn.sh
66
annotations:
7-
controller-gen.kubebuilder.io/version: v0.14.0
7+
controller-gen.kubebuilder.io/version: v0.16.5
88
{{- with .Values.global.caInjectionAnnotations }}
99
{{- toYaml . | nindent 4 }}
1010
{{- end }}

0 commit comments

Comments
 (0)