While studying about Continuous Delivery on Napptive I came across this repository which explains the process perfectly but shouldn't apiVersion in appconfig and component.yml file be changed from apiVersion: core.oam.dev/v1alpha2 to
apiVersion: core.oam.dev/v1beta1 as mentioned in the Napptive Docs
While studying about Continuous Delivery on Napptive I came across this repository which explains the process perfectly but shouldn't apiVersion in appconfig and component.yml file be changed from
apiVersion: core.oam.dev/v1alpha2toapiVersion: core.oam.dev/v1beta1as mentioned in the Napptive Docs