Skip to content

Commit

Permalink
create Codefresh release v1.9.2-cap-CR-24607 for synced version v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-codefresh committed Jul 21, 2024
1 parent dc06d0e commit 686e16b
Show file tree
Hide file tree
Showing 10 changed files with 8,316 additions and 10,363 deletions.
17,398 changes: 7,612 additions & 9,786 deletions api/openapi-spec/swagger.json

Large diffs are not rendered by default.

111 changes: 19 additions & 92 deletions go.mod

Large diffs are not rendered by default.

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.0-cap-CR-22221
image: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
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.0-cap-CR-22221
value: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
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 @@ -13,7 +13,7 @@ resources:
images:
- name: quay.io/codefresh/argo-events
newName: quay.io/codefresh/argo-events
newTag: v1.9.2
newTag: v1.9.2-cap-CR-24607

patches:
- patch: |-
Expand All @@ -28,4 +28,4 @@ patches:
- name: controller-manager
env:
- name: ARGO_EVENTS_IMAGE
value: quay.io/codefresh/argo-events:v1.9.2
value: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
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.0-cap-CR-22221
image: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
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 @@ -12,4 +12,4 @@ namespace: argo-events
images:
- name: quay.io/codefresh/argo-events
newName: quay.io/codefresh/argo-events
newTag: v1.9.2
newTag: v1.9.2-cap-CR-24607
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
image: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
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/codefresh/argo-events:v1.9.2
value: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/codefresh/argo-events:v1.9.2
image: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
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/codefresh/argo-events:v1.9.2
value: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/codefresh/argo-events:v1.9.2
image: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
1,148 changes: 674 additions & 474 deletions pkg/apis/eventsource/v1alpha1/generated.pb.go

Large diffs are not rendered by default.

0 comments on commit 686e16b

Please sign in to comment.