Skip to content

Commit c7fe98c

Browse files
keptn-botmowies
andauthored
Update keptn-cert-manager Helm chart (#167)
Co-authored-by: mowies <[email protected]>
1 parent 8977c79 commit c7fe98c

File tree

3 files changed

+7
-25
lines changed

3 files changed

+7
-25
lines changed

charts/keptn-cert-manager/Chart.yaml

+5-23
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,12 @@ annotations:
1515
url: https://github.com/keptn/lifecycle-toolkit/issues/new
1616
- name: community
1717
url: https://slack.keptn.sh/
18-
artifacthub.io/license: "Apache-2.0"
19-
artifacthub.io/operator: "true"
20-
21-
kubeVersion: ">= 1.24.0-0"
22-
# A chart can be either an 'application' or a 'library' chart.
23-
#
24-
# Application charts are a collection of templates that can be packaged into versioned archives
25-
# to be deployed.
26-
#
27-
# Library charts provide useful utilities or functions for the chart developer. They're included as
28-
# a dependency of application charts to inject those utilities and functions into the rendering
29-
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
18+
artifacthub.io/license: Apache-2.0
19+
artifacthub.io/operator: 'true'
20+
kubeVersion: '>= 1.24.0-0'
3021
type: application
31-
32-
# This is the chart version. This version number should be incremented each time you make changes
33-
# to the chart and its templates, including the app version.
34-
# Versions are expected to follow Semantic Versioning (https://semver.org/)
35-
version: 0.2.4
36-
37-
# This is the version number of the application being deployed. This version number should be
38-
# incremented each time you make changes to the application. Versions are not expected to
39-
# follow Semantic Versioning. They should reflect the version the application is using.
40-
# It is recommended to use it with quotes.
41-
appVersion: "v2.2.0" # x-release-please-version
22+
version: 0.2.5
23+
appVersion: v2.2.1 # x-release-please-version
4224
dependencies:
4325
- name: common
4426
repository: https://charts.lifecycle.keptn.sh

charts/keptn-cert-manager/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resource.
3939
| `env.labelSelectorValue` | specify the value for the label selector | `true` |
4040
| `image.registry` | specify the container registry for the certificate-operator image | `""` |
4141
| `image.repository` | specify repo for manager image | `keptn/certificate-operator` |
42-
| `image.tag` | select tag for manager container | `v2.2.0` |
42+
| `image.tag` | select tag for manager container | `v2.2.1` |
4343
| `image.imagePullPolicy` | specify pull policy for the manager image. This overrides global values | `""` |
4444
| `livenessProbe` | custom RBAC proxy liveness probe | |
4545
| `readinessProbe` | custom manager readiness probe | |

charts/keptn-cert-manager/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ image:
7272
## @param image.repository specify repo for manager image
7373
repository: keptn/certificate-operator
7474
## @param image.tag select tag for manager container
75-
tag: v2.2.0 # x-release-please-version
75+
tag: v2.2.1 # x-release-please-version
7676
## @param image.imagePullPolicy specify pull policy for the manager image. This overrides global values
7777
imagePullPolicy: ""
7878
## @extra livenessProbe custom RBAC proxy liveness probe

0 commit comments

Comments
 (0)