Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
401 changes: 382 additions & 19 deletions apps/cert-manager/crds.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ rules:
resources: ["certificates/status"]
verbs: ["update"]
- apiGroups: ["acme.cert-manager.io"]
resources: ["challenges", "orders"]
verbs: ["create", "delete", "deletecollection", "patch", "update"]
resources: ["challenges"]
verbs: ["delete", "deletecollection", "patch", "update"]
- apiGroups: ["acme.cert-manager.io"]
resources: ["orders"]
verbs: ["delete", "deletecollection"]
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
type: RuntimeDefault
containers:
- name: cert-manager-cainjector
image: "quay.io/jetstack/cert-manager-cainjector:v1.20.2"
image: "quay.io/jetstack/cert-manager-cainjector:v1.21.1"
imagePullPolicy: IfNotPresent
args:
- --v=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
type: RuntimeDefault
containers:
- name: cert-manager-webhook
image: "quay.io/jetstack/cert-manager-webhook:v1.20.2"
image: "quay.io/jetstack/cert-manager-webhook:v1.21.1"
imagePullPolicy: IfNotPresent
args:
- --v=1
Expand Down
4 changes: 2 additions & 2 deletions apps/cert-manager/manifests/Deployment-cert-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ spec:
type: RuntimeDefault
containers:
- name: cert-manager-controller
image: "quay.io/jetstack/cert-manager-controller:v1.20.2"
image: "quay.io/jetstack/cert-manager-controller:v1.21.1"
imagePullPolicy: IfNotPresent
args:
- --v=1
- --cluster-resource-namespace=$(POD_NAMESPACE)
- --leader-election-namespace=kube-system
- --acme-http01-solver-image=quay.io/jetstack/cert-manager-acmesolver:v1.20.2
- --acme-http01-solver-image=quay.io/jetstack/cert-manager-acmesolver:v1.21.1
- --max-concurrent-challenges=60
ports:
- containerPort: 9402
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
type: RuntimeDefault
containers:
- name: cert-manager-startupapicheck
image: "quay.io/jetstack/cert-manager-startupapicheck:v1.20.2"
image: "quay.io/jetstack/cert-manager-startupapicheck:v1.21.1"
imagePullPolicy: IfNotPresent
args:
- check
Expand Down
18 changes: 0 additions & 18 deletions apps/cert-manager/manifests/Role-cert-manager-tokenrequest.yml

This file was deleted.

This file was deleted.

3 changes: 1 addition & 2 deletions apps/cert-manager/manifests/Service-cert-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ spec:
ports:
- protocol: TCP
port: 9402
name: tcp-prometheus-servicemonitor
targetPort: http-metrics
name: http-metrics
selector:
app.kubernetes.io/name: cert-manager
app.kubernetes.io/instance: cert-manager
Expand Down
2 changes: 1 addition & 1 deletion apps/cert-manager/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: cert-manager
version: v1.20.2
version: v1.21.1
sourceRef:
kind: HelmRepository
name: jetstack
Expand Down