Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade cert-manager to 1.5.0 #372

Merged
merged 4 commits into from
Jul 12, 2022
Merged
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
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