ship icon indicating copy to clipboard operation
ship copied to clipboard

A better way to deploy Kubernetes Helm charts

Results 88 ship issues
Sort by recently updated
recently updated
newest added

### Overview Right now, the state.json is stored in the filesystem by default (at `.ship/state.json`). We also have an option to store state remotely in a K8s secret. I'd like...

### Expected behavior On the 2nd step, when I set values for helm chart there's "Helm Namespace" field available. When I put a desired namespace there I expect that on...

I believe this may be a feature request. Possibly in the short-term, we could create some documentation to help others with this similar situation. ### Expected behavior When I run...

### Expected behavior Step 2 displays new screen ### Actual behavior Clicking 'Get Started' does nothing. Clicking it again goes to step 3 which says one still has to complete...

type::bug

I cannot ship init the spinnaker Helm chart. ``` $ ship version { "version": "0.46.1", "buildTime": "2019-06-13T18:53:28Z", "dependencies": { "helm": "v2.14.1", "kustomize": "v2.0.3", "terraform": "v0.11.14" } } ``` Then: ```...

type::bug

### Expected behavior ship init https://gitlab.com/charts/gitlab should not create an empty project ### Actual behavior ship init https://gitlab.com/charts/gitlab creates an empty project ### Information - Command line run: https://kubernetes.slack.com/archives/CFFKXV0JZ/p1560780271024900 ```...

Terraform state is stored in `state.json`, so we should have access to `outputs`. Let's expose them.

### Expected behavior Finishes the ship init process ### Actual behavior Gets stuck when saving the values with a `[ERROR] templates/: render error in "keycloak/templates/statefulset.yaml": template: keycloak/templates/_helpers.tpl:50:12: executing "keycloak.postgresql.fullname" at...

### Expected behavior When running the terraform step, all plan contents should be visible or there should be a scroll bar. ### Actual behavior A scrollbar never appears, and content...

type::bug
good first issue
UI

Would be cool if ship could add common app labels like `app.kubernetes.io/managed-by: ship`, as described in https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/ Probably something we could add in at the `overlays/ship` level? Not sure.

type::feature