Skip to content

Commit

Permalink
Update keptn-cert-manager Helm chart (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: odubajDT <[email protected]>
Co-authored-by: odubajDT <[email protected]>
  • Loading branch information
keptn-bot and odubajDT authored Nov 11, 2024
1 parent 887dbf4 commit e009066
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/keptn-cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ annotations:
url: https://slack.keptn.sh/
artifacthub.io/license: Apache-2.0
artifacthub.io/operator: 'true'
kubeVersion: '>= 1.24.0-0'
kubeVersion: '>= 1.27.0-0'
type: application
version: 0.2.6
appVersion: v2.2.2 # x-release-please-version
version: 0.3.0 # Helm Chart version
appVersion: v3.0.0 # x-release-please-version
dependencies:
- name: common
repository: https://charts.lifecycle.keptn.sh
Expand Down
2 changes: 1 addition & 1 deletion charts/keptn-cert-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource.
| `env.labelSelectorValue` | specify the value for the label selector | `true` |
| `image.registry` | specify the container registry for the certificate-operator image | `""` |
| `image.repository` | specify repo for manager image | `keptn/certificate-operator` |
| `image.tag` | select tag for manager container | `v2.2.1` |
| `image.tag` | select tag for manager container | `v3.0.0` |
| `image.imagePullPolicy` | specify pull policy for the manager image. This overrides global values | `""` |
| `livenessProbe` | custom RBAC proxy liveness probe | |
| `readinessProbe` | custom manager readiness probe | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ roleRef:
kind: Role
name: 'certificate-operator-leader-election-role'
subjects:
- kind: ServiceAccount
name: 'certificate-operator'
namespace: '{{ .Release.Namespace }}'
- kind: ServiceAccount
name: 'certificate-operator'
namespace: '{{ .Release.Namespace }}'
2 changes: 1 addition & 1 deletion charts/keptn-cert-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ image:
## @param image.repository specify repo for manager image
repository: keptn/certificate-operator
## @param image.tag select tag for manager container
tag: v2.2.2 # x-release-please-version
tag: v3.0.0 # x-release-please-version
## @param image.imagePullPolicy specify pull policy for the manager image. This overrides global values
imagePullPolicy: ""
## @extra livenessProbe custom RBAC proxy liveness probe
Expand Down

0 comments on commit e009066

Please sign in to comment.