Compare commits

..

7 Commits

6 changed files with 49 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
- name: Run Renovate
uses: docker://renovate/renovate:41.70.2
uses: docker://renovate/renovate:41.73.0
env:
LOG_LEVEL: info
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}

View File

@@ -29,7 +29,7 @@ spec:
done
containers:
- name: gitea
image: gitea/gitea:1.24.4
image: gitea/gitea:1.24.5
ports:
- containerPort: 22
- containerPort: 3000

View File

@@ -42,7 +42,7 @@ spec:
subPath: services.yaml
containers:
- name: homepage
image: "ghcr.io/gethomepage/homepage:v1.4.4"
image: "ghcr.io/gethomepage/homepage:v1.4.5"
imagePullPolicy: IfNotPresent
env:
- name: HOMEPAGE_ALLOWED_HOSTS

View File

@@ -29,3 +29,11 @@ metadata:
name: ceph
labels:
name: ceph
---
kind: Namespace
apiVersion: v1
metadata:
name: goldilocks
labels:
name: goldilocks

View File

@@ -0,0 +1,29 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: goldilocks
namespace: goldilocks
spec:
interval: 24h
chart:
spec:
chart: goldilocks
version: "9.2.0"
sourceRef:
kind: HelmRepository
name: fairwinds-stable
namespace: flux-system
interval: 24h
install:
createNamespace: true
upgrade:
remediation:
remediateLastFailure: true
values:
vpa:
enabled: true
dashboard:
service:
type: LoadBalancer
port: 9999

View File

@@ -0,0 +1,9 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: fairwinds-stable
namespace: flux-system
spec:
interval: 24h
url: https://charts.fairwinds.com/stable