https://github.com/ventx/argocd-helm-secrets
Argo CD with sops (helm-secrets)
https://github.com/ventx/argocd-helm-secrets
Last synced: 5 months ago
JSON representation
Argo CD with sops (helm-secrets)
- Host: GitHub
- URL: https://github.com/ventx/argocd-helm-secrets
- Owner: ventx
- Created: 2020-05-03T19:40:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T08:38:58.000Z (about 6 years ago)
- Last Synced: 2025-02-16T23:14:24.934Z (over 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# argocd-helm-secrets
Custom Argo CD Docker image with [sops](https://github.com/mozilla/sops) and ([helm-secrets](https://github.com/zendesk/helm-secrets)).
## Docker Hub
[ventx/argocd-helm-secrets](https://cloud.docker.com/u/ventx/repository/docker/ventx/argocd-helm-secrets)
## Docker image
* Base Image: [argoproj/argocd](https://hub.docker.com/r/argoproj/argocd):[v1.5.3](https://hub.docker.com/layers/argoproj/argocd/v1.5.3/images/sha256-60edd3283acbfc83cc6e23218c3882d512273f4a3073940b1619f8d8be9c6a1e?context=explore)
* OS: debian:10-slim _([Debian Buster](https://www.debian.org/releases/buster/))_
## Installed Packages (apt)
* [curl](https://packages.debian.org/buster/curl)
* [wget](https://packages.debian.org/buster/wget)
## Installed Packages (go binaries)
* [sops](https://github.com/mozilla/sops) `v3.5.0`
# Helm Plugins
* [helm-secrets](https://github.com/zendesk/helm-secrets) `2.0.2`