Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Allow Helm values editor to be searchable (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebramanti committed Nov 17, 2018
1 parent a40c14b commit c79b88d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/init/package.json
@@ -1,6 +1,6 @@
{
"name": "@replicatedhq/ship-init",
"version": "1.4.5",
"version": "1.4.6",
"description": "Shared component that contains the Ship Init app",
"author": "Replicated, Inc.",
"license": "Apache-2.0",
Expand Down
1 change: 1 addition & 0 deletions web/init/src/components/kustomize/HelmValuesEditor.jsx
Expand Up @@ -9,6 +9,7 @@ import find from "lodash/find";

import "../../../node_modules/brace/mode/yaml";
import "../../../node_modules/brace/theme/chrome";
import "../../../node_modules/brace/ext/searchbox";

export default class HelmValuesEditor extends React.Component {
constructor(props) {
Expand Down

0 comments on commit c79b88d

Please sign in to comment.