17 Commits

Author SHA1 Message Date
f13fcd8e45 Update grafana/promtail Docker tag to v3 2026-02-03 03:03:25 +00:00
6e5226b74f Merge pull request 'Update Helm release cert-manager to v1.19.3' (#644) from renovate/cert-manager-1.x into master
Reviewed-on: #644
2026-02-02 17:53:40 +00:00
7aa5e5e4de Merge pull request 'Update victoriametrics/vmagent Docker tag to v1.135.0' (#645) from renovate/victoriametrics into master
Reviewed-on: #645
2026-02-02 17:53:32 +00:00
201edea180 Update victoriametrics/vmagent Docker tag to v1.135.0 2026-02-02 17:46:01 +00:00
7da3bed7f5 Update Helm release cert-manager to v1.19.3 2026-02-02 17:45:54 +00:00
cf1491fc4a Ignore image changes on dashboard
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-01-31 17:02:41 +00:00
1486556981 Added penpot proxy
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-01-31 15:45:25 +00:00
f3297d4166 Fix container port
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-01-31 15:27:00 +00:00
6e96d7d5da Added mazanoke
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-01-31 15:24:11 +00:00
58f0cfa9a2 Merge pull request 'Update outlinewiki/outline Docker tag to v1.4.0' (#643) from renovate/outlinewiki-outline-1.x into master
Reviewed-on: #643
2026-01-28 04:43:11 +00:00
64b4064ee1 Update outlinewiki/outline Docker tag to v1.4.0 2026-01-28 03:05:38 +00:00
e2de0acebf Merge pull request 'Update nodered/node-red Docker tag to v4.1.4' (#642) from renovate/nodered-node-red-4.x into master
Reviewed-on: #642
2026-01-27 12:42:30 +00:00
a05da745ee Update nodered/node-red Docker tag to v4.1.4 2026-01-27 03:09:28 +00:00
5fa41babaf Merge pull request 'Update registry.k8s.io/ingress-nginx/controller Docker tag to v1.14.2' (#641) from renovate/registry.k8s.io-ingress-nginx-controller-1.x into master
Reviewed-on: #641
2026-01-23 08:08:30 +00:00
9ef7dd183c Update registry.k8s.io/ingress-nginx/controller Docker tag to v1.14.2 2026-01-23 03:12:49 +00:00
c855a9d477 Merge pull request 'Update gitea/gitea Docker tag to v1.25.4' (#640) from renovate/gitea-gitea-1.x into master
Reviewed-on: #640
2026-01-22 09:40:11 +00:00
86271931e9 Update gitea/gitea Docker tag to v1.25.4 2026-01-22 03:09:26 +00:00
11 changed files with 117 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ spec:
name: cluster-fun (v2)
source:
repoURL: 'https://charts.jetstack.io'
targetRevision: v1.19.2
targetRevision: v1.19.3
chart: cert-manager
helm:
version: v3

View File

@@ -22,5 +22,9 @@ spec:
- kind: Secret
jsonPointers:
- /data
- group: apps
kind: Deployment
jqPathExpressions:
- .spec.template.spec.containers[]?.image
---

View File

@@ -0,0 +1,25 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mazanoke
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: mazanoke
name: cluster-fun (v2)
source:
path: manifests/mazanoke
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
targetRevision: HEAD
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data

View File

@@ -18,6 +18,7 @@ spec:
- ombi.cluster.fun
- bsky-feeds.cluster.fun
- ai.cluster.fun
- penpot.cluster.fun
secretName: non-auth-proxy-ingress
rules:
- host: hello-world.cluster.fun
@@ -60,3 +61,13 @@ spec:
name: tailscale-proxy
port:
name: non-auth
- host: penpot.cluster.fun
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: tailscale-proxy
port:
name: non-auth

View File

@@ -43,7 +43,7 @@ spec:
priorityClassName: critical
containers:
- name: git
image: gitea/gitea:1.25.3
image: gitea/gitea:1.25.4
env:
- name: APP_NAME
value: "Git"

View File

@@ -0,0 +1,69 @@
apiVersion: v1
kind: Service
metadata:
name: mazanoke
namespace: mazanoke
spec:
type: ClusterIP
ports:
- port: 80
targetPort: web
name: web
selector:
app: mazanoke
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: mazanoke
namespace: mazanoke
spec:
replicas: 1
selector:
matchLabels:
app: mazanoke
template:
metadata:
labels:
app: mazanoke
spec:
containers:
- name: web
image: ghcr.io/civilblur/mazanoke:v1.1.5
imagePullPolicy: Always
ports:
- containerPort: 80
name: web
resources:
limits:
memory: 200Mi
requests:
memory: 200Mi
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: mazanoke
namespace: mazanoke
annotations:
cert-manager.io/cluster-issuer: letsencrypt
ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
spec:
ingressClassName: nginx
tls:
- hosts:
- image.cluster.fun
secretName: mazanoke-ingress
rules:
- host: image.cluster.fun
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: mazanoke
port:
number: 80

View File

@@ -216,7 +216,7 @@ spec:
serviceAccountName: promtail
containers:
- name: promtail
image: "grafana/promtail:2.9.17"
image: "grafana/promtail:3.6.4"
imagePullPolicy: IfNotPresent
args:
- "-config.file=/etc/promtail/promtail.yaml"

View File

@@ -217,7 +217,7 @@ spec:
serviceAccountName: prometheus-server
containers:
- name: vmagent
image: "victoriametrics/vmagent:v1.134.0"
image: "victoriametrics/vmagent:v1.135.0"
imagePullPolicy: "IfNotPresent"
args:
- -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/

View File

@@ -492,7 +492,7 @@ spec:
fieldPath: metadata.namespace
- name: LD_PRELOAD
value: /usr/local/lib/libmimalloc.so
image: registry.k8s.io/ingress-nginx/controller:v1.14.1@sha256:f95a79b85fb93ac3de752c71a5c27d5ceae10a18b61904dec224c1c6a4581e47
image: registry.k8s.io/ingress-nginx/controller:v1.14.2@sha256:fb3e5c0bdff6a498dd5192b11a09ace0739baa9fe6ba519bf5b22425871ce490
imagePullPolicy: IfNotPresent
lifecycle:
preStop:

View File

@@ -57,7 +57,7 @@ spec:
- name: data
mountPath: /data
- name: update-native-modules
image: nodered/node-red:4.1.3-18
image: nodered/node-red:4.1.4-18
imagePullPolicy: IfNotPresent
command:
- bash
@@ -73,7 +73,7 @@ spec:
mountPath: /data
containers:
- name: web
image: nodered/node-red:4.1.3-18
image: nodered/node-red:4.1.4-18
imagePullPolicy: Always
ports:
- containerPort: 1880

View File

@@ -46,7 +46,7 @@ spec:
priorityClassName: critical
containers:
- name: outline
image: outlinewiki/outline:1.3.0
image: outlinewiki/outline:1.4.0
imagePullPolicy: IfNotPresent
env:
- name: ALLOWED_DOMAINS