You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
When running operator in cluster I get the following errors
status:
conditions:
- lastTransitionTime: "2023-10-13T13:38:01Z"
status: "False"
type: Deployed
- lastTransitionTime: "2023-10-13T13:38:01Z"
status: "True"
type: Initialized
- lastTransitionTime: "2023-10-13T13:38:26Z"
message: |-
values don't meet the specifications of the schema(s) in the following chart(s):
upstream:
Get "https://raw.githubusercontent.com/bitnami/charts/main/bitnami/postgresql/values.schema.json": x509: certificate signed by unknown authority
reason: ReconcileError
status: "True"
type: Irreconcilable
- lastTransitionTime: "2023-10-13T13:38:01Z"
message: |-
values don't meet the specifications of the schema(s) in the following chart(s):
upstream:
Get "https://raw.githubusercontent.com/bitnami/charts/main/bitnami/postgresql/values.schema.json": x509: certificate signed by unknown authority
reason: InstallError
status: "True"
type: ReleaseFailed
What are the steps to reproduce this bug?
build and push operator, bundle and catalog images
backstage/charts#141 is probably going to "fix" this.
It is not going to fix the root cause of why this is getting certificate errors, but after it is merged, the helm chart won't try fetching remote schemas anymore.
But the root cause of this is still going to be present, and it could cause problems somewhere else.
Describe the bug
When running operator in cluster I get the following errors
What are the steps to reproduce this bug?
Versions of software used and environment
tested on crc and 4.13 cluster on GCP both with the same problem
The text was updated successfully, but these errors were encountered: