Skip to content

Commit

Permalink
⚡️ :: cert version up
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Aug 27, 2023
1 parent c58bb90 commit 957744e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/xquare-certificate/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
type: application
name: xquare-certificate
version: 1.0.0
version: 1.0.2
appVersion: "1.0.0"
description: Xquare certificate for tls
description: Xquare certificate for tls
5 changes: 1 addition & 4 deletions charts/xquare-certificate/templates/xquare-cert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ spec:
organizations:
- cluster.local
- cert-manager
dnsNames:
{{- range .dnsNames }}
- {{ . }}
{{- end }}
dnsNames: {{ .dnsNames | toYaml | nindent 4 }}
issuerRef:
name: letsencrypt-issuer
kind: ClusterIssuer
Expand Down

0 comments on commit 957744e

Please sign in to comment.