diff --git a/application b/application index eba337f..f93574d 160000 --- a/application +++ b/application @@ -1 +1 @@ -Subproject commit eba337fb6889b547a43e511ed0f2383d6fdd0a50 +Subproject commit f93574db8f2c35dac6e640f72cc50d9351449fde diff --git a/argohandler/argohandler.go b/argohandler/argohandler.go index a394371..236ece8 100644 --- a/argohandler/argohandler.go +++ b/argohandler/argohandler.go @@ -110,10 +110,10 @@ func CreateApp(clustername string, ControlPlane string, PlatformVersion string, Name: "controlPlane.advanced.defaultImageRegistry", Value: "192.168.2.43:31898", }, - // { - // Name: "controlPlane.distro.k8s.version", - // Value: ControlPlane, - // }, + { + Name: "controlPlane.distro.k8s.version", + Value: PlatformVersion, + }, { Name: "controlPlane.distro.k8s.resources.limits.cpu", Value: Cpu,