-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crossplane providers cannot be installed #474
Labels
bug
Something isn't working
Comments
cmoulliard
added a commit
to ch007m/primaza-poc
that referenced
this issue
May 2, 2024
…kyonio#474 Signed-off-by: cmoulliard <[email protected]>
aureamunoz
pushed a commit
that referenced
this issue
May 3, 2024
Signed-off-by: cmoulliard <[email protected]>
aureamunoz
pushed a commit
to aureamunoz/servicebox-poc
that referenced
this issue
May 3, 2024
…kyonio#474 Signed-off-by: cmoulliard <[email protected]>
cmoulliard
added a commit
that referenced
this issue
May 3, 2024
…l the crossplane providers (#475) * Use the latest sundrio version Related #464 * Use the latest sundrio version Related #464 * Switch to the new repository: xpkg.upbound.io/crossplane-contrib. #474 Signed-off-by: cmoulliard <[email protected]> * Add new script installing the container registry * Revert to 0.14 as next releases intriduced the ManagementPolicies which is generating the error: String cannot be cast to class io.crossplane.helm.v1beta1.ReleaseSpec Signed-off-by: cmoulliard <[email protected]> * Add parameter to disable the script execution which requires locally to click on enter key Signed-off-by: cmoulliard <[email protected]> * Align the instructions with the github flow Signed-off-by: cmoulliard <[email protected]> * Remove non needed text Signed-off-by: cmoulliard <[email protected]> * Use helm-provider 0.18.1 which supports ManagementPolicies Signed-off-by: cmoulliard <[email protected]> * Export TIME_WAIT property Signed-off-by: cmoulliard <[email protected]> * Use url pointing to the CRD released with 0.18.1 Signed-off-by: cmoulliard <[email protected]> * Define the managementPolicies Signed-off-by: cmoulliard <[email protected]> * Reformated the KubernetesClientService class and Crossplane DSL Signed-off-by: cmoulliard <[email protected]> * Log primaza pod too as we don't get it when error HTTP 500 occurs during the binding Signed-off-by: cmoulliard <[email protected]> * Log primaza pod too as we don't get it when error HTTP 500 occurs during the binding Signed-off-by: cmoulliard <[email protected]> * Added CRDs under src/main/crds Signed-off-by: cmoulliard <[email protected]> * Moving the defintion of the fabric8 kubernetes client to be used to the parent pom Signed-off-by: cmoulliard <[email protected]> * Commenting the line containing as managementPolicies value: \*\ to check if the error is gone. #476 Signed-off-by: cmoulliard <[email protected]> * Make the titles of the job defintion a bit shorter Signed-off-by: cmoulliard <[email protected]> * Commenting the line containing as managementPolicies default value: \*\ too to check if the error is gone. #476 Signed-off-by: cmoulliard <[email protected]> * Commenting another lines containing as managementPolicies value: \*\ to check if the error is gone. #476 Signed-off-by: cmoulliard <[email protected]> * Find a temporary workaround concerning the CRD serialization issue. #476 Signed-off-by: cmoulliard <[email protected]> * Let's keep the value \'*' as enum. Remove the managementPolicies from the createCrossplaneHelmRelease. #476 Signed-off-by: cmoulliard <[email protected]> --------- Signed-off-by: cmoulliard <[email protected]> Co-authored-by: Auri Munoz <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
Crossplane providers (helm, kubernetes) cannot be installed anymore using the script
./scripts/Crossplane.sh
Reason
The repository hosting the providers changes from
crossplane/provider-kubernetes
toxpkg.upbound.io/crossplane-contrib/provider-kubernetes
This issue impacts the PR: #465
The text was updated successfully, but these errors were encountered: