Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ArgoCD example Dockerfile in documentation #493

Merged
merged 2 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions USERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ information to this file.
|--------------|------------|-----------------------------------------------------------------------------------------------------------|----------|----------|
| adorsys | production | Using helm-secrets for production deployments since 2017 | Germany | Dec 2022 |
| Würth IT GmbH| production | Using helm-secrets to deploy our helm charts to our on premise open shift container platform | Germany | June 2024|
| Sopra Steria | production | Using helm-secrets to deploy helm charts using ArgoCD on several platform | Europe | Jan 2025 |
2 changes: 1 addition & 1 deletion docs/ArgoCD Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Below is an example `Dockerfile` which incorporates `sops` and `helm-secrets` in

```Dockerfile
ARG ARGOCD_VERSION="v2.11.4"
FROM argoproj/argocd:$ARGOCD_VERSION
FROM quay.io/argoproj/argocd:$ARGOCD_VERSION
ARG SOPS_VERSION=3.9.0
ARG KUBECTL_VERSION=1.30.2
ARG VALS_VERSION=0.37.3
Expand Down
Loading