Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
radiant-cluster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kubernetes
radiant-cluster
Commits
ce9df166
Commit
ce9df166
authored
1 year ago
by
Rob Kooper
Browse files
Options
Downloads
Patches
Plain Diff
change argocd url
parent
cc26ceeb
No related branches found
Branches containing commit
Tags
v2.2.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+6
-0
6 additions, 0 deletions
CHANGELOG.md
terraform/modules/argocd/variables.tf
+1
-1
1 addition, 1 deletion
terraform/modules/argocd/variables.tf
with
7 additions
and
1 deletion
CHANGELOG.md
+
6
−
0
View file @
ce9df166
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
terraform/modules/argocd/variables.tf
+
1
−
1
View file @
ce9df166
...
@@ -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://git
hub.com/ncsa
/radiant-cluster.git"
default
=
"https://git
.ncsa.illinois.edu/kubernetes
/radiant-cluster.git"
}
}
variable
"argocd_repo_version"
{
variable
"argocd_repo_version"
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment