Skip to content

Commit

Permalink
create Codefresh release v1.5.5-cap-CR-8526-fix for synced version v1…
Browse files Browse the repository at this point in the history
….5.5
  • Loading branch information
daniel-codefresh committed Jan 4, 2022
1 parent c32f427 commit 2e4fe40
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ EXECUTABLES = curl docker gzip go
# docker image publishing options
DOCKER_PUSH?=false
IMAGE_NAMESPACE?=quay.io/argoproj
VERSION?=v1.5.5-cap-CR-8526
BASE_VERSION:=v1.5.5-cap-CR-8526
VERSION?=v1.5.5-cap-CR-8526-fix
BASE_VERSION:=v1.5.5-cap-CR-8526-fix

override LDFLAGS += \
-X ${PACKAGE}.version=${VERSION} \
Expand Down
2 changes: 1 addition & 1 deletion api/openapi-spec/swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resources:
images:
- name: quay.io/argoproj/argo-events
newName: quay.io/codefresh/argo-events
newTag: v1.5.5-cap-CR-8526
newTag: v1.5.5-cap-CR-8526-fix

patchesStrategicMerge:
- |-
Expand All @@ -30,7 +30,7 @@ patchesStrategicMerge:
- name: eventsource-controller
env:
- name: EVENTSOURCE_IMAGE
value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526
value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526-fix
- |-
apiVersion: apps/v1
kind: Deployment
Expand All @@ -43,4 +43,4 @@ patchesStrategicMerge:
- name: sensor-controller
env:
- name: SENSOR_IMAGE
value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526
value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526-fix
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/argoproj/argo-events
newName: quay.io/codefresh/argo-events
newTag: v1.5.5-cap-CR-8526
newTag: v1.5.5-cap-CR-8526-fix
2 changes: 1 addition & 1 deletion manifests/install-validating-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526
image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526-fix
imagePullPolicy: Always
name: webhook
serviceAccountName: argo-events-webhook-sa
10 changes: 5 additions & 5 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ spec:
value: nats-streaming:0.22.1
- name: NATS_METRICS_EXPORTER_IMAGE
value: natsio/prometheus-nats-exporter:0.8.0
image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526
image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526-fix
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -343,12 +343,12 @@ spec:
- eventsource-controller
env:
- name: EVENTSOURCE_IMAGE
value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526
value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526-fix
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526
image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526-fix
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -388,12 +388,12 @@ spec:
- sensor-controller
env:
- name: SENSOR_IMAGE
value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526
value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526-fix
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526
image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526-fix
livenessProbe:
httpGet:
path: /healthz
Expand Down
10 changes: 5 additions & 5 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ spec:
value: nats-streaming:0.22.1
- name: NATS_METRICS_EXPORTER_IMAGE
value: natsio/prometheus-nats-exporter:0.8.0
image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526
image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526-fix
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -265,12 +265,12 @@ spec:
- --namespaced
env:
- name: EVENTSOURCE_IMAGE
value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526
value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526-fix
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526
image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526-fix
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -311,12 +311,12 @@ spec:
- --namespaced
env:
- name: SENSOR_IMAGE
value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526
value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526-fix
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526
image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-8526-fix
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 2e4fe40

Please sign in to comment.