-
Notifications
You must be signed in to change notification settings - Fork 272
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
doc: Update installation.md #703
Conversation
@@ -19,7 +19,7 @@ Argo CD is running. Don't worry, without any configuration, it will not start me | |||
We also provide a Kustomize base in addition to the plain Kubernetes YAML | |||
manifests. You can use it as remote base and create overlays with your | |||
configuration on top of it. The remote base's URL is | |||
`https://github.com/argoproj-labs/argocd-image-updater/manifests/base` | |||
`https://github.com/argoproj-labs/argocd-image-updater/tree/master/manifests/base` | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can use the stable version, to be consistent with the install.yaml
later in this doc:
https://github.com/argoproj-labs/argocd-image-updater/tree/stable/manifests/base
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #703 +/- ##
=======================================
Coverage 66.27% 66.27%
=======================================
Files 22 22
Lines 2150 2150
=======================================
Hits 1425 1425
Misses 591 591
Partials 134 134 ☔ View full report in Codecov by Sentry. |
Pls see comments in #533 |
Correct! @chengfang |
LGTM |
@Ileriayo could you please fix DCO? |
Signed-off-by: Ileriayo Adebiyi <[email protected]>
Done @pasha-codefresh |
Replace invalid GitHub url reference with the right one that points to the codebase on the master branch.