diff --git a/charts/kubedb-grafana-dashboards/crds/openviz.dev_grafanadashboards.yaml b/charts/kubedb-grafana-dashboards/crds/openviz.dev_grafanadashboards.yaml index 5f0a1f7b2..7c89a0487 100644 --- a/charts/kubedb-grafana-dashboards/crds/openviz.dev_grafanadashboards.yaml +++ b/charts/kubedb-grafana-dashboards/crds/openviz.dev_grafanadashboards.yaml @@ -50,10 +50,6 @@ spec: type: object spec: properties: - folderID: - description: FolderID defines the Grafana folderID - format: int64 - type: integer grafanaRef: description: GrafanaRef defines the grafana app binding name for the GrafanaDashboard @@ -149,6 +145,8 @@ spec: type: integer slug: type: string + state: + type: string uid: type: string url: diff --git a/hack/scripts/import-crds.sh b/hack/scripts/import-crds.sh index 317cd6a3e..b87f2c35b 100755 --- a/hack/scripts/import-crds.sh +++ b/hack/scripts/import-crds.sh @@ -97,7 +97,7 @@ KMODULES_RESOURCE_METADATA_TAG=${KMODULES_RESOURCE_METADATA_TAG:-v0.18.9} KUBEOPS_SUPERVISOR_TAG=${KUBEOPS_SUPERVISOR_TAG:-v0.0.5} KUBERNETES_SIGS_GATEWAY_API_TAG=${KUBERNETES_SIGS_GATEWAY_API_TAG:-v1.0.0} KUBESTASH_APIMACHINERY_TAG=${KUBESTASH_APIMACHINERY_TAG:-v0.10.0} -OPEN_VIZ_APIMACHINERY_TAG=${OPEN_VIZ_APIMACHINERY_TAG:-v0.0.7} +OPEN_VIZ_APIMACHINERY_TAG=${OPEN_VIZ_APIMACHINERY_TAG:-v0.0.8} crd-importer \ --input=https://github.com/kubestash/apimachinery/raw/${KUBESTASH_APIMACHINERY_TAG}/crds/addons.kubestash.com_addons.yaml \