Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Mafyuh/iac
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: af5a3425a443543bc1f1c080f89cac00629e5687
Choose a base ref
..
head repository: Mafyuh/iac
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d3a5c7dc325c237d1102b494c05a1808ea6eaaf4
Choose a head ref
5 changes: 5 additions & 0 deletions .forgejo/workflows/CD.yml
Original file line number Diff line number Diff line change
@@ -27,6 +27,11 @@ jobs:
echo "Modified folders: $folders"
echo "::set-output name=folders::$folders"
if [ -z "$folders" ]; then
echo "No changes in docker folder. Exiting."
exit 0
fi
- name: Map Folder to Host
shell: bash
run: |
6 changes: 4 additions & 2 deletions .forgejo/workflows/tofu.yml
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ jobs:
030fbb6a-3b6d-40dc-9c26-b222001b0fb6 > grafana_url
f8f85ab2-5f6d-46a7-9e06-b20800076d26 > s3_endpoint
b6dac092-df23-4e28-8449-b2770059096d > kube_config
4dff237e-93ad-4eda-a776-b28400653181 > bws_access_token
- name: Create tfvars file
@@ -41,6 +42,7 @@ jobs:
grafana_auth = "${{ steps.bitwarden-secrets.outputs.grafana_auth }}"
grafana_url = "${{ steps.bitwarden-secrets.outputs.grafana_url }}"
s3_endpoint = "${{ steps.bitwarden-secrets.outputs.s3_endpoint }}"
access_token = "${{ steps.bitwarden-secrets.outputs.bws_access_token }}"
EOF
- name: Make Kube directory
@@ -69,12 +71,12 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ steps.bitwarden-secrets.outputs.aws_access_key_id }}
AWS_SECRET_ACCESS_KEY: ${{ steps.bitwarden-secrets.outputs.aws_secret_access_key }}
run: tofu plan -no-color
run: tofu plan -parallelism=1 -out=tfplan

- name: Apply the Plan
if: success()
working-directory: ./terraform
env:
AWS_ACCESS_KEY_ID: ${{ steps.bitwarden-secrets.outputs.aws_access_key_id }}
AWS_SECRET_ACCESS_KEY: ${{ steps.bitwarden-secrets.outputs.aws_secret_access_key }}
run: tofu apply -auto-approve
run: tofu apply tfplan
2 changes: 1 addition & 1 deletion docker/AI/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ services:
capabilities: [gpu]

open-webui:
image: ghcr.io/open-webui/open-webui:0.5.10
image: ghcr.io/open-webui/open-webui:v0.5.11
container_name: open-webui
restart: unless-stopped
networks:
4 changes: 2 additions & 2 deletions docker/arm/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -133,7 +133,7 @@ services:
networks:
- gitea_main
n8n:
image: ghcr.io/n8n-io/n8n:1.78.0
image: ghcr.io/n8n-io/n8n:1.79.0
container_name: n8n
ports:
- 5678:5678
@@ -148,7 +148,7 @@ services:
- gitea_main

vaultwarden:
image: vaultwarden/server:1.33.1
image: vaultwarden/server:1.33.2
container_name: vaultwarden
ports:
- 8989:80
2 changes: 1 addition & 1 deletion docker/arrs/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -163,7 +163,7 @@ services:
restart: unless-stopped
## Downloaders
sabnzbd:
image: ghcr.io/linuxserver/sabnzbd@sha256:7afe3af1cff19c2a7a5d4bacb2202fcb21a0ee15b7e23e4114ab3f7070213662
image: ghcr.io/linuxserver/sabnzbd@sha256:84126d58ac2b50261efe7f83a36adfd790617ef729639f626b0c1114157b86de
container_name: sabnzbd
environment:
- PUID=1000
2 changes: 1 addition & 1 deletion kubernetes/apps/production/arr/sabnzbd/deployment.yaml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: sabnzbd
image: ghcr.io/linuxserver/sabnzbd@sha256:7afe3af1cff19c2a7a5d4bacb2202fcb21a0ee15b7e23e4114ab3f7070213662
image: ghcr.io/linuxserver/sabnzbd@sha256:84126d58ac2b50261efe7f83a36adfd790617ef729639f626b0c1114157b86de
imagePullPolicy: IfNotPresent
env:
- name: PUID
2 changes: 1 addition & 1 deletion kubernetes/apps/production/cert-manager/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: cert-manager
version: v1.16.3
version: v1.17.1
sourceRef:
kind: HelmRepository
name: cert-manager-repo
1 change: 1 addition & 0 deletions terraform/flux/main.tf
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ provider "flux" {

resource "flux_bootstrap_git" "flux" {
path = "kubernetes/cluster/production"
version = "v2.4.0"

lifecycle {
ignore_changes = all