Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Release shipmight 0.2.5 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeclown authored May 16, 2022
1 parent bac8727 commit 01cd443
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/shipmight/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
name: shipmight
version: "0.2.4"
version: "0.2.5"
kubeVersion: ">= 1.21.4 < 1.22.0"
2 changes: 1 addition & 1 deletion charts/shipmight/templates/ui-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
{{ include "shipmight.uiEnv" . | nindent 12 }}
readinessProbe:
httpGet:
path: {{ printf "%s/readyz" .Values.ui.ingressPath | quote }}
path: {{ printf "%s/readyz" (trimSuffix "/" .Values.ui.ingress.path) | quote }}
port: 3000
scheme: HTTP
initialDelaySeconds: 10
Expand Down
2 changes: 1 addition & 1 deletion charts/shipmight/templates/ui-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
{{- range $i := until (int (max 1 (len .Values.ui.ingress.hosts))) }}
- http:
paths:
- pathType: Prefix
- pathType: {{ $.Values.ui.ingress.pathType | quote }}
{{ if gt (len $.Values.ui.ingress.hosts) 0 -}}
host: {{ index $.Values.ui.ingress.hosts $i }}
{{ end -}}
Expand Down
2 changes: 1 addition & 1 deletion charts/shipmight/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
registry: ghcr.io
repository: shipmight/shipmight
tag: "0.2.4"
tag: "0.2.5"
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit 01cd443

Please sign in to comment.