diff --git a/docs/modules/cockpit/pages/installation.adoc b/docs/modules/cockpit/pages/installation.adoc index a5e83981..09d2115a 100644 --- a/docs/modules/cockpit/pages/installation.adoc +++ b/docs/modules/cockpit/pages/installation.adoc @@ -37,15 +37,15 @@ First ensure that you have installed the Stackable Operators Helm repository: [source,console] ---- -$ helm repo add stackable https://repo.stackable.tech/repository/helm-stable/ +$ helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev/ ---- Then install the Stackable Cockpit: [source,console] ---- -$ helm upgrade listener-operator stackable/stackable-cockpit --install \ - --set-file htpasswd=my-htpasswd +$ helm upgrade stackable-cockpit stackable-dev/stackable-cockpit --install \ + --version 0.0.0-dev --set-file htpasswd=my-htpasswd ---- Helm will deploy the service in Kubernetes containers. You're now ready to access the cockpit! diff --git a/web/src/api/schema.d.ts b/web/src/api/schema.d.ts index 63853c7a..f3bdb6ce 100644 --- a/web/src/api/schema.d.ts +++ b/web/src/api/schema.d.ts @@ -157,8 +157,6 @@ export interface components { pathItems: never; } -export type $defs = Record; - export type external = Record; export interface operations {