Skip to content

Commit

Permalink
feat: bump cert-manager to v1.12.3 (#1604)
Browse files Browse the repository at this point in the history
Signed-off-by: Tarun Gupta Akirala <[email protected]>
  • Loading branch information
takirala authored Sep 25, 2023
1 parent e43de87 commit 058bf4f
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -487,22 +487,22 @@ resources:
- license_path: LICENSE
ref: ${image_tag}.0
url: https://github.com/FairwindsOps/polaris
- container_image: quay.io/jetstack/cert-manager-cainjector:v1.12.2
- container_image: quay.io/jetstack/cert-manager-cainjector:v1.12.3
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/cert-manager/cert-manager
- container_image: quay.io/jetstack/cert-manager-controller:v1.12.2
- container_image: quay.io/jetstack/cert-manager-controller:v1.12.3
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/cert-manager/cert-manager
- container_image: quay.io/jetstack/cert-manager-ctl:v1.12.2
- container_image: quay.io/jetstack/cert-manager-ctl:v1.12.3
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/cert-manager/cert-manager
- container_image: quay.io/jetstack/cert-manager-webhook:v1.12.2
- container_image: quay.io/jetstack/cert-manager-webhook:v1.12.3
sources:
- license_path: LICENSE
ref: ${image_tag}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/cert-manager/1.12.2/cert-manager-namespace
path: ./services/cert-manager/1.12.3/cert-manager-namespace
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: cert-manager-1.12.2-d2iq-defaults
name: cert-manager-1.12.3-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/cert-manager/1.12.2/priorityclass-resource-quota
path: ./services/cert-manager/1.12.3/priorityclass-resource-quota
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/cert-manager/1.12.2/release
path: ./services/cert-manager/1.12.3/release
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: charts.jetstack.io
namespace: kommander-flux
version: v1.12.2
version: v1.12.3
interval: 15s
install:
crds: CreateReplace
Expand All @@ -26,7 +26,7 @@ spec:
targetNamespace: cert-manager
valuesFrom:
- kind: ConfigMap
name: cert-manager-1.12.2-d2iq-defaults
name: cert-manager-1.12.3-d2iq-defaults
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
Expand All @@ -41,7 +41,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-charts-stable
namespace: kommander-flux
version: v1.12.2
version: v1.12.3
interval: 15s
install:
remediation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/cert-manager/1.12.2/root-ca
path: ./services/cert-manager/1.12.3/root-ca
sourceRef:
kind: GitRepository
name: management
Expand Down
4 changes: 2 additions & 2 deletions services/cert-manager/bootstrap/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ patchesJson6902:
kind: HelmRelease
name: cert-manager
resources:
- ../1.12.2/
- ../1.12.2/defaults/
- ../1.12.3/
- ../1.12.3/defaults/

0 comments on commit 058bf4f

Please sign in to comment.