Skip to content

Commit be652ff

Browse files
keptn-botodubajDTmowies
authored
Update keptn-cert-manager Helm chart (#176)
Co-authored-by: odubajDT <[email protected]> Co-authored-by: Moritz Wiesinger <[email protected]>
1 parent fd2db4b commit be652ff

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

charts/keptn-cert-manager/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ annotations:
1919
artifacthub.io/operator: 'true'
2020
kubeVersion: '>= 1.24.0-0'
2121
type: application
22-
version: 0.2.5
23-
appVersion: v2.2.1 # x-release-please-version
22+
version: 0.2.6
23+
appVersion: v2.2.2 # x-release-please-version
2424
dependencies:
2525
- name: common
2626
repository: https://charts.lifecycle.keptn.sh

charts/keptn-cert-manager/templates/certificate-operator-rbac.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ rules:
4444
- admissionregistration.k8s.io
4545
resources:
4646
- mutatingwebhookconfigurations
47-
verbs:
48-
- get
49-
- list
50-
- patch
51-
- update
52-
- watch
53-
- apiGroups:
54-
- admissionregistration.k8s.io
55-
resources:
5647
- validatingwebhookconfigurations
5748
verbs:
5849
- get

charts/keptn-cert-manager/values.yaml

Lines changed: 1 addition & 1 deletion
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.1 # x-release-please-version
75+
tag: v2.2.2 # 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)