Skip to content

Commit

Permalink
Normalize time values in Certificate resources (#17)
Browse files Browse the repository at this point in the history
* Normalize time values in Certificate resources

* Bump chart version
  • Loading branch information
Tearix authored Apr 5, 2023
1 parent 5c1f0b3 commit 568a734
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/cert-manager-webhook-selectel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ maintainers:
- name: andrsp
email: izotikov@selectel.ru
url: https://github.com/andrsp
version: 1.2.3
version: 1.2.4
4 changes: 2 additions & 2 deletions deploy/cert-manager-webhook-selectel/templates/pki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ metadata:
heritage: {{ .Release.Service }}
spec:
secretName: {{ include "cert-manager-webhook-selectel.rootCACertificate" . }}
duration: 43800h # 5y
duration: 43800h0m0s # 5y
issuerRef:
name: {{ include "cert-manager-webhook-selectel.selfSignedIssuer" . }}
commonName: "ca.cert-manager-webhook-selectel.cert-manager"
Expand Down Expand Up @@ -67,7 +67,7 @@ metadata:
heritage: {{ .Release.Service }}
spec:
secretName: {{ include "cert-manager-webhook-selectel.servingCertificate" . }}
duration: 8760h # 1y
duration: 8760h0m0s # 1y
issuerRef:
name: {{ include "cert-manager-webhook-selectel.rootCAIssuer" . }}
dnsNames:
Expand Down

0 comments on commit 568a734

Please sign in to comment.