Skip to content

where do you reference build your own image? #6452

Answered by jannfis
rwong2888 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @rwong2888, you will need to either adapt the installation manifests or the running workload in your cluster. For custom tooling, the container used by the argocd-repo-server deployment is the one that needs to be changed to use your custom image, e.g. here.

A very easy way is to do this is to use Kustomize, with a kustomization.yaml such as:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/argoproj/argo-cd/manifests/ha/cluster-install?ref=v2.0.3
images:
- name: quay.io/argoproj/argocd
  newName: your/image
  newTag: yourtag

This will render new installation manifests that use your custom image (although, for all of the workloads not jus…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@rwong2888
Comment options

rwong2888 Jun 14, 2021
Collaborator Author

@jannfis
Comment options

@rwong2888
Comment options

rwong2888 Jun 14, 2021
Collaborator Author

@jannfis
Comment options

@rwong2888
Comment options

rwong2888 Jun 14, 2021
Collaborator Author

Answer selected by rwong2888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants