argocd-image-updater
argocd-image-updater copied to clipboard
Automatic container image update for Argo CD
Bumps [sigs.k8s.io/kustomize/kyaml](https://github.com/kubernetes-sigs/kustomize) from 0.13.9 to 0.18.0. Release notes Sourced from sigs.k8s.io/kustomize/kyaml's releases. api/v0.17.3 chore #5506: fix some comments #5693: fix: always show accumulation errors #5699: chore: add deprecation comment to...
This PR adds a note to the documentation addressing the issue where authentication scripts may require write access to the filesystem, which can lead to errors like `[Errno 30] Read-only...
**Describe the bug** When using the `git` writeback method, image updater is unable to create the file in the branch with the helm value updates with an error: `time="2024-10-01T15:32:52Z" level=error...
**Describe the bug** Not quite sure this is a *bug*, really - perhaps rather unexpected but obvious if you know anything about how image-updater works. I'll report it anyway because...
**Describe the bug** https://github.com/argoproj/argo-helm/blob/ebb2d15f1e370e6023770713596aa480c71b8914/charts/argocd-image-updater/values.yaml#L149 registries: - name: name of the registry prefix: name of the registry api_url: https://registryURL:443 credentials: pullsecret:namespace/secret insecure: true Docker registry is nexus with self signed SSL/TLS...
ApplicationSet not updating new image tags from azure container registry ```yaml apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: hub-be namespace: dev-argocd-ns spec: generators: - list: elements: - cluster: dev url: [https://dev-aks-use.privatelink.eastus.azmk8s.io:443](https://dev-aks-use.privatelink.eastus.azmk8s.io/)...
I am using argocd-image-updater with a digest update strategy, e.g. ``` argocd-image-updater.argoproj.io/image-list: myapp=bcr.internal.cloud/myapprepo/myapp:test argocd-image-updater.argoproj.io/myapp.update-strategy: digest argocd-image-updater.argoproj.io/myapp.helm.image-spec: images.myapp.image ``` Everything seems to work fine and the image tag hash is updated...
- Change signatures and implementations for GetApplication, ListApplications, UpdateSpec for type k8sClient. These functions now rely on controller-runtime client.Client. - Constructor NewK8SClient was simplified. - ArgoCD tests were updated. -...
Removed dummy digest for workaround add comparison logic
Closes #829 Resolves continuous update attempts for deployments with 0 replicas when `force-update=true` is set