Skip to content

Commit

Permalink
update certificate renewbefore hours
Browse files Browse the repository at this point in the history
  • Loading branch information
nickkounz committed Aug 6, 2024
1 parent 7305093 commit 68ce76b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.32
version: 0.0.33

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.32"
appVersion: "0.0.33"
icon: https://cncf-branding.netlify.app/img/projects/helm/horizontal/color/helm-horizontal-color.png
2 changes: 1 addition & 1 deletion charts/common/templates/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
secretName: {{ $fullName }}-tls
duration: 2160h
renewBefore: 2158h
renewBefore: 720h
issuerRef:
name: {{ .Values.service.tls.issuerName }}
kind: ClusterIssuer
Expand Down

0 comments on commit 68ce76b

Please sign in to comment.