Skip to content

Commit

Permalink
Upgrade cert-manager to 1.10.2. Closes #405. (#409)
Browse files Browse the repository at this point in the history
* Upgrade cert-manager to 1.10.2. Closes #405.

* Remove version from folder name
  • Loading branch information
gkcalat authored Mar 20, 2023
1 parent e47cd36 commit dc5beb4
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 7 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-5/cert-manager/overlays/letsencrypt/params.yaml
cert-manager/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-5/cert-manager/kubeflow-issuer
kustomize build -o $(build_dir)/kubeflow-issuer ./cert-manager/kubeflow-issuer

.PHONY: apply
apply: hydrate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/jetstack/cert-manager/releases/download/v1.5.0/cert-manager.yaml
- https://github.com/jetstack/cert-manager/releases/download/v1.10.2/cert-manager.yaml
images:
- name: quay.io/jetstack/cert-manager-controller
newName: quay.io/jetstack/cert-manager-controller
newTag: v1.5.0
newTag: v1.10.2
- name: quay.io/jetstack/cert-manager-cainjector
newName: quay.io/jetstack/cert-manager-cainjector
newTag: v1.5.0
newTag: v1.10.2
- name: quay.io/jetstack/cert-manager-webhook
newName: quay.io/jetstack/cert-manager-webhook
newTag: v1.5.0
newTag: v1.10.2
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-5/cert-manager/base
- ./cert-manager/base

0 comments on commit dc5beb4

Please sign in to comment.