diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83943d3fab364873df7c3c692d827ed9e5600681..eb0ead6f8d53d64a8f162cd5a485c750787f122a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
 
 The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## 2.3.1 - 2023-08-26
+
+### Changed
+- fix broken cinder, missing v1.28.0 imaes
+- point argocd to git.ncsa.illinois.edu instead of github
+
 ## 2.3.0 - 2023-08-25
 
 ### Changed
diff --git a/terraform/modules/argocd/variables.tf b/terraform/modules/argocd/variables.tf
index 5a51aa5e514071e0966c8744a81c661e5df07710..335651f1f479a2f8f5b679d14e8194e0d0844ddc 100644
--- a/terraform/modules/argocd/variables.tf
+++ b/terraform/modules/argocd/variables.tf
@@ -81,7 +81,7 @@ variable "argocd_sync" {
 variable "argocd_repo_url" {
   type        = string
   description = "URL to pull argocd applications from"
-  default     = "https://github.com/ncsa/radiant-cluster.git"
+  default     = "https://git.ncsa.illinois.edu/kubernetes/radiant-cluster.git"
 }
 
 variable "argocd_repo_version" {