Skip to content

Commit e009066

Browse files
keptn-botodubajDT
andauthored
Update keptn-cert-manager Helm chart (#179)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: odubajDT <93584209+odubajDT@users.noreply.github.com> Co-authored-by: odubajDT <93584209+odubajDT@users.noreply.github.com>
1 parent 887dbf4 commit e009066

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

charts/keptn-cert-manager/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ annotations:
1717
url: https://slack.keptn.sh/
1818
artifacthub.io/license: Apache-2.0
1919
artifacthub.io/operator: 'true'
20-
kubeVersion: '>= 1.24.0-0'
20+
kubeVersion: '>= 1.27.0-0'
2121
type: application
22-
version: 0.2.6
23-
appVersion: v2.2.2 # x-release-please-version
22+
version: 0.3.0 # Helm Chart version
23+
appVersion: v3.0.0 # x-release-please-version
2424
dependencies:
2525
- name: common
2626
repository: https://charts.lifecycle.keptn.sh

charts/keptn-cert-manager/README.md

Lines changed: 1 addition & 1 deletion
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.1` |
42+
| `image.tag` | select tag for manager container | `v3.0.0` |
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/templates/certificate-operator-leader-election-rbac.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ roleRef:
6262
kind: Role
6363
name: 'certificate-operator-leader-election-role'
6464
subjects:
65-
- kind: ServiceAccount
66-
name: 'certificate-operator'
67-
namespace: '{{ .Release.Namespace }}'
65+
- kind: ServiceAccount
66+
name: 'certificate-operator'
67+
namespace: '{{ .Release.Namespace }}'

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.2 # x-release-please-version
75+
tag: v3.0.0 # 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)