halkyonio / primaza-poc

Quarkus Primaza Application - POC
1 stars 7 forks source link

Use the latest sundrio version #465

Closed aureamunoz closed 4 months ago

aureamunoz commented 6 months ago

We need to use the latest sundrio once released

Related #464

cmoulliard commented 4 months ago

We need to use the latest sundrio once released

Can we now use the latest sunrio release ? @aureamunoz

aureamunoz commented 4 months ago

I will check if the fix has been released

aureamunoz commented 4 months ago

The fix hasn't been released yet.

cmoulliard commented 4 months ago

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 commented 4 months ago

superseded by #475