Skip to content
Snippets Groups Projects
Commit ce9df166 authored by Rob Kooper's avatar Rob Kooper
Browse files

change argocd url

parent cc26ceeb
No related branches found
Tags v2.2.0
No related merge requests found
...@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ...@@ -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/). 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 ## 2.3.0 - 2023-08-25
### Changed ### Changed
......
...@@ -81,7 +81,7 @@ variable "argocd_sync" { ...@@ -81,7 +81,7 @@ variable "argocd_sync" {
variable "argocd_repo_url" { variable "argocd_repo_url" {
type = string type = string
description = "URL to pull argocd applications from" 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" { variable "argocd_repo_version" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment