惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
B
Blog
P
Proofpoint News Feed
美团技术团队
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Vercel News
Vercel News
有赞技术团队
有赞技术团队
小众软件
小众软件
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Google DeepMind News
Google DeepMind News
Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
aimingoo的专栏
aimingoo的专栏
H
Help Net Security
罗磊的独立博客
L
LangChain Blog
GbyAI
GbyAI
腾讯CDC
T
The Blog of Author Tim Ferriss
Microsoft Security Blog
Microsoft Security Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - helm-secrets
2026-06-12 · via AUR Newest Packages

Latest Comments

mimhof commented on 2026-06-11 13:56 (UTC)

It works for me. Thanks! The only other thing I noticed is that the “helm-secrets.install” file is missing updates for the three individual plugins.

supermario commented on 2026-06-09 14:36 (UTC)

I've tried to split the package into the individual plugins like they do upstream. Let me know if it's working for you. Cheers

mimhof commented on 2026-06-01 14:02 (UTC)

cwrau commented on 2025-10-16 08:33 (UTC)

@mimhof, yes the sed command should be removed, it works without it;

diff --git a/PKGBUILD b/PKGBUILD
index 4bbaa6c..bc34032 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,6 @@ sha256sums=('5e491d31bcc51730a53b5017de6efe54f705e511a254bb01603b97cb72e4ce37')

 prepare() {
   cd "${pkgname}-${pkgver}"
-  sed -i '/platformCommand:/,+3 d' plugin.yaml
 }

 package() {

mimhof commented on 2025-05-28 09:47 (UTC)

Perhaps the sed command can be removed from the PKBUILD in the meantime.

mimhof commented on 2025-05-28 09:39 (UTC)

Is it possible that the following lines from line 6 onwards are missing in the plugin.yaml file?

platformCommand: - os: linux command: ‘$HELM_PLUGIN_DIR/scripts/run.sh’ - os: darwin

mimhof commented on 2024-08-13 07:11 (UTC) (edited on 2024-08-13 07:11 (UTC) by mimhof)

I have the following errors during execution:

failed to load plugins: failed to load plugin at "/home/imhof_marco/.local/share/helm/plugins/secrets/plugin.yaml": error converting YAML to JSON: yaml: line 7: did not find expected key
Error: failed to load plugin at "/home/imhof_marco/.local/share/helm/plugins/secrets/plugin.yaml": error converting YAML to JSON: yaml: line 7: did not find expected key

I think line 22 in PKBUILD should look better like this:

sed -i '/platformCommand:/,+3 d' plugin.yaml

Deleting one more line.

supermario commented on 2020-12-10 03:03 (UTC)

matthias.lisin commented on 2020-12-10 02:49 (UTC)

@supermario updated. (forgot to reset pkgrel...) I no longer use this package tbh, so I hope you will take good care of it. Feel free to contact me anytime if you need any help.

supermario commented on 2020-12-10 00:28 (UTC)

zendesk/helm-secrets seems abandoned. There is an active fork here: https://github.com/jkroepke/helm-secrets

It has also been updated on the official helm.sh website to point to the new fork. What do you think about switching this package to use the fork too?