diff --git a/generate-tenant-readmes.tf b/generate-tenant-readmes.tf
index 546f874e..c69aa465 100644
--- a/generate-tenant-readmes.tf
+++ b/generate-tenant-readmes.tf
@@ -1,5 +1,5 @@
locals {
- argocd_app_version = "v2.7.11"
+ argocd_app_version = "v2.8.2"
}
diff --git a/modules/tenant-readme/0.1.0/readme.tf b/modules/tenant-readme/0.1.0/readme.tf
index 035b01ec..0babb564 100644
--- a/modules/tenant-readme/0.1.0/readme.tf
+++ b/modules/tenant-readme/0.1.0/readme.tf
@@ -41,7 +41,7 @@ data "local_file" "readme" {
locals {
codespace_version = "v0.29.0"
argocd_crd_version = var.argocd_app_version
- argocd_helm_chart_version = "5.42.2"
+ argocd_helm_chart_version = "5.45.1"
glueops_platform_version = "v0.32.0" # this also needs to be updated in the module.glueops_platform_helm_values // generate-helm-values.tf
tools_version = "v0.4.2"
}
diff --git a/modules/tenant-readme/0.1.0/tenant-readme.md.tpl b/modules/tenant-readme/0.1.0/tenant-readme.md.tpl
index 3516a687..ad6ec6e5 100644
--- a/modules/tenant-readme/0.1.0/tenant-readme.md.tpl
+++ b/modules/tenant-readme/0.1.0/tenant-readme.md.tpl
@@ -119,9 +119,9 @@ gh repo clone placeholder_github_owner/placeholder_repo_name
## Using the GlueOps Platform with an Example Tenant
-This cluster has been deployed for the environment: `placeholder_cluster_environment` belonging to the tenant: `placeholder_tenant_key`.
To deploy tenant applications, ArgoCD will look for a `tenant-stack` repository at `git@github.com:placeholder_tenant_github_org_name/glueops-placeholder_tenant_key-placeholder_cluster_environment-stack.git`, a repository which contains configurations for tenant applications to deploy.
-
As of this version, the `tenant-stack` repository is not created automatically and must be deployed manually to test tenant functionality.
An example tenant-stack repository can be found in the Antonio's Tacos [demo organization](https://github.com/antoniostacos/nonprod-stack).
-In addition to creating the `tenant-stack` repository, you must install the applicable github application that was used for this cluster deployment.
+This cluster has been deployed for the environment: `placeholder_cluster_environment` belonging to the tenant: `placeholder_tenant_key`.
To deploy tenant applications, ArgoCD will look for a `deployment-configurations` repository at `git@github.com:placeholder_tenant_github_org_name/deployment-configurations.git`, a repository which contains configurations for tenant applications to deploy.
+
As of this version, the `deployment-configurations` repository is not created automatically and must be deployed manually to test tenant functionality.
An [example deployment-configurations repository](https://github.com/GlueOps/deployment-configurations) can be found in the GlueOps organization and [documentation covering its usage](https://glueops.dev/docs/glueops-platform-administrator/configuration/glueops-deployment-configuration) is available on the GlueOps website.
+In addition to creating the `deployment-configurations` repository, you must install the applicable github application that was used for this cluster deployment.