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

chore: remove generation of KLT manifest releases #1942

Merged
merged 5 commits into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
working-directory: ./${{ matrix.config.folder }}
run: make controller-gen

- name: Generate release.yaml
- name: Generate test release manifest
if: matrix.config.name != 'deno-runtime' && matrix.config.name != 'python-runtime'
working-directory: ./${{ matrix.config.folder }}
env:
Expand Down
5 changes: 3 additions & 2 deletions docs/content/en/docs/install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Two methods are supported for installing Keptn:
the [Helm Chart](#use-helm-chart).
This is the preferred strategy because it allows you to customize your cluster.

* See the [use manifests](#use-manifests) section for more information on installing via manifest.
* Releases v0.8.2 and earlier can be installed using
the [manifests](#use-manifests).
This is the less-preferred way because it does not support customization.

After Keptn is installed, you must
Expand Down Expand Up @@ -108,7 +109,7 @@ For more information,see

## Use manifests

Versions v0.10.0 and earlier of Keptn can be installed using manifests,
Versions v0.8.2 and earlier of the Lifecycle Toolkit can be installed using manifests,
RealAnna marked this conversation as resolved.
Show resolved Hide resolved
although we recommend that you use Helm Charts
because they allow you to easily customize your configuration.

Expand Down
Loading