UNCLASSIFIED

README.md 843 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
For additional details on using this chart, view the README under the `chart` folder. It provides details on installation along with values that are important to update.