mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
chore(tilt): use manifest image name instead of kustomize override (#26190)
Signed-off-by: Codey Jenkins <FourFifthsCode@users.noreply.github.com>
This commit is contained in:
parent
8c30738f6f
commit
28ca821978
2 changed files with 1 additions and 19 deletions
2
Tiltfile
2
Tiltfile
|
|
@ -60,7 +60,7 @@ k8s_yaml(kustomize('manifests/dev-tilt'))
|
|||
|
||||
# build dev image
|
||||
docker_build_with_restart(
|
||||
'argocd',
|
||||
'quay.io/argoproj/argocd:latest',
|
||||
context='.',
|
||||
dockerfile='Dockerfile.tilt',
|
||||
entrypoint=[
|
||||
|
|
|
|||
|
|
@ -13,9 +13,6 @@ patches:
|
|||
kind: Deployment
|
||||
name: argocd-server
|
||||
patch: |-
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/image
|
||||
value: argocd
|
||||
- op: remove
|
||||
path: /spec/template/spec/containers/0/securityContext
|
||||
- op: add
|
||||
|
|
@ -30,9 +27,6 @@ patches:
|
|||
kind: Deployment
|
||||
name: argocd-repo-server
|
||||
patch: |-
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/image
|
||||
value: argocd
|
||||
- op: replace
|
||||
path: /spec/template/spec/initContainers/0/image
|
||||
value: argocd-job
|
||||
|
|
@ -52,9 +46,6 @@ patches:
|
|||
kind: Deployment
|
||||
name: argocd-commit-server
|
||||
patch: |-
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/image
|
||||
value: argocd
|
||||
- op: remove
|
||||
path: /spec/template/spec/containers/0/securityContext
|
||||
- op: add
|
||||
|
|
@ -69,9 +60,6 @@ patches:
|
|||
kind: StatefulSet
|
||||
name: argocd-application-controller
|
||||
patch: |-
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/image
|
||||
value: argocd
|
||||
- op: remove
|
||||
path: /spec/template/spec/containers/0/securityContext
|
||||
- op: add
|
||||
|
|
@ -96,9 +84,6 @@ patches:
|
|||
kind: Deployment
|
||||
name: argocd-notifications-controller
|
||||
patch: |-
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/image
|
||||
value: argocd
|
||||
- op: remove
|
||||
path: /spec/template/spec/containers/0/securityContext
|
||||
- op: remove
|
||||
|
|
@ -117,9 +102,6 @@ patches:
|
|||
kind: Deployment
|
||||
name: argocd-applicationset-controller
|
||||
patch: |-
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/image
|
||||
value: argocd
|
||||
- op: remove
|
||||
path: /spec/template/spec/containers/0/securityContext
|
||||
- op: add
|
||||
|
|
|
|||
Loading…
Reference in a new issue