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"
|
||||
],
|
||||
"labels": [
|
||||
"outside-rule"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
@@ -47,7 +46,8 @@
|
||||
"linuxserver/calibre",
|
||||
"homeassistant/home-assistant",
|
||||
"ghcr.io/gethomepage/homepage",
|
||||
"ghcr.io/cloudnative-pg/postgresql"
|
||||
"ghcr.io/cloudnative-pg/postgresql",
|
||||
"linuxserver/code-server"
|
||||
],
|
||||
"matchDatasources": [
|
||||
"docker",
|
||||
|
2
.github/workflows/lint-test.yaml
vendored
2
.github/workflows/lint-test.yaml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Helm
|
||||
uses: azure/setup-helm@v3
|
||||
uses: azure/setup-helm@v4
|
||||
with:
|
||||
version: v3.13.3
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: home-assistant
|
||||
version: 0.0.13
|
||||
version: 0.0.14
|
||||
description: Chart for Home Assistant
|
||||
keywords:
|
||||
- home-automation
|
||||
|
@@ -56,7 +56,7 @@ codeserver:
|
||||
enabled: true
|
||||
image:
|
||||
repository: linuxserver/code-server
|
||||
tag: 4.21.1
|
||||
tag: 4.22.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
TZ: US/Mountain
|
||||
|
Reference in New Issue
Block a user