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
- Host: GitHub
- URL: https://github.com/onecx/helm-angular-app
- Owner: onecx
- License: apache-2.0
- Created: 2023-04-12T09:21:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-11T06:42:34.000Z (7 months ago)
- Last Synced: 2025-11-11T08:29:34.548Z (7 months ago)
- Topics: devops
- Language: Smarty
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```