An open API service indexing awesome lists of open source software.

https://github.com/onecx/helm-angular-app

OneCX angular application helm template
https://github.com/onecx/helm-angular-app

devops

Last synced: 4 months ago
JSON representation

OneCX angular application helm template

Awesome Lists containing this project

README

          

# helm-angular-app

OneCX angular application helm template

## Add to Angular apps

Add latest `0.x.x` version.
```yaml
dependencies:
- name: helm-angular-app
alias: app
version: ^0
repository: oci://ghcr.io/onecx/charts
```

#### Default configuration

```
app:
image:
repository: "onecx/${project.name}"
tag: latest
```