This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release(v0.8.0) update operator metadata and docs
- Bump deploy operator version - Update deploy example CR with latest values.yaml - Add changelog information - Bump Dockerfile version - Update Operator SDK version to 0.17.2 - Add 0.8.0 OLM - Clarify release prep steps
- Loading branch information
Showing
7 changed files
with
571 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
FROM quay.io/operator-framework/helm-operator:v0.16.0 | ||
FROM quay.io/operator-framework/helm-operator:v0.17.2 | ||
|
||
ADD LICENSE /licenses/LICENSE | ||
|
||
LABEL name="kong-operator" \ | ||
maintainer="[email protected]" \ | ||
vendor="Kong Inc" \ | ||
version="v0.7.0" \ | ||
version="v0.8.0" \ | ||
summary="kong-operator installs and manages Kong in your k8s environemnt" \ | ||
description="kong-operator installs and manages Kong in your k8s environemnt" | ||
|
||
|
Oops, something went wrong.