UNCLASSIFIED

"CONTRIBUTING.md" did not exist on "b7519d5d771603e025cc9709904e5f9b290b3ad1"
README.md 902 Bytes
Newer Older
Micah Nagel's avatar
Micah Nagel committed
1 2
# Anchore Package Chart

Micah Nagel's avatar
Micah Nagel committed
3
This is a modified upstream chart. Custom templates and values are added to support SSO, VirtualServices, Ironbank images, and other Big Bang features.
Micah Nagel's avatar
Micah Nagel committed
4

Micah Nagel's avatar
Micah Nagel committed
5
Temporarily the subchart dependencies for postgres and redis are downloaded under the `dependencies` folder. These should be replaced by Big Bang packages in the future.
Micah Nagel's avatar
Micah Nagel committed
6

Micah Nagel's avatar
Micah Nagel committed
7
To update the dependency tgz(s) under the `chart/charts` folder:
Micah Nagel's avatar
Micah Nagel committed
8
```
Micah Nagel's avatar
Micah Nagel committed
9
helm dependency update chart
Micah Nagel's avatar
Micah Nagel committed
10 11 12 13 14 15 16 17 18 19 20 21
```

To deploy Anchore apart from Umbrella:
```
helm upgrade -i anchore chart -n anchore --create-namespace -f chart/values.yaml
```

To delete Anchore when deployed this way:
```
helm delete anchore -n anchore
```

Micah Nagel's avatar
Micah Nagel committed
22
## Usage
Micah Nagel's avatar
Micah Nagel committed
23

Micah Nagel's avatar
Micah Nagel committed
24 25 26
For additional information and documentation help, start with the [documents folder](./docs/README.md).

Within this folder there is documentation on the chart, keycloak, metrics, and the big bang specific changes from upstream.