-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Add correct K8s version in metadata.yaml (#141)
We have overwritten the K8s version of the new cluster stack release by the one in the old release. This commit makes sure that we don't overwrite it. Signed-off-by: janiskemper <[email protected]>
- Loading branch information
1 parent
ff77a29
commit 783b8ba
Showing
3 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 4 additions & 5 deletions
9
tests/cluster-stacks/docker/valencia/cluster-addon/metrics-server/overwrite.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
values: | | ||
metrics-server: | ||
commonLabels: | ||
domain: "{{ .Cluster.spec.controlPlaneEndpoint.host }}" | ||
clusterAddonVersion: "v2" | ||
metrics-server: | ||
commonLabels: | ||
domain: "{{ .Cluster.spec.controlPlaneEndpoint.host }}" | ||
clusterAddonVersion: "v2" |
4 changes: 2 additions & 2 deletions
4
tests/cluster-stacks/docker/valencia/cluster-class/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
apiVersion: v2 | ||
description: | | ||
This chart installs and configures: | ||
* Docker Ferrol Cluster Class | ||
* Docker Valencia Cluster Class | ||
maintainers: | ||
- name: Syself | ||
email: [email protected] | ||
url: https://github.com/syself | ||
name: docker-ferrol-1-27-cluster-class | ||
name: docker-valencia-1-27-cluster-class | ||
type: application | ||
version: << .ClusterAddonVersion >> |