UNCLASSIFIED

README.md 1.08 KB
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
```

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

17 18 19 20 21
To get the admin password (generated if you did not specify one):
```
kubectl get secrets -n anchore anchore-anchore-engine -o go-template='{{.data.ANCHORE_ADMIN_PASSWORD | base64decode}}' | xargs
```

Micah Nagel's avatar
Micah Nagel committed
22 23 24 25 26
To delete Anchore when deployed this way:
```
helm delete anchore -n anchore
```

Micah Nagel's avatar
Micah Nagel committed
27
## Usage
Micah Nagel's avatar
Micah Nagel committed
28

Micah Nagel's avatar
Micah Nagel committed
29 30 31
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.