diff --git a/Cargo.toml b/Cargo.toml index 67fde3d..02aa569 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "authentik-operator" -version = "0.1.3" +version = "0.2.0" edition = "2021" authors = ["Dany Sluijk "] default-run = "akcontroller" @@ -27,7 +27,9 @@ codegen-units = 1 actix-web = "4.1.0" futures = "0.3.21" tokio = { version = "1.18.2", features = ["macros", "rt-multi-thread"] } -k8s-openapi = { version = "0.15.0", features = ["v1_22"], default-features = false } +k8s-openapi = { version = "0.15.0", features = [ + "v1_22", +], default-features = false } serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.79" chrono = { version = "0.4.19", features = ["serde"] } diff --git a/charts/authentik-operator/Chart.yaml b/charts/authentik-operator/Chart.yaml index c87779f..0c19bab 100644 --- a/charts/authentik-operator/Chart.yaml +++ b/charts/authentik-operator/Chart.yaml @@ -3,5 +3,5 @@ name: authentik-operator description: Operator for the Authentik identity provider. type: application -version: 0.1.3 -appVersion: "0.1.3" +version: 0.2.0 +appVersion: "0.2.0"