Bosca / Kubernetes

Helm

Charts, releases, and no guesswork

A live catalog of the charts in your own repositories, an install that checks itself before it runs, and a release view that keeps every value, manifest, and revision where you can read it.

The catalog

Your repositories, browsable

The catalog reads from the repositories you've added, so what you see is what your cluster can actually pull. Search across them or narrow to one, then open a chart to find every version it offers and the default values it ships with — the same values you'll be editing a moment later.

  • Charts fetched live from your own repositories.
  • Search across every repo, or filter to one.
  • Each chart lists all its versions.
  • Default values shown before you install.
catalog
bosca-serverbosca6.1.0
bosca-runnerbosca6.1.0
cert-managerinternal1.16.1

Installing

It checks itself before it runs

Choose a namespace or create one, edit the chart's values, and run a dry run — the cluster resolves the whole release and reports back without applying anything. When you do install, the console is already listening: the status arrives from the first event onward, moving to deployed while you watch.

  • Pick an existing namespace or create one on the way through.
  • Values start from the chart's defaults and stay editable.
  • A server-side dry run before anything is applied.
  • Release status streams in from the first event.
installdeployed
Namespacepick or create
Valueschart defaults, editable
Dry runchecked server-side
Installstatus streams in

Releases

Everything a release is made of

Every release in the cluster, filterable by namespace and status. Open one and it's all there: the values it was given, the manifest it produced, the revisions it has been through, and the notes the chart printed on install. Upgrade it to a new version, or move it back to an earlier revision, from the same place.

  • Filter releases by name, namespace, or status.
  • Values, manifest, history, and notes on every release.
  • Upgrade to another version, or return to an earlier revision.
release · bosca-server
OverviewValuesManifestHistoryNotes
namespacebosca
revision4
statusdeployed

Repositories

Where the charts come from

Add the repositories your team publishes to and pulls from — OCI registries and classic HTTP repos alike. Credentials for private repositories are stored encrypted, and a refresh pulls the latest index whenever you need the newest versions.

boscaOCI
internalOCI
communityHTTP

Keep exploring

More on Kubernetes