Skip to content

Commit

Permalink
chore(t8s-cluster/management-cluster)!: Revert "feat(t8s-cluster/mana… (
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Apr 26, 2024
1 parent 5776f0f commit d59bc9e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
5 changes: 5 additions & 0 deletions charts/t8s-cluster/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@ kustomize, which means that you have to either manually add the required labels
everything or, which we would recommend, just uninstall the ccm, the csi and
delete the cloud-config secret, as these will just be recreated during installation.


### 5.x.x -> 7.x.x

Just skip version 6.x.x, as there was a mistake and it has been reverted.

{{ .Files.Get "values.md" }}
2 changes: 0 additions & 2 deletions charts/t8s-cluster/ci/artifacthub-values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
metadata:
environment: production
3 changes: 0 additions & 3 deletions charts/t8s-cluster/templates/management-cluster/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ spec:
teutonetesCloudRef:
kind: TeutonetesCloud
name: {{ required "You need to set the `cloud`" .Values.cloud }}
{{- with .Values.metadata.environment }}
environment: {{ . | quote }}
{{- end }}
{{- with .Values.version }}
version: {{ printf "v%d.%d.%d" (.major | int) (.minor | int) (.patch | int) }}
{{- end }}
Expand Down
3 changes: 0 additions & 3 deletions charts/t8s-cluster/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@
},
"remarks": {
"type": "string"
},
"environment": {
"type": "string"
}
},
"required": [
Expand Down

0 comments on commit d59bc9e

Please sign in to comment.