diff --git a/README.adoc b/README.adoc index 17242c9d..7ccebe1d 100644 --- a/README.adoc +++ b/README.adoc @@ -28,10 +28,10 @@ The following providers are used by this module: - [[provider_htpasswd]] <> (>= 1) -- [[provider_argocd]] <> (>= 5) - - [[provider_utils]] <> (>= 1) +- [[provider_argocd]] <> (>= 5) + === Resources The following resources are used by this module: @@ -48,14 +48,6 @@ The following resources are used by this module: The following input variables are optional (have default values): -==== [[input_argocd_namespace]] <> - -Description: Namespace used by Argo CD where the Application and AppProject resources should be created. - -Type: `string` - -Default: `"argocd"` - ==== [[input_argocd_project]] <> Description: Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. @@ -86,15 +78,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.2.0"` - -==== [[input_namespace]] <> - -Description: Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. - -Type: `string` - -Default: `"loki-stack"` +Default: `"v6.0.0"` ==== [[input_helm_values]] <> @@ -190,11 +174,11 @@ Description: Credentials to access the Loki ingress, if activated. [cols="a,a",options="header,autowidth"] |=== |Name |Version -|[[provider_null]] <> |>= 3 |[[provider_random]] <> |>= 3 |[[provider_htpasswd]] <> |>= 1 |[[provider_utils]] <> |>= 1 |[[provider_argocd]] <> |>= 5 +|[[provider_null]] <> |>= 3 |=== = Resources @@ -216,12 +200,6 @@ Description: Credentials to access the Loki ingress, if activated. [cols="a,a,a,a,a",options="header,autowidth"] |=== |Name |Description |Type |Default |Required -|[[input_argocd_namespace]] <> -|Namespace used by Argo CD where the Application and AppProject resources should be created. -|`string` -|`"argocd"` -|no - |[[input_argocd_project]] <> |Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. |`string` @@ -243,13 +221,7 @@ Description: Credentials to access the Loki ingress, if activated. |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.2.0"` -|no - -|[[input_namespace]] <> -|Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. -|`string` -|`"loki-stack"` +|`"v6.0.0"` |no |[[input_helm_values]] <> diff --git a/aks/README.adoc b/aks/README.adoc index 3ae9fefd..a9651f69 100644 --- a/aks/README.adoc +++ b/aks/README.adoc @@ -34,9 +34,9 @@ Version: The following resources are used by this module: - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/federated_identity_credential[azurerm_federated_identity_credential.loki] (resource) -- https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment[azurerm_role_assignment.contributor] (resource) +- https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment[azurerm_role_assignment.storage_contributor] (resource) - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/user_assigned_identity[azurerm_user_assigned_identity.loki] (resource) -- https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group[azurerm_resource_group.node] (data source) +- https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group[azurerm_resource_group.node_resource_group] (data source) - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/storage_container[azurerm_storage_container.container] (data source) === Required Inputs @@ -63,14 +63,6 @@ object({ The following input variables are optional (have default values): -==== [[input_argocd_namespace]] <> - -Description: Namespace used by Argo CD where the Application and AppProject resources should be created. - -Type: `string` - -Default: `"argocd"` - ==== [[input_argocd_project]] <> Description: Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. @@ -101,15 +93,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.2.0"` - -==== [[input_namespace]] <> - -Description: Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. - -Type: `string` - -Default: `"loki-stack"` +Default: `"v6.0.0"` ==== [[input_helm_values]] <> @@ -222,9 +206,9 @@ Description: Credentials to access the Loki ingress, if activated. |=== |Name |Type |https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/federated_identity_credential[azurerm_federated_identity_credential.loki] |resource -|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment[azurerm_role_assignment.contributor] |resource +|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment[azurerm_role_assignment.storage_contributor] |resource |https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/user_assigned_identity[azurerm_user_assigned_identity.loki] |resource -|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group[azurerm_resource_group.node] |data source +|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group[azurerm_resource_group.node_resource_group] |data source |https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/storage_container[azurerm_storage_container.container] |data source |=== @@ -251,12 +235,6 @@ object({ |n/a |yes -|[[input_argocd_namespace]] <> -|Namespace used by Argo CD where the Application and AppProject resources should be created. -|`string` -|`"argocd"` -|no - |[[input_argocd_project]] <> |Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. |`string` @@ -278,13 +256,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.2.0"` -|no - -|[[input_namespace]] <> -|Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. -|`string` -|`"loki-stack"` +|`"v6.0.0"` |no |[[input_helm_values]] <> diff --git a/eks/README.adoc b/eks/README.adoc index f4bec4fc..4c9701d7 100644 --- a/eks/README.adoc +++ b/eks/README.adoc @@ -45,14 +45,6 @@ object({ The following input variables are optional (have default values): -==== [[input_argocd_namespace]] <> - -Description: Namespace used by Argo CD where the Application and AppProject resources should be created. - -Type: `string` - -Default: `"argocd"` - ==== [[input_argocd_project]] <> Description: Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. @@ -83,15 +75,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.2.0"` - -==== [[input_namespace]] <> - -Description: Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. - -Type: `string` - -Default: `"loki-stack"` +Default: `"v6.0.0"` ==== [[input_helm_values]] <> @@ -211,12 +195,6 @@ object({ |n/a |yes -|[[input_argocd_namespace]] <> -|Namespace used by Argo CD where the Application and AppProject resources should be created. -|`string` -|`"argocd"` -|no - |[[input_argocd_project]] <> |Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. |`string` @@ -238,13 +216,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.2.0"` -|no - -|[[input_namespace]] <> -|Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. -|`string` -|`"loki-stack"` +|`"v6.0.0"` |no |[[input_helm_values]] <> diff --git a/kind/README.adoc b/kind/README.adoc index d93e31ee..70f17c71 100644 --- a/kind/README.adoc +++ b/kind/README.adoc @@ -47,14 +47,6 @@ object({ The following input variables are optional (have default values): -==== [[input_argocd_namespace]] <> - -Description: Namespace used by Argo CD where the Application and AppProject resources should be created. - -Type: `string` - -Default: `"argocd"` - ==== [[input_argocd_project]] <> Description: Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. @@ -85,15 +77,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.2.0"` - -==== [[input_namespace]] <> - -Description: Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. - -Type: `string` - -Default: `"loki-stack"` +Default: `"v6.0.0"` ==== [[input_helm_values]] <> @@ -215,12 +199,6 @@ object({ |n/a |yes -|[[input_argocd_namespace]] <> -|Namespace used by Argo CD where the Application and AppProject resources should be created. -|`string` -|`"argocd"` -|no - |[[input_argocd_project]] <> |Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. |`string` @@ -242,13 +220,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.2.0"` -|no - -|[[input_namespace]] <> -|Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. -|`string` -|`"loki-stack"` +|`"v6.0.0"` |no |[[input_helm_values]] <> diff --git a/sks/README.adoc b/sks/README.adoc index 585778f5..60e77bdb 100644 --- a/sks/README.adoc +++ b/sks/README.adoc @@ -144,14 +144,6 @@ object({ The following input variables are optional (have default values): -==== [[input_argocd_namespace]] <> - -Description: Namespace used by Argo CD where the Application and AppProject resources should be created. - -Type: `string` - -Default: `"argocd"` - ==== [[input_argocd_project]] <> Description: Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. @@ -182,15 +174,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.2.0"` - -==== [[input_namespace]] <> - -Description: Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. - -Type: `string` - -Default: `"loki-stack"` +Default: `"v6.0.0"` ==== [[input_helm_values]] <> @@ -323,12 +307,6 @@ object({ |n/a |yes -|[[input_argocd_namespace]] <> -|Namespace used by Argo CD where the Application and AppProject resources should be created. -|`string` -|`"argocd"` -|no - |[[input_argocd_project]] <> |Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. |`string` @@ -350,13 +328,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.2.0"` -|no - -|[[input_namespace]] <> -|Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. -|`string` -|`"loki-stack"` +|`"v6.0.0"` |no |[[input_helm_values]] <>