mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01: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:
2
Tiltfile
2
Tiltfile
@@ -60,7 +60,7 @@ k8s_yaml(kustomize('manifests/dev-tilt'))
|
|||||||
|
|
||||||
# build dev image
|
# build dev image
|
||||||
docker_build_with_restart(
|
docker_build_with_restart(
|
||||||
'argocd',
|
'quay.io/argoproj/argocd:latest',
|
||||||
context='.',
|
context='.',
|
||||||
dockerfile='Dockerfile.tilt',
|
dockerfile='Dockerfile.tilt',
|
||||||
entrypoint=[
|
entrypoint=[
|
||||||
|
|||||||
@@ -13,9 +13,6 @@ patches:
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
name: argocd-server
|
name: argocd-server
|
||||||
patch: |-
|
patch: |-
|
||||||
- op: replace
|
|
||||||
path: /spec/template/spec/containers/0/image
|
|
||||||
value: argocd
|
|
||||||
- op: remove
|
- op: remove
|
||||||
path: /spec/template/spec/containers/0/securityContext
|
path: /spec/template/spec/containers/0/securityContext
|
||||||
- op: add
|
- op: add
|
||||||
@@ -30,9 +27,6 @@ patches:
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
name: argocd-repo-server
|
name: argocd-repo-server
|
||||||
patch: |-
|
patch: |-
|
||||||
- op: replace
|
|
||||||
path: /spec/template/spec/containers/0/image
|
|
||||||
value: argocd
|
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /spec/template/spec/initContainers/0/image
|
path: /spec/template/spec/initContainers/0/image
|
||||||
value: argocd-job
|
value: argocd-job
|
||||||
@@ -52,9 +46,6 @@ patches:
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
name: argocd-commit-server
|
name: argocd-commit-server
|
||||||
patch: |-
|
patch: |-
|
||||||
- op: replace
|
|
||||||
path: /spec/template/spec/containers/0/image
|
|
||||||
value: argocd
|
|
||||||
- op: remove
|
- op: remove
|
||||||
path: /spec/template/spec/containers/0/securityContext
|
path: /spec/template/spec/containers/0/securityContext
|
||||||
- op: add
|
- op: add
|
||||||
@@ -69,9 +60,6 @@ patches:
|
|||||||
kind: StatefulSet
|
kind: StatefulSet
|
||||||
name: argocd-application-controller
|
name: argocd-application-controller
|
||||||
patch: |-
|
patch: |-
|
||||||
- op: replace
|
|
||||||
path: /spec/template/spec/containers/0/image
|
|
||||||
value: argocd
|
|
||||||
- op: remove
|
- op: remove
|
||||||
path: /spec/template/spec/containers/0/securityContext
|
path: /spec/template/spec/containers/0/securityContext
|
||||||
- op: add
|
- op: add
|
||||||
@@ -96,9 +84,6 @@ patches:
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
name: argocd-notifications-controller
|
name: argocd-notifications-controller
|
||||||
patch: |-
|
patch: |-
|
||||||
- op: replace
|
|
||||||
path: /spec/template/spec/containers/0/image
|
|
||||||
value: argocd
|
|
||||||
- op: remove
|
- op: remove
|
||||||
path: /spec/template/spec/containers/0/securityContext
|
path: /spec/template/spec/containers/0/securityContext
|
||||||
- op: remove
|
- op: remove
|
||||||
@@ -117,9 +102,6 @@ patches:
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
name: argocd-applicationset-controller
|
name: argocd-applicationset-controller
|
||||||
patch: |-
|
patch: |-
|
||||||
- op: replace
|
|
||||||
path: /spec/template/spec/containers/0/image
|
|
||||||
value: argocd
|
|
||||||
- op: remove
|
- op: remove
|
||||||
path: /spec/template/spec/containers/0/securityContext
|
path: /spec/template/spec/containers/0/securityContext
|
||||||
- op: add
|
- op: add
|
||||||
|
|||||||
Reference in New Issue
Block a user