getporter / porter

Porter enables you to package your application artifact, client tools, configuration and deployment logic together as an installer that you can distribute, and install with a single command.
https://porter.sh
Apache License 2.0
1.23k stars 205 forks source link

Duplicate Status in Installation and InstallationSpec struct #3232

Closed robinbraemer closed 1 week ago

robinbraemer commented 1 week ago

Not sure but I better report, removing the Status field from the InstallationSpec was forgotten by #2435

https://github.com/getporter/porter/blob/0f4d9766ba8afd8f118d84733309ea592cabea52/pkg/storage/installation.go#L71

@carolynvs