Compare commits

...

7 Commits

Author SHA1 Message Date
28c909317d Merge pull request #9 from alexlebens/renovate/linuxserver-code-server-4.x
Update linuxserver/code-server Docker tag to v4.22.0
2024-03-07 11:25:02 -07:00
97e58e4113 bump chart version 2024-03-07 18:24:28 +00:00
renovate[bot]
796b9e6865 Update linuxserver/code-server Docker tag to v4.22.0 2024-03-07 04:43:50 +00:00
541cc18889 add code server 2024-03-06 21:43:16 -07:00
64986858b1 remove label 2024-03-06 15:24:55 -07:00
7dfb883a8f Merge pull request #8 from alexlebens/renovate/azure-setup-helm-4.x
Update azure/setup-helm action to v4
2024-02-28 20:14:14 -03:00
renovate[bot]
9abc2a1f98 Update azure/setup-helm action to v4 2024-02-28 22:31:54 +00:00
4 changed files with 5 additions and 5 deletions

View File

@@ -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",

View File

@@ -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

View File

@@ -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

View File

@@ -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