Skip to content

Commit

Permalink
corrected cluster names in CI values (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchcrab authored Jul 24, 2024
1 parent 7d89af8 commit 80b8c5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ global:
</details>
- Initial integration of shared `cluster` chart to render `Cluster` resource.
- Corrected cluster names in CI values.

## [0.56.1] - 2024-07-16

Expand Down
2 changes: 1 addition & 1 deletion helm/cluster-vsphere/ci/ci-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
global:
metadata:
description: "test cluster"
name: "test cluster"
name: "test"
organization: "giantswarm"
connectivity:
network:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
global:
metadata:
description: "test cluster"
name: "test cluster"
name: "test"
organization: "giantswarm"
connectivity:
containerRegistries:
Expand Down
2 changes: 1 addition & 1 deletion helm/cluster-vsphere/ci/test-wc-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
global:
metadata:
description: "test cluster"
name: "test cluster"
name: "test"
organization: "giantswarm"
connectivity:
network:
Expand Down

0 comments on commit 80b8c5f

Please sign in to comment.