Compare commits

...

15 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
8b615f4780 increase chart version 2024-02-28 12:41:02 -03:00
1f3a4d3042 rename values 2024-02-28 12:38:17 -03:00
7c4601835c Merge pull request #7 from alexlebens/renovate/homeassistant-home-assistant-2024.x
Update homeassistant/home-assistant Docker tag to v2024.2.5
2024-02-28 12:35:40 -03:00
renovate[bot]
401871daa1 Update homeassistant/home-assistant Docker tag to v2024.2.5 2024-02-28 15:33:26 +00:00
b53ba2b073 remove kind testing 2024-02-28 12:24:22 -03:00
3191e4ed53 revert to prior change 2024-02-28 12:14:34 -03:00
72ea1faa67 test method to update chart.yaml 2024-02-28 12:11:08 -03:00
751a1d4143 move bumpVersion to rule 2024-02-28 11:57:39 -03:00
7 changed files with 18 additions and 23 deletions

14
.github/renovate.json vendored
View File

@@ -10,8 +10,8 @@
"after 10am every weekday",
"before 5pm every weekday"
],
"labels": ["outside-rule"],
"bumpVersion": "minor",
"labels": [
],
"packageRules": [
{
"description": "Disables for non major Renovate version",
@@ -46,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",
@@ -57,7 +58,7 @@
"gitlab-packages",
"gitlab-releases",
"gitlab-tags"
],
],
"schedule": [
"after 10am on tuesday",
"before 5pm on tuesday"
@@ -67,8 +68,9 @@
"weekly",
"image"
],
"bumpVersion": "minor",
"automerge": false,
"minimumReleaseAge": "3 days"
}
}
]
}
}

View File

@@ -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
@@ -35,11 +35,3 @@ jobs:
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
uses: helm/kind-action@v1.9.0
- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --target-branch ${{ github.event.repository.default_branch }}

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: home-assistant
version: 0.0.12
version: 0.0.14
description: Chart for Home Assistant
keywords:
- home-automation
@@ -9,4 +9,4 @@ sources:
maintainers:
- name: alexlebens
icon: https://avatars.githubusercontent.com/u/13844975?s=200&v=4
appVersion: v2024.2.4
appVersion: v2024.2.5

View File

@@ -3,7 +3,7 @@ deployment:
strategy: Recreate
image:
repository: homeassistant/home-assistant
tag: 2024.2.4
tag: 2024.2.5
imagePullPolicy: IfNotPresent
env:
TZ: US/Mountain
@@ -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

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: postgres-cluster
version: 0.1.0
version: 0.1.1
description: Chart for cloudnative-pg cluster
keywords:
- database

View File

@@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/part-of: {{ .Release.Name }}
app.kubernetes.io/managed-by: helm
spec:
imageName: "{{ .Values.cluster.imageRepo }}:{{ .Values.cluster.imageTag }}"
imageName: "{{ .Values.cluster.image.repository }}:{{ .Values.cluster.image.tag }}"
instances: {{ .Values.cluster.instances }}
replicationSlots:
highAvailability:

View File

@@ -1,7 +1,8 @@
cluster:
name: cl01tl
imageName: ghcr.io/cloudnative-pg/postgresql
imageTag: 16.0
image:
repository: ghcr.io/cloudnative-pg/postgresql
tag: 16.0
instances: 2
parameters:
shared_buffers: 128MB