| Age | Commit message (Collapse) | Author |
|
The docs mentioned `argocd-image-updater-cm` while the correct name is `argocd-image-updater-config`
|
|
The code block used `gcr` for GitHub Container Registry, changed them to `ghcr`
|
|
The non-quoted true, false variable assignment in the `argocd-image-updater-config` ConfigMap is causing failures. Quoted them now.
|
|
|
|
|
|
* docs: Use versioned installation manifests in install docs
Signed-off-by: jannfis <jann@mistrust.net>
* docs: Use versioned installation manifests in install instructions
Signed-off-by: jannfis <jann@mistrust.net>
|
|
* docs: Mention support channels and some fixes
Signed-off-by: jannfis <jann@mistrust.net>
* docs: Mention support channels and some fixes
Signed-off-by: jannfis <jann@mistrust.net>
|
|
Signed-off-by: jannfis <jann@mistrust.net>
|
|
|
|
* feat: allow write-back to actual kustomization files #199
* fix: was not handling default path correctly
default is the source path
* fix: sort imports
|
|
|
|
* feat: Support Git commit message templates
Signed-off-by: jannfis <jann@mistrust.net>
* More templating
Signed-off-by: jannfis <jann@mistrust.net>
* Update
Signed-off-by: jannfis <jann@mistrust.net>
* Make TemplateCommitMessage public
Signed-off-by: jannfis <jann@mistrust.net>
* Update
Signed-off-by: jannfis <jann@mistrust.net>
* Update
Signed-off-by: jannfis <jann@mistrust.net>
* Introduce git.CommitOptions{}
Signed-off-by: jannfis <jann@mistrust.net>
* Update documentation for commit message templates
Signed-off-by: jannfis <jann@mistrust.net>
* Add unit tests
Signed-off-by: jannfis <jann@mistrust.net>
* Update manifests
Signed-off-by: jannfis <jann@mistrust.net>
* Fix typo in docs
Signed-off-by: jannfis <jann@mistrust.net>
* Fix linter issues
Signed-off-by: jannfis <jann@mistrust.net>
* Fix linter issues
Signed-off-by: jannfis <jann@mistrust.net>
|
|
Signed-off-by: jannfis <jann@mistrust.net>
|
|
* allow image updates to be forced if container not present #181
* explain new code, refactor image parsing and test
|
|
* docs: Some updates to strategy docs
Signed-off-by: jannfis <jann@mistrust.net>
* docs: Some updates to strategy docs
Signed-off-by: jannfis <jann@mistrust.net>
* spelling
Signed-off-by: jannfis <jann@mistrust.net>
|
|
* feat: Introduce update strategy 'digest'
Signed-off-by: jannfis <jann@mistrust.net>
* Update tests
Signed-off-by: jannfis <jann@mistrust.net>
* Set dummy digest for update strategy 'digest'
Signed-off-by: jannfis <jann@mistrust.net>
* Update docs
Signed-off-by: jannfis <jann@mistrust.net>
* Update spelling
Signed-off-by: jannfis <jann@mistrust.net>
|
|
|
|
* feat: Allow setting Git user and e-mail for commits
Signed-off-by: jannfis <jann@mistrust.net>
* Also allow setting git.user and git.email from configmap
* Update docs to include information about Git commit author
Signed-off-by: jannfis <jann@mistrust.net>
* Update spelling
* Add some unit tests
Signed-off-by: jannfis <jann@mistrust.net>
* Fix linter
Signed-off-by: jannfis <jann@mistrust.net>
|
|
* docs: Update README to reflect current situation
Signed-off-by: jannfis <jann@mistrust.net>
* Also update the docs
|
|
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
|
|
* feat: support managing Application CRD using K8S client (#140)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* apply review notes
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
|
|
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
|
|
* docs: Improve documentation
* Spelling
* Spelling
|
|
* feat: Initial support for persisting changes in Git
Signed-off-by: jannfis <jann@mistrust.net>
* Fix unit test
Signed-off-by: jannfis <jann@mistrust.net>
* Fix up some stuff
Signed-off-by: jannfis <jann@mistrust.net>
* More tests and fix mocks
Signed-off-by: jannfis <jann@mistrust.net>
* Spellings
* Spellings
* Spellings
* Fix lint
Signed-off-by: jannfis <jann@mistrust.net>
* Disable GPG tests
* Typo
* Exclude ext code from tests
|
|
Signed-off-by: jannfis <jann@mistrust.net>
|
|
Signed-off-by: jannfis <jann@mistrust.net>
|
|
* feat: Support for expiring credentials
Signed-off-by: jannfis <jann@mistrust.net>
* Update spelling
Signed-off-by: jannfis <jann@mistrust.net>
|
|
* feat: Export Prometheus compatible metrics
Signed-off-by: jannfis <jann@mistrust.net>
* adapt spelling action configuration
Signed-off-by: jannfis <jann@mistrust.net>
* adapt spelling action configuration
Signed-off-by: jannfis <jann@mistrust.net>
|
|
|
|
* feat: Allow ignoring set of tags
* Fix a typo in symbol name
* Rename symbol
* err must be nil; also print trace message
* Update documentation
* Update documentation
* String is already trimmed
|
|
* feat: Allow setting log level from configmap (and environment)
Also, updates getting started docs.
* Update manifests
|
|
* feat: Support for GitHub Container Registry (ghcr.io)
* We now have 5 default registries instead of 4
* Add ghcr to allowed words for spelling
|
|
* feat: Allow configuration of default namespace for registries
* Include defaultns
|
|
|
|
* Update CHANGELOG
* Bump version in master branch
* Bump version
* docs: Reflect new behaviour of update strategy 'latest'
* docs: Update CHANGELOG
|
|
* documentation for Windows developers
* typo fix
|
|
* docs: Update docs and README
* fix typo
* Two - not three - core limitations
|
|
* docs: Update Changelog and also document command line usage
* typos & white list
* hmpf
|
|
|
|
* docs: Update documentation regarding registry configuration
* Add GitHub registry to list of supported registries
|
|
* docs: Document pull secrets per image
* fix typo
|
|
* docs: Update docs to include new tag filter feature
* Allow "misconfigured" in spell checker
|
|
* refactor: Move update logic to argocd package and provide more tests
* Fix typos
|
|
|
|
|
|
* docs: Reflect latest changes in docs
* Updates
* Update docs
|
|
|
|
* enhancement: Provide new "run" and "version" commands to the CLI
* Also update new usage in the docs
* Also update manifests
|
|
|
|
|