Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove unneeded files, fix some values #93

Merged
merged 4 commits into from
Mar 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
1 change: 1 addition & 0 deletions charts/keptn-lifecycle-toolkit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
41 changes: 21 additions & 20 deletions charts/keptn-lifecycle-toolkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ checks
| -------------------------------------------------------------------------------- | -------------------------------------------------------------- | ------------------------- |
| `scheduler.scheduler.containerSecurityContext` | Sets security context | |
| `scheduler.scheduler.env.otelCollectorUrl` | sets url for open telemetry collector | `otel-collector:4317` |
| `scheduler.scheduler.image.repository` | set image repository for scheduler | `ghcr.io/keptn/scheduler` |
| `scheduler.scheduler.image.tag` | set image tag for scheduler | `v0.7.0` |
| `scheduler.scheduler.image.repository` | set image repository for scheduler | `ghcr.keptn.sh/scheduler` |
| `scheduler.scheduler.image.tag` | set image tag for scheduler | `v0.7.0` |
| `scheduler.scheduler.imagePullPolicy` | set image pull policy for scheduler | `Always` |
| `scheduler.scheduler.livenessProbe` | customizable liveness probe for the scheduler | |
| `scheduler.scheduler.readinessProbe` | customizable readiness probe for the scheduler | |
Expand Down Expand Up @@ -45,26 +45,27 @@ checks
| Name | Description | Value |
| ------------------------------------------------------ | ------------------------------------------------ | ------------------------------------ |
| `certificateOperator.manager.containerSecurityContext` | Sets security context for the cert manager | |
| `certificateOperator.manager.image.repository` | specify repo for manager image | `ghcr.io/keptn/certificate-operator` |
| `certificateOperator.manager.image.tag` | select tag for manager container | `v0.7.0` |
| `certificateOperator.manager.image.repository` | specify repo for manager image | `ghcr.keptn.sh/certificate-operator` |
| `certificateOperator.manager.image.tag` | select tag for manager container | `v0.7.0` |
| `certificateOperator.manager.imagePullPolicy` | select image pull policy for manager container | `Always` |
| `certificateOperator.manager.livenessProbe` | custom RBAC proxy liveness probe | |
| `certificateOperator.manager.readinessProbe` | custom manager readiness probe | |
| `certificateOperator.manager.resources` | custom limits and requests for manager container | |

### Keptn Lifecycle Operator common

| Name | Description | Value |
| --------------------------------------------- | --------------------------------------------------------- | ----------- |
| `lifecycleOperator.replicas` | customize number of installed lifecycle operator replicas | `1` |
| `Mutating` | Webhook Configurations for lifecycle Operator | |
| `lifecycleWebhookService.ports[0].port` | | `443` |
| `lifecycleWebhookService.ports[0].protocol` | | `TCP` |
| `lifecycleWebhookService.ports[0].targetPort` | | `9443` |
| `lifecycleWebhookService.type` | | `ClusterIP` |
| `lifecycleOperator.nodeSelector` | add custom nodes selector to lifecycle operator | `{}` |
| `lifecycleOperator.tolerations` | add custom tolerations to lifecycle operator | `[]` |
| `lifecycleOperator.topologySpreadConstraints` | add custom topology constraints to lifecycle operator | `[]` |
| Name | Description | Value |
| --------------------------------------------- | ------------------------------------------------------------------------------ | ----------- |
| `lifecycleOperator.replicas` | customize number of installed lifecycle operator replicas | `1` |
| `lifecycleOperatorMetricsService` | Adjust settings here to change the k8s service for scraping Prometheus metrics | |
| `lifecycleWebhookService` | Mutating Webhook Configurations for lifecycle Operator | |
| `lifecycleWebhookService.ports[0].port` | | `443` |
| `lifecycleWebhookService.ports[0].protocol` | | `TCP` |
| `lifecycleWebhookService.ports[0].targetPort` | | `9443` |
| `lifecycleWebhookService.type` | | `ClusterIP` |
| `lifecycleOperator.nodeSelector` | add custom nodes selector to lifecycle operator | `{}` |
| `lifecycleOperator.tolerations` | add custom tolerations to lifecycle operator | `[]` |
| `lifecycleOperator.topologySpreadConstraints` | add custom topology constraints to lifecycle operator | `[]` |

