Skip to content

Commit ed9c68c

Browse files
authored
Bump cert-manager to v1.11.1 (#21)
* Bump cert-manager to v1.11.1
1 parent 470179a commit ed9c68c

File tree

12 files changed

+70
-80
lines changed

12 files changed

+70
-80
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
registry-server: ghcr.io
1919
registry-username: ${{ github.actor }}
2020
image: ${{ github.repository }}
21-
version: 1.11.0+kadras.2
21+
version: 1.11.1
2222
secrets:
2323
pull-request-token: ${{ secrets.GH_ORG_PAT }}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ The Cert Manager package has the following configurable properties.
100100
|--------|---------|-------------|
101101
| `namespace` | `cert-manager` | The namespace in which to deploy Cert Manager. |
102102
| `policies.include` | `false` | Whether to include the out-of-the-box Kyverno policies to validate and secure the package installation. |
103-
| `private_ca.enable` | `true` | Whether to bootstrap a private CA. |
104103

105104
Settings for the proxy.
106105

docs/verify-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Verifying the Tekton Pipelines Package Release
1+
# Verifying the Package Release
22

33
This package is published as an OCI artifact, signed with Sigstore [Cosign](https://docs.sigstore.dev/cosign/overview), and associated with a [SLSA Provenance](https://slsa.dev/provenance) attestation.
44

package/config/private-ca/bootstrap.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#@ load("@ytt:data", "data")
22

3-
#@ if data.values.private_ca.enable:
4-
53
---
64
apiVersion: cert-manager.io/v1
75
kind: ClusterIssuer
@@ -41,5 +39,3 @@ metadata:
4139
spec:
4240
ca:
4341
secretName: kadras-root-ca
44-
45-
#@ end

0 commit comments

Comments
 (0)