Skip to content

Commit

Permalink
fix: version tag on manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-codefresh committed Dec 24, 2024
1 parent 1da1213 commit ab24b2a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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.9.2-cap-CR-24607
image: quay.io/codefresh/argo-events:v1.9.2-cap-CR-26731
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.9.2-cap-CR-24607
value: quay.io/codefresh/argo-events:v1.9.2-cap-CR-26731
volumeMounts:
- mountPath: /etc/argo-events
name: controller-config-volume
Expand Down
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.9.2-cap-CR-24607
image: quay.io/codefresh/argo-events:v1.9.2-cap-CR-26731
imagePullPolicy: Always
args:
- webhook-service
Expand All @@ -24,5 +24,5 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: PORT
value: "443"
value: "443"
serviceAccountName: argo-events-webhook-sa
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.9.2-cap-CR-24607
image: quay.io/codefresh/argo-events:v1.9.2-cap-CR-26731
imagePullPolicy: Always
name: webhook
serviceAccountName: argo-events-webhook-sa
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
image: quay.io/codefresh/argo-events:v1.9.2-cap-CR-26731
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
image: quay.io/codefresh/argo-events:v1.9.2-cap-CR-26731
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit ab24b2a

Please sign in to comment.