Compare commits
7 Commits
postgres-c
...
home-assis
Author | SHA1 | Date | |
---|---|---|---|
28c909317d | |||
97e58e4113 | |||
|
796b9e6865 | ||
541cc18889 | |||
64986858b1 | |||
7dfb883a8f | |||
|
9abc2a1f98 |
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
@@ -11,7 +11,6 @@
|
|||||||
"before 5pm every weekday"
|
"before 5pm every weekday"
|
||||||
],
|
],
|
||||||
"labels": [
|
"labels": [
|
||||||
"outside-rule"
|
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
@@ -47,7 +46,8 @@
|
|||||||
"linuxserver/calibre",
|
"linuxserver/calibre",
|
||||||
"homeassistant/home-assistant",
|
"homeassistant/home-assistant",
|
||||||
"ghcr.io/gethomepage/homepage",
|
"ghcr.io/gethomepage/homepage",
|
||||||
"ghcr.io/cloudnative-pg/postgresql"
|
"ghcr.io/cloudnative-pg/postgresql",
|
||||||
|
"linuxserver/code-server"
|
||||||
],
|
],
|
||||||
"matchDatasources": [
|
"matchDatasources": [
|
||||||
"docker",
|
"docker",
|
||||||
|
2
.github/workflows/lint-test.yaml
vendored
2
.github/workflows/lint-test.yaml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up Helm
|
- name: Set up Helm
|
||||||
uses: azure/setup-helm@v3
|
uses: azure/setup-helm@v4
|
||||||
with:
|
with:
|
||||||
version: v3.13.3
|
version: v3.13.3
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: home-assistant
|
name: home-assistant
|
||||||
version: 0.0.13
|
version: 0.0.14
|
||||||
description: Chart for Home Assistant
|
description: Chart for Home Assistant
|
||||||
keywords:
|
keywords:
|
||||||
- home-automation
|
- home-automation
|
||||||
|
@@ -56,7 +56,7 @@ codeserver:
|
|||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: linuxserver/code-server
|
repository: linuxserver/code-server
|
||||||
tag: 4.21.1
|
tag: 4.22.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
TZ: US/Mountain
|
TZ: US/Mountain
|
||||||
|
Reference in New Issue
Block a user