Skip to content

Commit 8a98a67

Browse files
authored
chore(deps): Update to cert-manager 1.14.5 (#41)
Signed-off-by: Thomas Vitale <[email protected]>
1 parent b0c08be commit 8a98a67

File tree

15 files changed

+78
-87
lines changed

15 files changed

+78
-87
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.14.4
21+
version: 1.14.5
2222
secrets:
2323
pull-request-token: ${{ secrets.GH_ORG_PAT }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Integration Tests
1515
strategy:
1616
matrix:
17-
k8s_version: [v1.27, v1.28, v1.29]
17+
k8s_version: [v1.28, v1.29, v1.30]
1818
permissions:
1919
contents: read
2020
uses: kadras-io/github-reusable-workflows/.github/workflows/carvel-package-test-integration.yml@main

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
K8S_VERSION=v1.29
1+
K8S_VERSION=v1.30
22

33
# Build package configuration
44
build: package

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A Carvel package for [cert-manager](https://cert-manager.io), a cloud-native sol
1212

1313
### Prerequisites
1414

15-
* Kubernetes 1.27+
15+
* Kubernetes 1.28+
1616
* Carvel [`kctrl`](https://carvel.dev/kapp-controller/docs/latest/install/#installing-kapp-controller-cli-kctrl) CLI.
1717
* Carvel [kapp-controller](https://carvel.dev/kapp-controller) deployed in your Kubernetes cluster. You can install it with Carvel [`kapp`](https://carvel.dev/kapp/docs/latest/install) (recommended choice) or `kubectl`.
1818

package/config/overlays/arg-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
- name: cert-manager-controller
1717
env:
1818
- name: CERT_MANAGER_ACMESOLVER_IMAGE
19-
value: quay.io/jetstack/cert-manager-acmesolver:v1.14.4
19+
value: quay.io/jetstack/cert-manager-acmesolver:v1.14.5
2020
args:
2121
- #@overlay/match by=lambda i,l,r: l.startswith("--acme-http01-solver-image")
2222
--acme-http01-solver-image=$(CERT_MANAGER_ACMESOLVER_IMAGE)

package/config/policies/verify-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@ spec:
5050
sVcRHHDitVt8oO/x4Wus1c0CAwEAAQ==
5151
-----END PUBLIC KEY-----
5252
signatureAlgorithm: sha512
53+
rekor:
54+
url: https://rekor.sigstore.dev
55+
ignoreTlog: true
5356
#@ end

0 commit comments

Comments
 (0)