Skip to content

Commit

Permalink
Upgrade cert-manager to 1.5.0 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkcalat authored Jul 12, 2022
1 parent 3724dfb commit 0bed487
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion kubeflow/common/.krmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asm
cert-manager/upstream/cert-manager/base/patches/crd-preserve-unknown-fields.yaml
cert-manager/cert-manager-1-3/cert-manager/overlays/letsencrypt/params.yaml
cert-manager/cert-manager-1-5/cert-manager/overlays/letsencrypt/params.yaml
cloud-endpoints/base/params.yaml
iap-ingress/base/params.yaml
istio/upstream/profile-overlay.yaml
Expand Down
2 changes: 1 addition & 1 deletion kubeflow/common/cert-manager/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hydrate:
mkdir -p $(build_dir)/cert-manager
mkdir -p $(build_dir)/kubeflow-issuer
kustomize build -o $(build_dir)/cert-manager ./
kustomize build -o $(build_dir)/kubeflow-issuer ./cert-manager-1-3/cert-manager/kubeflow-issuer
kustomize build -o $(build_dir)/kubeflow-issuer ./cert-manager-1-5/cert-manager/kubeflow-issuer

.PHONY: apply
apply: hydrate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- https://github.com/jetstack/cert-manager/releases/download/v1.3.0/cert-manager.yaml

- https://github.com/jetstack/cert-manager/releases/download/v1.5.0/cert-manager.yaml
images:
- name: quay.io/jetstack/cert-manager-controller
newName: quay.io/jetstack/cert-manager-controller
newTag: v1.3.0
newTag: v1.5.0
- name: quay.io/jetstack/cert-manager-cainjector
newName: quay.io/jetstack/cert-manager-cainjector
newTag: v1.3.0
newTag: v1.5.0
- name: quay.io/jetstack/cert-manager-webhook
newName: quay.io/jetstack/cert-manager-webhook
newTag: v1.3.0
newTag: v1.5.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: kubeflow-self-signing-issuer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
Expand Down
2 changes: 1 addition & 1 deletion kubeflow/common/cert-manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./cert-manager-1-3/cert-manager/base
- ./cert-manager-1-5/cert-manager/base

0 comments on commit 0bed487

Please sign in to comment.