diff --git a/gotosocial/Chart.yaml b/gotosocial/Chart.yaml index 5101011..e2ace42 100644 --- a/gotosocial/Chart.yaml +++ b/gotosocial/Chart.yaml @@ -3,7 +3,7 @@ name: gotosocial description: With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to! icon: https://docs.gotosocial.org/en/latest/assets/sloth.png type: application -version: 0.1.0 +version: 0.1.1 appVersion: "0.13.1" maintainers: - name: WrenIX diff --git a/gotosocial/README.adoc b/gotosocial/README.adoc index 4b688e6..3cd08a3 100644 --- a/gotosocial/README.adoc +++ b/gotosocial/README.adoc @@ -2,7 +2,7 @@ = gotosocial -image::https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square[Version: 0.1.0] +image::https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square[Version: 0.1.1] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-0.13.1-informational?style=flat-square[AppVersion: 0.13.1] == Maintainers diff --git a/gotosocial/templates/deployment.yaml b/gotosocial/templates/deployment.yaml index 4f6804e..7d29a55 100644 --- a/gotosocial/templates/deployment.yaml +++ b/gotosocial/templates/deployment.yaml @@ -51,6 +51,11 @@ spec: - name: http containerPort: {{ .Values.service.port }} protocol: TCP + startupProbe: + httpGet: + path: / + port: http + failureThreshold: 60 livenessProbe: httpGet: path: /