Skip to content

Commit

Permalink
replace quay repos Argoproj with Codefresh
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-codefresh committed Jul 21, 2024
1 parent cd242b2 commit dc06d0e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
5 changes: 3 additions & 2 deletions manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ resources:
- controller-manager

images:
- name: quay.io/argoproj/argo-events
- name: quay.io/codefresh/argo-events
newName: quay.io/codefresh/argo-events
newTag: v1.9.2

patches:
Expand All @@ -27,4 +28,4 @@ patches:
- name: controller-manager
env:
- name: ARGO_EVENTS_IMAGE
value: quay.io/argoproj/argo-events:v1.9.2
value: quay.io/codefresh/argo-events:v1.9.2
3 changes: 2 additions & 1 deletion manifests/extensions/validating-webhook/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ resources:
namespace: argo-events

images:
- name: quay.io/argoproj/argo-events
- name: quay.io/codefresh/argo-events
newName: quay.io/codefresh/argo-events
newTag: v1.9.2
2 changes: 1 addition & 1 deletion manifests/install-validating-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ spec:
fieldPath: metadata.namespace
- name: PORT
value: "443"
image: quay.io/argoproj/argo-events:v1.9.2
image: quay.io/codefresh/argo-events:v1.9.2
imagePullPolicy: Always
name: webhook
serviceAccountName: argo-events-webhook-sa
4 changes: 2 additions & 2 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,12 +401,12 @@ spec:
- controller
env:
- name: ARGO_EVENTS_IMAGE
value: quay.io/argoproj/argo-events:v1.9.2
value: quay.io/codefresh/argo-events:v1.9.2
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/argoproj/argo-events:v1.9.2
image: quay.io/codefresh/argo-events:v1.9.2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,12 @@ spec:
- --namespaced
env:
- name: ARGO_EVENTS_IMAGE
value: quay.io/argoproj/argo-events:v1.9.2
value: quay.io/codefresh/argo-events:v1.9.2
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/argoproj/argo-events:v1.9.2
image: quay.io/codefresh/argo-events:v1.9.2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit dc06d0e

Please sign in to comment.