### Keptn Lifecycle Operator controller

Expand All @@ -87,9 +88,9 @@ checks
| `lifecycleOperator.manager.env.keptnWorkloadInstanceControllerLogLevel` | sets the log level of Keptn WorkloadInstance Controller | `0` |
| `lifecycleOperator.manager.env.optionsControllerLogLevel` | sets the log level of Keptn Options Controller | `0` |
| `lifecycleOperator.manager.env.otelCollectorUrl` | Sets the URL for the open telemetry collector | `otel-collector:4317` |
| `lifecycleOperator.manager.env.functionRunnerImage` | specify image for task runtime | `ghcr.keptn.sh/keptn/functions-runtime:vv0.7.0` |
| `lifecycleOperator.manager.image.repository` | specify registry for manager image | `ghcr.io/keptn/lifecycle-operator` |
| `lifecycleOperator.manager.image.tag` | select tag for manager image | `v0.7.0` |
| `lifecycleOperator.manager.env.functionRunnerImage` | specify image for task runtime | `ghcr.keptn.sh/keptn/functions-runtime:v0.7.0` |
| `lifecycleOperator.manager.image.repository` | specify registry for manager image | `ghcr.keptn.sh/lifecycle-operator` |
| `lifecycleOperator.manager.image.tag` | select tag for manager image | `v0.7.0` |
| `lifecycleOperator.manager.imagePullPolicy` | specify pull policy for manager image | `Always` |
| `lifecycleOperator.manager.livenessProbe` | custom livenessprobe for manager container | |
| `lifecycleOperator.manager.readinessProbe` | custom readinessprobe for manager container | |
Expand Down Expand Up @@ -136,8 +137,8 @@ checks
| `metricsOperator.manager.containerSecurityContext` | Sets security context privileges | |
| `metricsOperator.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
| `metricsOperator.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
| `metricsOperator.manager.image.repository` | specify registry for manager image | `ghcr.io/keptn/metrics-operator` |
| `metricsOperator.manager.image.tag` | select tag for manager image | `v0.7.0` |
| `metricsOperator.manager.image.repository` | specify registry for manager image | `ghcr.keptn.sh/metrics-operator` |
| `metricsOperator.manager.image.tag` | select tag for manager image | `v0.7.0` |
| `metricsOperator.manager.env.exposeKeptnMetrics` | enable metrics exporter | `true` |
| `metricsOperator.manager.env.metricsControllerLogLevel` | sets the log level of Metrics Controller | `0` |
| `metricsOperator.manager.livenessProbe` | custom livenessprobe for manager container | |
Expand Down
9 changes: 8 additions & 1 deletion charts/keptn-lifecycle-toolkit/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,14 @@

## @param lifecycleOperator.replicas customize number of installed lifecycle operator replicas

## @extra Mutating Webhook Configurations for lifecycle Operator
## @extra lifecycleOperatorMetricsService Adjust settings here to change the k8s service for scraping Prometheus metrics
## @skip lifecycleOperatorMetricsService.ports[0].name
## @skip lifecycleOperatorMetricsService.ports[0].port
## @skip lifecycleOperatorMetricsService.ports[0].protocol
## @skip lifecycleOperatorMetricsService.ports[0].targetPort
## @skip lifecycleOperatorMetricsService.type

## @extra lifecycleWebhookService Mutating Webhook Configurations for lifecycle Operator
## @param lifecycleWebhookService.ports[0].port
## @param lifecycleWebhookService.ports[0].protocol
## @param lifecycleWebhookService.ports[0].targetPort
Expand Down
RealAnna marked this conversation as resolved.
Show resolved Hide resolved

This file was deleted.

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions charts/keptn-lifecycle-toolkit/templates/klc-manager-config.yaml

This file was deleted.

Loading