-
Notifications
You must be signed in to change notification settings - Fork 13
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
Operator sdk 1.19.1 #66
Conversation
Signed-off-by: Richard Wall <[email protected]>
Signed-off-by: Richard Wall <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wallrj The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -28,7 +28,7 @@ CERT_MANAGER_LOGO_URL ?= https://github.com/cert-manager/website/raw/3998bef91af | |||
|
|||
KUSTOMIZE_VERSION ?= 4.4.0 | |||
KIND_VERSION ?= 0.11.1 | |||
OPERATOR_SDK_VERSION ?= 1.17.0 | |||
OPERATOR_SDK_VERSION ?= 1.19.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- label: | ||
app: cert-manager | ||
app.kubernetes.io/component: controller | ||
app.kubernetes.io/instance: cert-manager | ||
app.kubernetes.io/name: cert-manager | ||
app.kubernetes.io/version: v1.7.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Superseded by #67 |
Supplants #64
Upgrading to latest operator-sdk to pick up the latest features, bundle validation checks and bug fixes.