Skip to content

Instantly share code, notes, and snippets.

View wallrj's full-sized avatar
🎹

Richard Wall wallrj

🎹
  • Bristol, England
  • 03:02 (UTC +01:00)
View GitHub Profile
diff --git a/operators/cert-manager/1.15.2/bundle.Dockerfile b/operators/cert-manager/1.16.0-beta.0/bundle.Dockerfile
index ff869b9b6..7316ee339 100644
--- a/operators/cert-manager/1.15.2/bundle.Dockerfile
+++ b/operators/cert-manager/1.16.0-beta.0/bundle.Dockerfile
@@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=cert-manager
-LABEL operators.operatorframework.io.bundle.channels.v1=stable,candidate
-LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
diff --git a/operators/cert-manager/1.15.2/bundle.Dockerfile b/operators/cert-manager/1.16.0-beta.0/bundle.Dockerfile
index ff869b9b6..7316ee339 100644
--- a/operators/cert-manager/1.15.2/bundle.Dockerfile
+++ b/operators/cert-manager/1.16.0-beta.0/bundle.Dockerfile
@@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=cert-manager
-LABEL operators.operatorframework.io.bundle.channels.v1=stable,candidate
-LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
--- /dev/fd/63 2024-10-03 15:33:59.648838157 +0100
+++ /dev/fd/62 2024-10-03 15:33:59.648838157 +0100
@@ -89,7 +89,7 @@
name: Issuer
type: string
- jsonPath: .spec.username
- name: Requestor
+ name: Requester
type: string
- jsonPath: .status.conditions[?(@.type=="Ready")].message
--- /dev/fd/63 2024-10-09 14:24:07.930411339 +0100
+++ /dev/fd/62 2024-10-09 14:24:07.930411339 +0100
@@ -19,7 +19,7 @@
This is performed in a separate step to allow you to easily uninstall and reinstall cert-manager without deleting your installed custom resources.
```bash
-$ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.16.0/cert-manager.crds.yaml
+$ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.16.1/cert-manager.crds.yaml
```