https://github.com/yandex-cloud-examples/yc-courses-ru-devsecops-helm-charts
Материалы для курса «DevSecOps в облачном CI/CD».
https://github.com/yandex-cloud-examples/yc-courses-ru-devsecops-helm-charts
cicd course devsecops yandex-cloud yandex-practicum yandex-praktikum yandexcloud
Last synced: 2 months ago
JSON representation
Материалы для курса «DevSecOps в облачном CI/CD».
- Host: GitHub
- URL: https://github.com/yandex-cloud-examples/yc-courses-ru-devsecops-helm-charts
- Owner: yandex-cloud-examples
- License: apache-2.0
- Created: 2024-03-13T19:35:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-13T19:36:01.000Z (about 1 year ago)
- Last Synced: 2024-12-29T15:47:06.650Z (4 months ago)
- Topics: cicd, course, devsecops, yandex-cloud, yandex-practicum, yandex-praktikum, yandexcloud
- Homepage: https://practicum.yandex.ru/profile/ycloud-devsecops/subscribe
- Size: 308 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
README
# Материалы для курса «DevSecOps в облачном CI/CD»
https://practicum.yandex.ru/profile/ycloud-devsecops/subscribe
## Personal helm charts
### Add repo
- To add repo:
```
helm repo add yc-courses-ru-devsecops-helm-charts https://yandex-cloud-examples.github.io/yc-courses-ru-devsecops-helm-charts/
```
- Update repos
```
helm repo update
```
- To check charts in added repo:
```
helm search repo yc-courses-ru-devsecops-helm-charts
```### Add chart to repo
- Generate helm package from chart folder
```
helm package .
```
- Copy generated `.tgz` to this repository dir
- Update index.yaml file on root of repository dir
```
helm repo index . --url "https://yandex-cloud-examples.github.io/yc-courses-ru-devsecops-helm-charts/"
```
- Commit changes### Current charts
```
❯ helm search repo yc-courses-ru-devsecops-helm-charts
NAME CHART VERSION APP VERSION DESCRIPTION
yc-courses-ru-devsecops-helm-charts/defectdojo 1.6.45 2.16.1 A Helm chart for Kubernetes to install DefectDojo
```