From ce9df16637a376315d403786dfc5ce3a036c114d Mon Sep 17 00:00:00 2001
From: Rob Kooper <kooper@illinois.edu>
Date: Sat, 26 Aug 2023 15:00:07 -0500
Subject: [PATCH] change argocd url

---
 CHANGELOG.md                          | 6 ++++++
 terraform/modules/argocd/variables.tf | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83943d3..eb0ead6 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 5a51aa5..335651f 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" {
-- 
GitLab