Package Details: helm-secrets 4.7.7-2

Git Clone URL: https://aur.archlinux.org/helm-secrets.git (read-only, click to copy)
Package Base: helm-secrets
Description: Helm plugin to manage secrets with Git workflow and store them anywhere
Upstream URL: https://github.com/jkroepke/helm-secrets
Keywords: git helm plugin secrets sops yaml
Licenses: Apache-2.0
Submitter: matthias.lisin
Maintainer: supermario
Last Packager: supermario
Votes: 1
Popularity: 0.000000
First Submitted: 2020-05-26 01:20 (UTC)
Last Updated: 2026-06-11 16:03 (UTC)

Dependencies (4)

Required by (1)

Sources (1)

Latest Comments

1 2 Next › Last »

supermario commented on 2026-06-11 16:07 (UTC)

Good catch @mimhof, thanks I updated the .install too. Cheers

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)

The package no longer works with helm4. https://github.com/jkroepke/helm-secrets/wiki/Installation

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)

Great, thanks!

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.