Skip to content

Commit

Permalink
quay.io/denis_codefresh/argo-events
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-codefresh committed Aug 28, 2023
1 parent a085c25 commit 624f792
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ check-version-warning:

.PHONY: update-manifests-version
update-manifests-version:
cat manifests/base/kustomization.yaml | sed 's/newTag: .*/newTag: $(VERSION)/' | sed 's@value: quay.io/codefresh/argo-events:.*@value: quay.io/codefresh/argo-events:$(VERSION)@' > /tmp/base_kustomization.yaml
cat manifests/base/kustomization.yaml | sed 's/newTag: .*/newTag: $(VERSION)/' | sed 's@value: quay.io/denis_codefresh/argo-events:.*@value: quay.io/denis_codefresh/argo-events:$(VERSION)@' > /tmp/base_kustomization.yaml
mv /tmp/base_kustomization.yaml manifests/base/kustomization.yaml
cat manifests/extensions/validating-webhook/kustomization.yaml | sed 's/newTag: .*/newTag: $(VERSION)/' > /tmp/wh_kustomization.yaml
mv /tmp/wh_kustomization.yaml manifests/extensions/validating-webhook/kustomization.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
runAsUser: 9731
containers:
- name: controller-manager
image: quay.io/codefresh/argo-events:v1.7.3-cap-CR-19893
image: quay.io/denis_codefresh/argo-events:v1.7.3-cap-CR-19893
imagePullPolicy: Always
args:
- controller
Expand All @@ -28,7 +28,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: ARGO_EVENTS_IMAGE
value: quay.io/codefresh/argo-events:v1.7.3-cap-CR-19893
value: quay.io/denis_codefresh/argo-events:v1.7.3-cap-CR-19893
volumeMounts:
- mountPath: /etc/argo-events
name: controller-config-volume
Expand Down
4 changes: 2 additions & 2 deletions manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resources:

images:
- name: quay.io/argoproj/argo-events
newName: quay.io/codefresh/argo-events
newName: quay.io/denis_codefresh/argo-events
newTag: v1.7.3-cap-CR-19893

patchesStrategicMerge:
Expand All @@ -28,5 +28,5 @@ patchesStrategicMerge:
- name: controller-manager
env:
- name: ARGO_EVENTS_IMAGE
value: quay.io/codefresh/argo-events:v1.7.3-cap-CR-19893
value: quay.io/denis_codefresh/argo-events:v1.7.3-cap-CR-19893
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: webhook
image: quay.io/codefresh/argo-events:v1.7.3-cap-CR-19893
image: quay.io/denis_codefresh/argo-events:v1.7.3-cap-CR-19893
imagePullPolicy: Always
args:
- webhook-service
Expand Down
2 changes: 1 addition & 1 deletion manifests/extensions/validating-webhook/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ namespace: argo-events

images:
- name: quay.io/argoproj/argo-events
newName: quay.io/codefresh/argo-events
newName: quay.io/denis_codefresh/argo-events
newTag: v1.7.3-cap-CR-19893
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/codefresh/argo-events:v1.7.3-cap-CR-19893
image: quay.io/denis_codefresh/argo-events:v1.7.3-cap-CR-19893
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 @@ -376,12 +376,12 @@ spec:
- controller
env:
- name: ARGO_EVENTS_IMAGE
value: quay.io/codefresh/argo-events:v1.7.3-cap-CR-19893
value: quay.io/denis_codefresh/argo-events:v1.7.3-cap-CR-19893
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/codefresh/argo-events:v1.7.3-cap-CR-19893
image: quay.io/denis_codefresh/argo-events:v1.7.3-cap-CR-19893
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 @@ -297,12 +297,12 @@ spec:
- --namespaced
env:
- name: ARGO_EVENTS_IMAGE
value: quay.io/codefresh/argo-events:v1.7.3-cap-CR-19893
value: quay.io/denis_codefresh/argo-events:v1.7.3-cap-CR-19893
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/codefresh/argo-events:v1.7.3-cap-CR-19893
image: quay.io/denis_codefresh/argo-events:v1.7.3-cap-CR-19893
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 624f792

Please sign in to comment.