Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/base/audiobookshelf/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: audiobookshelf
image: ghcr.io/advplyr/audiobookshelf:2.13.0
image: ghcr.io/advplyr/audiobookshelf:2.35.1
env:
- name: AUDIOBOOKSHELF_UID
value: "1000"
Expand Down
2 changes: 1 addition & 1 deletion apps/base/directus/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ spec:
spec:
containers:
- name: directus
image: directus/directus:11.1
image: directus/directus:11.17
ports:
- containerPort: 8055
2 changes: 1 addition & 1 deletion apps/base/drawio/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
fsGroup: 1000
containers:
- name: drawio
image: jgraph/drawio:14.6.13-alpine
image: jgraph/drawio:14.9.9-alpine
ports:
- containerPort: 8080
resources:
Expand Down
2 changes: 1 addition & 1 deletion apps/base/ghostcms/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
image:
repository: ghcr.io/sredevopsorg/ghost-on-kubernetes
pullPolicy: IfNotPresent
tag: v6.39.0
tag: v6.44.1

replicaCount: 1

Expand Down
2 changes: 1 addition & 1 deletion apps/base/ollama/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
type: RuntimeDefault
containers:
- name: ollama
image: ollama/ollama:0.20.2
image: ollama/ollama:0.30.6
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
2 changes: 1 addition & 1 deletion apps/base/transmute/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: transmute
image: ghcr.io/transmute-app/transmute:v0.9
image: ghcr.io/transmute-app/transmute:v0.12
ports:
- containerPort: 3313
resources:
Expand Down
2 changes: 1 addition & 1 deletion apps/base/uptime-kuma/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: uptime-kuma
image: louislam/uptime-kuma:2.2.1
image: louislam/uptime-kuma:2.4.0
ports:
- containerPort: 3001
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion apps/template-cluster/directus/deployment-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: directus
image: directus/directus:11.17.1
image: directus/directus:11.17.4
ports:
- containerPort: 8055
envFrom:
Expand Down
8 changes: 4 additions & 4 deletions clusters/template-cluster/flux-system/gotk-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2560,7 +2560,7 @@ spec:
resourceFieldRef:
containerName: manager
resource: limits.memory
image: ghcr.io/fluxcd/source-controller:v1.8.1
image: ghcr.io/fluxcd/source-controller:v1.8.5
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -3387,7 +3387,7 @@ spec:
resourceFieldRef:
containerName: manager
resource: limits.memory
image: ghcr.io/fluxcd/kustomize-controller:v1.8.2
image: ghcr.io/fluxcd/kustomize-controller:v1.8.5
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -4937,7 +4937,7 @@ spec:
resourceFieldRef:
containerName: manager
resource: limits.memory
image: ghcr.io/fluxcd/helm-controller:v1.5.3
image: ghcr.io/fluxcd/helm-controller:v1.5.5
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -6374,7 +6374,7 @@ spec:
resourceFieldRef:
containerName: manager
resource: limits.memory
image: ghcr.io/fluxcd/notification-controller:v1.8.2
image: ghcr.io/fluxcd/notification-controller:v1.8.4
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion databases/base/proxysql/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
type: RuntimeDefault
containers:
- name: proxysql
image: proxysql/proxysql:3.0.8
image: proxysql/proxysql:3.0.9
ports:
- name: proxysql
containerPort: 6032
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/base/cloudflared/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
type: RuntimeDefault
containers:
- name: cloudflared
image: cloudflare/cloudflared:2026.5.0
image: cloudflare/cloudflared:2026.5.2
args:
- tunnel
- --metrics
Expand Down