Skip to content

Commit

Permalink
chore(deps): update helm release authentik
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent bb5359a commit 2bb289a
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 55 deletions.
47 changes: 30 additions & 17 deletions authentik/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 30 additions & 17 deletions authentik/modules/authentik-application-oauth2/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
authentik = {
source = "goauthentik/authentik"
version = "2024.8.4"
version = "2024.12.0"
}
random = {
source = "hashicorp/random"
Expand Down
47 changes: 30 additions & 17 deletions authentik/modules/authentik-application-proxy/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion authentik/modules/authentik-application-proxy/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
authentik = {
source = "goauthentik/authentik"
version = "2024.8.4"
version = "2024.12.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion authentik/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
authentik = {
source = "goauthentik/authentik"
version = "2024.8.4"
version = "2024.12.0"
}
}
}
2 changes: 1 addition & 1 deletion kubernetes/clusters/deployments/deployments.tf
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ resource "helm_release" "authentik" {
name = "authentik"
namespace = "authentik"
repository = "https://charts.goauthentik.io"
version = "2024.12.2"
version = "2024.12.3"
chart = "authentik"

values = [
Expand Down

0 comments on commit 2bb289a

Please sign in to comment.