Compare commits

...

3 commits

Author SHA1 Message Date
40af0c7d74 chore(deps): update helm release renovate to 38.105.*
All checks were successful
checks / k8s (push) Successful in 1m52s
checks / pre-commit (push) Successful in 4m22s
checks / tflint (push) Successful in 4m7s
OpenTofu deployments / authentik (push) Successful in 6m37s
Kaniko deployments / nextcloud (push) Successful in 7m57s
OpenTofu deployments / adguard (push) Successful in 2m19s
2024-10-01 01:11:19 +00:00
811b35832e
ci: add kaniko action that builds nextcloud
All checks were successful
checks / pre-commit (push) Successful in 52s
checks / tflint (push) Successful in 36s
Kaniko deployments / nextcloud (push) Successful in 3m28s
OpenTofu deployments / authentik (push) Successful in 1m12s
OpenTofu deployments / adguard (push) Successful in 44s
checks / k8s (push) Successful in 29s
2024-09-29 15:00:59 +02:00
7165d219ac
feat: update factorio to v1.1.110
Some checks failed
checks / k8s (push) Successful in 36s
checks / pre-commit (push) Successful in 1m8s
OpenTofu deployments / authentik (push) Has been cancelled
checks / tflint (push) Successful in 33s
OpenTofu deployments / adguard (push) Successful in 43s
2024-09-29 13:52:26 +02:00
6 changed files with 30 additions and 10 deletions

View file

@ -0,0 +1,24 @@
---
name: Kaniko deployments
on: # yamllint disable-line rule:truthy
push:
branches:
- 'main'
- 'ci/debug'
jobs:
nextcloud:
runs-on: ubuntu-22.04
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- name: Kaniko build
uses: aevea/action-kaniko@v0.13.0
with:
image: catalin/fukuops
username: kaniko
password: ${{ secrets.REGISTRY_PASSWORD }}
cache: true
registry: git.roboces.dev
tag: nextcloud-30.0.0
path: docker/nextcloud

View file

@ -5,7 +5,6 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- 'main'
- 'ci/debug'
jobs:
authentik:
@ -28,7 +27,9 @@ jobs:
TF_VAR_portainer_client_id: ${{ secrets.TF_VAR_portainer_client_id }}
TF_VAR_portainer_client_secret: ${{ secrets.TF_VAR_portainer_client_secret }}
TF_VAR_paperless_client_id: ${{ secrets.TF_VAR_paperless_client_id }}
TF_VAR_paperless_client_secret: ${{ secrets.TF_VAR_paperless_client_secret }}
TF_VAR_paperless_client_secret: ${{ secrets.TF_VAR_paperless_secret }}
TF_VAR_netbird_client_id: ${{ secrets.TF_VAR_netbird_client_id }}
TF_VAR_netbird_client_secret: ${{ secrets.TF_VAR_netbird_client_secret }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |

View file

@ -4,16 +4,10 @@ lint--pre-commit:
lint--kubeconform:
kubeconform -strict -ignore-missing-schemas k8s/
SHELl=/bin/bash
lint--kubescore:
kube-score score $$(find k8s -type f -print -name "*.yaml")
lint--tflint:
tflint --recursive
lint:
make lint--pre-commit
make lint--kubeconform
make lint--kube
make lint--tflint

View file

@ -2,3 +2,4 @@
[![Last build status](https://git.roboces.dev/catalin/fukuops/badges/workflows/ci.yaml/badge.svg)](https://git.roboces.dev/catalin/fukuops/actions)
[![Tofu deployments](https://git.roboces.dev/catalin/fukuops/badges/workflows/deploy-tofu.yaml/badge.svg)](https://git.roboces.dev/catalin/fukuops/actions)
[![Kaniko deployments](https://git.roboces.dev/catalin/fukuops/badges/workflows/deploy-kaniko.yaml/badge.svg)](https://git.roboces.dev/catalin/fukuops/actions)

View file

@ -20,7 +20,7 @@ spec:
nodeSelector:
kubernetes.io/hostname: agent1
image:
tag: 1.1.101
tag: 1.1.110
factorioServer:
save_name: fukurokuju
admin_list:

View file

@ -13,7 +13,7 @@ spec:
sources:
- chart: renovate
repoURL: https://docs.renovatebot.com/helm-charts
targetRevision: 38.101.*
targetRevision: 38.105.*
helm:
valuesObject:
renovate: