Update catalog information

This commit is contained in:
sonicaj
2023-04-19 22:40:27 +00:00
parent d1d5dcebc9
commit 32d8261aeb
22 changed files with 7 additions and 10 deletions

View File

@@ -27,9 +27,9 @@
"healthy": true,
"healthy_error": null,
"location": "/__w/charts/charts/charts/home-assistant",
"latest_version": "1.0.79",
"latest_version": "1.0.80",
"latest_app_version": "2023.4.5",
"latest_human_version": "2023.4.5_1.0.79",
"latest_human_version": "2023.4.5_1.0.80",
"last_update": "2023-04-19 12:32:55",
"name": "home-assistant",
"recommended": false,
@@ -395,7 +395,7 @@
"latest_version": "1.0.0",
"latest_app_version": "v1.38.4",
"latest_human_version": "v1.38.4_1.0.0",
"last_update": null,
"last_update": "2023-04-19 22:34:28",
"name": "tailscale",
"recommended": false,
"title": "Tailscale",

View File

@@ -3,7 +3,7 @@ description: Home Assistant App for TrueNAS SCALE
annotations:
title: Home Assistant
type: application
version: 1.0.79
version: 1.0.80
apiVersion: v2
appVersion: 2023.4.5
kubeVersion: '>=1.16.0-0'

View File

@@ -72,8 +72,7 @@ spec:
- name: web
containerPort: 8123
readinessProbe:
httpGet:
path: /
tcpSocket:
port: 8123
initialDelaySeconds: 10
periodSeconds: 10
@@ -81,8 +80,7 @@ spec:
failureThreshold: 5
successThreshold: 2
livenessProbe:
httpGet:
path: /
tcpSocket:
port: 8123
initialDelaySeconds: 10
periodSeconds: 10
@@ -90,8 +88,7 @@ spec:
failureThreshold: 5
successThreshold: 1
startupProbe:
httpGet:
path: /
tcpSocket:
port: 8123
initialDelaySeconds: 10
periodSeconds: 5