Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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».
- Host: GitHub
- URL: https://github.com/yandex-cloud-examples/yc-courses-ru-devsecops-helm-charts
- Owner: yandex-cloud-examples
- License: apache-2.0
- Created: 2023-03-30T10:36:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-27T18:21:11.000Z (about 1 year ago)
- Last Synced: 2023-10-27T19:28:09.237Z (about 1 year ago)
- Topics: cicd, course, devsecops, yandex-cloud, yandex-practicum, yandex-praktikum, yandexcloud
- Homepage: https://practicum.yandex.ru/profile/ycloud-devsecops/subscribe
- Size: 309 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```