Skip to content

Commit

Permalink
Update keptn-lifecycle-operator Helm chart (#173)
Browse files Browse the repository at this point in the history
Co-authored-by: mowies <[email protected]>
Co-authored-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
3 people authored Aug 27, 2024
1 parent 57aad62 commit ea66fd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/keptn-lifecycle-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ annotations:
artifacthub.io/operatorCapabilities: Full Lifecycle
kubeVersion: '>= 1.24.0-0'
type: application
version: 0.4.0
appVersion: v1.1.0 # x-release-please-version
version: 0.4.1
appVersion: v1.1.1 # x-release-please-version
dependencies:
- name: common
repository: https://charts.lifecycle.keptn.sh
Expand Down
2 changes: 1 addition & 1 deletion charts/keptn-lifecycle-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ and application health checks
| `lifecycleOperator.env.pythonRunnerImage` | specify image for python task runtime | `ghcr.io/keptn/python-runtime:v1.0.6` |
| `lifecycleOperator.image.registry` | specify the container registry for the lifecycle-operator image | `""` |
| `lifecycleOperator.image.repository` | specify registry for manager image | `keptn/lifecycle-operator` |
| `lifecycleOperator.image.tag` | select tag for manager image | `v1.1.0` |
| `lifecycleOperator.image.tag` | select tag for manager image | `v1.1.1` |
| `lifecycleOperator.image.imagePullPolicy` | specify pull policy for the manager image. This overrides global values | `""` |
| `lifecycleOperator.livenessProbe` | custom liveness probe for manager container | |
| `lifecycleOperator.readinessProbe` | custom readinessprobe for manager container | |
Expand Down
2 changes: 1 addition & 1 deletion charts/keptn-lifecycle-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ lifecycleOperator:
## @param lifecycleOperator.image.repository specify registry for manager image
repository: keptn/lifecycle-operator
## @param lifecycleOperator.image.tag select tag for manager image
tag: v1.1.0 # x-release-please-version
tag: v1.1.1 # x-release-please-version
## @param lifecycleOperator.image.imagePullPolicy specify pull policy for the manager image. This overrides global values
imagePullPolicy: ""
## @extra lifecycleOperator.livenessProbe custom liveness probe for manager container
Expand Down

0 comments on commit ea66fd7

Please sign in to comment.