Skip to content
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

Use the latest sundrio version #465

Closed
wants to merge 2 commits into from

Conversation

aureamunoz
Copy link
Contributor

We need to use the latest sundrio once released

Related #464

pom.xml Outdated Show resolved Hide resolved
@cmoulliard
Copy link
Contributor

We need to use the latest sundrio once released

Can we now use the latest sunrio release ? @aureamunoz

@aureamunoz
Copy link
Contributor Author

I will check if the fix has been released

@aureamunoz
Copy link
Contributor Author

The fix hasn't been released yet.

@cmoulliard
Copy link
Contributor

cmoulliard commented May 2, 2024

There is still a job failing due to a problem to install crossplane

NOTE: Installing the Helm provider ...
provider.pkg.crossplane.io/helm-provider created
 kubectl wait provider.pkg.crossplane.io/helm-provider --for condition=Healthy=true --timeout=300s
error: timed out waiting for the condition on providers/helm-provider

When I use the script locally ./scripts/crossplane.sh then I got this error

apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
  annotations:
    kubectl.kubernetes.io/last-applied-configuration: |
      {"apiVersion":"pkg.crossplane.io/v1","kind":"Provider","metadata":{"annotations":{},"name":"helm-provider"},"spec":{"controllerConfigRef":{"name":"debug-config"},"package":"crossplanecontrib/pr
ovider-helm:v0.14.0"}}
  creationTimestamp: "2024-05-02T10:43:38Z"
  generation: 1
  name: helm-provider
  resourceVersion: "848"
  uid: 63696f5a-f856-459c-b03a-b39273415c41
spec:
  controllerConfigRef:
    name: debug-config
  ignoreCrossplaneConstraints: false
  package: crossplanecontrib/provider-helm:v0.14.0
  packagePullPolicy: IfNotPresent
  revisionActivationPolicy: Automatic
  revisionHistoryLimit: 1
  runtimeConfigRef:
    apiVersion: pkg.crossplane.io/v1beta1
    kind: DeploymentRuntimeConfig
    name: default
  skipDependencyResolution: false
status:
  conditions:
  - lastTransitionTime: "2024-05-02T10:43:39Z"
    message: 'cannot unpack package: failed to fetch package digest from remote: failed
      to fetch package descriptor with a GET request after a previous HEAD request
      failure: GET https://xpkg.upbound.io/service/token?scope=repository%3Acrossplanecontrib%2Fprovider-helm%3Apull&service=xpkg.upbound.io:
      unexpected status code 404 Not Found: GET https://xpkg.upbound.io/service/token?scope=repository%3Acrossplanecontrib%2Fprovider-helm%3Apull&service=xpkg.upbound.io:
      unexpected status code 404 Not Found'
    reason: UnpackingPackage
    status: "False"
    type: Installed

So something changed ...
@aureamunoz

@aureamunoz
Copy link
Contributor Author

superseded by #475

@aureamunoz aureamunoz closed this May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants