Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 15 hours ago
JSON representation

Материалы для курса «DevSecOps в облачном CI/CD».

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
```