Andrew Lavery

Results 60 issues of Andrew Lavery

The `TLSCert` and `TLSKey` template functions do not seem to coordinate properly when used on the config page. For example, ``` apiVersion: kots.io/v1beta1 kind: Config metadata: name: app-slug spec: groups:...

type::bug

As demonstrated by the version strings at the bottom of the page, running `kubectl kots admin-console upgrade` does not trigger a refresh. The webpage should detect this and reload.

type::bug

If multiple copies of an object exist with the same GVK + name but different namespaces, the diff viewer will only show the first, ignoring any others.

type::bug

Schemahero always requests to recreate `ASC` indexes in postgresql, which is exposed by this test case.

#### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes # #### Special notes for your reviewer: ## Steps to reproduce #### Does...

type::chore

#### What this PR does / why we need it: Adds Longhorn v1.4.2, as k8s 1.27+ require Longhorn 1.4+. #### Which issue(s) this PR fixes: Fixes # #### Special notes...

type::feature

#### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes # #### Special notes for your reviewer: ## Steps to reproduce #### Does...

## Description Fixes # (issue) Currently, helm chart apply order is determined by sorting the helm chart manifest filenames. The order is included as the first element in the filename,...

#### Why is this change required? #### What is changed? As requested in https://github.com/openebs/charts/issues/329, this sets `allowVolumeExpansion` to `true` for the localpv hostpath provisioner. This provisioner does not enforce PVC...

**Why is this PR required? What issue does it fix?**: There is currently no way to specify additional labels to be applied to the resources in the chart - only...