Skip to content

Commit

Permalink
chore: add spec.speakeasy.com to dns01 validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRooney committed Nov 27, 2024
1 parent e1bf554 commit f4249bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/speakeasy-k8s/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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: "6.2.6"
version: "6.2.7"

# 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
Expand Down
3 changes: 3 additions & 0 deletions charts/speakeasy-k8s/templates/cert-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ spec:
{{- range $v := .Values.registry.ingress.registryHostnames }}
- {{ $v | quote }}
{{- end }}
{{- range $v := .Values.registry.ingress.specsHostnames }}
- {{ $v | quote }}
{{- end }}
{{- range $v := .Values.posthogProxy.hosts }}
- {{ $v | quote}}
{{- end}}
Expand Down

0 comments on commit f4249bf

Please sign in to comment.