Go to file
renovate 9381fb00d6
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): update helm release authentik to v2022.7.2 (#50)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [authentik](https://goauthentik.io) ([source](https://github.com/goauthentik/helm)) | minor | `2022.6.3` -> `2022.7.2` |

---

### Release Notes

<details>
<summary>goauthentik/helm</summary>

### [`v2022.7.2`](https://github.com/goauthentik/helm/releases/tag/authentik-2022.7.2)

[Compare Source](https://github.com/goauthentik/helm/compare/authentik-2022.6.3...authentik-2022.7.2)

authentik is an open-source Identity Provider focused on flexibility and versatility

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Co-authored-by: Renovate Bot <renovate@xirion.net>
Co-authored-by: v <victor@xirion.net>
Reviewed-on: #50
Co-authored-by: renovate <renovate@noreply.git.0x76.dev>
Co-committed-by: renovate <renovate@noreply.git.0x76.dev>
2022-07-14 19:50:19 +02:00
.vscode add minio 2021-11-22 00:20:06 +01:00
flux chore(deps): update helm release authentik to v2022.7.2 (#50) 2022-07-14 19:50:19 +02:00
nixos relieve some strain on gitea 2022-06-14 13:07:11 +02:00
terraform chore(deps): update terraform vault to v3.7.0 2022-06-18 10:42:26 +02:00
.drone.yml actually remove ci 2022-06-13 12:19:45 +02:00
.gitignore Minor updates 2022-06-12 12:29:13 +02:00
.yamllint.yaml yamllint 2022-05-29 17:16:34 +02:00
flake.lock relieve some strain on gitea 2022-06-14 13:07:11 +02:00
flake.nix add nixos CI 2022-06-12 17:06:32 +02:00
hosts.nix Minor updates 2022-06-12 12:29:13 +02:00
README.md misc: Add Readme 2021-11-21 22:16:45 +01:00
renovate.json chore(deps): add renovate.json 2022-05-18 15:37:42 +00:00

0x76's Infrastructure

This repository contains my IaC and GitOps code.

Directory Structure

flake.nix is a NixOS flake which is the entrypoint for my NixOS config, it also contains a 'DevShell' containing all the tools needed to deploy the infrastructure, this can be accessed running nix develop.

  • flux: Kubernetes manifests as managed by Flux
  • nixos: Nix configurations for my NixOS LXCs and VMs, deployed using deploy-rs.
  • terraform: Terraform config for deploying said VMs and Containers onto Proxmox, using terraform-provider-proxmox