Skip to content

Commit cf3e4f8

Browse files
authored
chore: remove archived and update plugin link (#1727)
Signed-off-by: Gökhan Alkacir <[email protected]>
1 parent 020eea6 commit cf3e4f8

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

content/en/docs/community/related.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ request](https://github.com/helm/helm-www/pulls).
3636
- [helm-release-plugin](https://github.com/JovianX/helm-release-plugin) - Plugin for Release management, Update release values, pulls(re-creates) helm Charts from deployed releases, set helm release TTL.
3737
- [helm-s3](https://github.com/hypnoglow/helm-s3) - Helm plugin that allows to
3838
use AWS S3 as a [private] chart repository
39-
- [helm-schema-gen](https://github.com/karuppiah7890/helm-schema-gen) - Helm
40-
Plugin that generates values yaml schema for your Helm 3 charts
4139
- [helm-secrets](https://github.com/jkroepke/helm-secrets) - Plugin to manage
4240
and store secrets safely (based on [sops](https://github.com/mozilla/sops))
4341
- [helm-sigstore](https://github.com/sigstore/helm-sigstore) -
@@ -46,7 +44,7 @@ request](https://github.com/helm/helm-www/pulls).
4644
rendering Tanka/Jsonnet inside Helm charts.
4745
- [hc-unit](https://github.com/xchapter7x/hcunit) - Plugin for unit testing
4846
charts locally using OPA (Open Policy Agent) & Rego
49-
- [helm-unittest](https://github.com/quintush/helm-unittest) - Plugin for unit
47+
- [helm-unittest](https://github.com/helm-unittest/helm-unittest) - Plugin for unit
5048
testing chart locally with YAML
5149
- [helm-val](https://github.com/HamzaZo/helm-val) - A plugin to get
5250
values from a previous release.

content/ko/docs/community/related.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ weight: 3
2121
릴리스 및 롤백을 모니터링하는 플러그인
2222
- [helm-k8comp](https://github.com/cststack/k8comp) - k8comp 를 사용하여 hiera 에서
2323
헬름 차트를 생성하는 플러그인
24-
- [helm-unittest](https://github.com/lrills/helm-unittest) - YAML로
24+
- [helm-unittest](https://github.com/helm-unittest/helm-unittest) - YAML로
2525
로컬에서 차트를 단위 테스트하기 위한 플러그인
2626
- [hc-unit](https://github.com/xchapter7x/hcunit) - OPA (Open Policy Agent) 및 Rego로
2727
로컬에서 차트를 단위 테스트하기 위한 플러그인
2828
- [helm-s3](https://github.com/hypnoglow/helm-s3) - [프라이빗] 차트 저장소로 AWS S3를
2929
사용할 수 있게 해주는 헬름 플러그인
30-
- [helm-schema-gen](https://github.com/karuppiah7890/helm-schema-gen) - 헬름 3 차트에 대한
31-
값(values) yaml 스키마를 생성하는 헬름 플러그인
3230
- [helm-secrets](https://github.com/jkroepke/helm-secrets) - 비밀정보를 안전하게 관리하고
3331
보관하기 위한 플러그인 ([sops](https://github.com/mozilla/sops) 기반)
3432

content/uk/docs/community/related.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ weight: 3
2323
- [helm-monitor](https://github.com/ContainerSolutions/helm-monitor) — Втулок для моніторингу релізу та відкату на основі запиту Prometheus/ElasticSearch.
2424
- [helm-release-plugin](https://github.com/JovianX/helm-release-plugin) — Втулок для управління релізами, оновлення значень релізу, витягує (перестворює) Helm чарти з розгорнутих релізів, встановлює TTL релізу Helm.
2525
- [helm-s3](https://github.com/hypnoglow/helm-s3) — Втулок Helm, який дозволяє використовувати AWS S3 як [приватний] репозиторій чартів.
26-
- [helm-schema-gen](https://github.com/karuppiah7890/helm-schema-gen) — Втулок Helm, який генерує схему yaml значень для ваших Helm 3 чартів.
2726
- [helm-secrets](https://github.com/jkroepke/helm-secrets) — Втулок для безпечного керування та зберігання секретів (на основі [sops](https://github.com/mozilla/sops)).
2827
- [helm-sigstore](https://github.com/sigstore/helm-sigstore) — Втулок для Helm для інтеграції з екосистемою [sigstore](https://sigstore.dev/). Пошук, завантаження та перевірка підписаних Helm чартів.
2928
- [helm-tanka](https://github.com/Duologic/helm-tanka) — Втулок Helm для рендерингу Tanka/Jsonnet всередині Helm чартів.
3029
- [hc-unit](https://github.com/xchapter7x/hcunit) — Втулок для юніт-тестування чартів локально за допомогою OPA (Open Policy Agent) & Rego.
31-
- [helm-unittest](https://github.com/quintush/helm-unittest) — Втулок для юніт-тестування чартів локально з YAML.
30+
- [helm-unittest](https://github.com/helm-unittest/helm-unittest) — Втулок для юніт-тестування чартів локально з YAML.
3231
- [helm-val](https://github.com/HamzaZo/helm-val) — Втулок для отримання значень з попереднього релізу.
3332
- [helm-external-val](https://github.com/kuuji/helm-external-val) — Втулок, який отримує значення helm з зовнішніх джерел (configMaps, Secrets тощо).
3433
- [helm-images](https://github.com/nikhilsbhat/helm-images) — Втулок Helm для отримання всіх можливих зображень з чарту перед розгортанням або з розгорнутого релізу.

content/zh/docs/community/related.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@ chart的helm v3插件。
2323
Prometheus/ElasticSearch的用于监控版本发布和回滚的插件
2424
- [helm-release-plugin](https://github.com/JovianX/helm-release-plugin) - 该插件用于管理已部署的release,更新release值,拉取(重建)helm chart,以及设置helm release TTL。
2525
- [helm-s3](https://github.com/hypnoglow/helm-s3) - 允许使用AWS S3作为[私有]chart仓库的插件
26-
- [helm-schema-gen](https://github.com/karuppiah7890/helm-schema-gen) - 为Helm
27-
3生成values的yaml框架的插件
2826
- [helm-secrets](https://github.com/jkroepke/helm-secrets) - 安全存储密钥的插件
2927
(基于[sops](https://github.com/mozilla/sops)
3028
- [helm-sigstore](https://github.com/sigstore/helm-sigstore) - Helm集成[sigstore](https://sigstore.dev/)生态的插件。
3129
用于搜索、上传及验证已签名的Helm chart。
3230
- [helm-tanka](https://github.com/Duologic/helm-tanka) - 在Helm chart中渲染Tanka/Jsonnet的插件
3331
- [hc-unit](https://github.com/xchapter7x/hcunit) - 使用OPA (Open Policy Agent) 和 Rego本地进行chart单元测试的插件
34-
- [helm-unittest](https://github.com/quintush/helm-unittest) - 使用YAML本地进行chart单元测试的插件
32+
- [helm-unittest](https://github.com/helm-unittest/helm-unittest) - 使用YAML本地进行chart单元测试的插件
3533
- [helm-val](https://github.com/HamzaZo/helm-val) - 从之前的版本中获取值的插件
3634
- [helm-external-val](https://github.com/kuuji/helm-external-val) - 从外部资源(configMaps,
3735
Secrets等)获取Helm values的插件

0 commit comments

Comments
 (0)