-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Description
I noticed an inconsistency between the Install Manifest shown in the Upbound Marketplace for provider-http and the manifests in this GitHub repository.
In the Upbound Marketplace, clicking the Install Manifest button provides a manifest that uses:
apiVersion: pkg.crossplane.io/v1alpha1However, this apiVersion is deprecated and should be updated to:
apiVersion: pkg.crossplane.io/v1The GitHub repository already reflects the correct pkg.crossplane.io/v1 apiVersion, so this appears to be a sync issue between the repository and the Upbound Marketplace.
Expected Behavior
The Install Manifest shown in the Upbound Marketplace should use:
apiVersion: pkg.crossplane.io/v1so that it matches the current Crossplane API version and the manifests in this repository.
Actual Behavior
The Install Manifest in the Upbound Marketplace still uses:
apiVersion: pkg.crossplane.io/v1alpha1Additional Context
I contacted Upbound support about this, and they suggested opening an issue in this repository so it can be tracked and resolved.
References
- Upbound Marketplace | provider-http overview
- GitHub | provider http YAML installation