mirror of
https://github.com/truenas/charts.git
synced 2026-04-04 03:08:33 +08:00
Update catalog information
This commit is contained in:
@@ -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",
|
||||
|
||||
Binary file not shown.
@@ -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'
|
||||
BIN
charts/home-assistant/1.0.80/charts/common-2207.0.0.tgz
Normal file
BIN
charts/home-assistant/1.0.80/charts/common-2207.0.0.tgz
Normal file
Binary file not shown.
@@ -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
|
||||
Reference in New Issue
Block a user