From 28757f2cdf23b291ebc23834ab396002da38ce0a Mon Sep 17 00:00:00 2001 From: danielm-codefresh Date: Mon, 21 Mar 2022 18:30:37 +0200 Subject: [PATCH] create Codefresh release v1.5.5-cap-CR-10290 for synced version v1.5.5 --- Makefile | 4 ++-- api/openapi-spec/swagger.json | 2 +- manifests/base/kustomization.yaml | 6 +++--- .../extensions/validating-webhook/kustomization.yaml | 2 +- manifests/install-validating-webhook.yaml | 2 +- manifests/install.yaml | 10 +++++----- manifests/namespace-install.yaml | 10 +++++----- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Makefile b/Makefile index a139b9b706..0d15de271b 100644 --- a/Makefile +++ b/Makefile @@ -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-9720 -BASE_VERSION:=v1.5.5-cap-CR-9720 +VERSION?=v1.5.5-cap-CR-10290 +BASE_VERSION:=v1.5.5-cap-CR-10290 override LDFLAGS += \ -X ${PACKAGE}.version=${VERSION} \ diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 0cd8a815fe..d76b378ef7 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "Argo Events", - "version": "v1.5.5-cap-CR-9720" + "version": "v1.5.5-cap-CR-10290" }, "paths": {}, "definitions": { diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 64f778c384..882d455b8e 100644 --- a/manifests/base/kustomization.yaml +++ b/manifests/base/kustomization.yaml @@ -15,7 +15,7 @@ resources: images: - name: quay.io/argoproj/argo-events newName: quay.io/codefresh/argo-events - newTag: v1.5.5-cap-CR-9720 + newTag: v1.5.5-cap-CR-10290 patchesStrategicMerge: - |- @@ -30,7 +30,7 @@ patchesStrategicMerge: - name: eventsource-controller env: - name: EVENTSOURCE_IMAGE - value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-9720 + value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-10290 - |- apiVersion: apps/v1 kind: Deployment @@ -43,4 +43,4 @@ patchesStrategicMerge: - name: sensor-controller env: - name: SENSOR_IMAGE - value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-9720 + value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-10290 diff --git a/manifests/extensions/validating-webhook/kustomization.yaml b/manifests/extensions/validating-webhook/kustomization.yaml index 7f16a4070a..088bafaf96 100644 --- a/manifests/extensions/validating-webhook/kustomization.yaml +++ b/manifests/extensions/validating-webhook/kustomization.yaml @@ -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-9720 + newTag: v1.5.5-cap-CR-10290 diff --git a/manifests/install-validating-webhook.yaml b/manifests/install-validating-webhook.yaml index af1f32cd5b..96af754901 100644 --- a/manifests/install-validating-webhook.yaml +++ b/manifests/install-validating-webhook.yaml @@ -121,7 +121,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-9720 + image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-10290 imagePullPolicy: Always name: webhook serviceAccountName: argo-events-webhook-sa diff --git a/manifests/install.yaml b/manifests/install.yaml index fb84f38b32..bca98f06be 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -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-9720 + image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-10290 imagePullPolicy: Always livenessProbe: httpGet: @@ -343,12 +343,12 @@ spec: - eventsource-controller env: - name: EVENTSOURCE_IMAGE - value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-9720 + value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-10290 - name: NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-9720 + image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-10290 imagePullPolicy: Always livenessProbe: httpGet: @@ -388,12 +388,12 @@ spec: - sensor-controller env: - name: SENSOR_IMAGE - value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-9720 + value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-10290 - name: NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-9720 + image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-10290 livenessProbe: httpGet: path: /healthz diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 7645ad6c4b..b68b0a1281 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -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-9720 + image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-10290 imagePullPolicy: Always livenessProbe: httpGet: @@ -265,12 +265,12 @@ spec: - --namespaced env: - name: EVENTSOURCE_IMAGE - value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-9720 + value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-10290 - name: NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-9720 + image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-10290 imagePullPolicy: Always livenessProbe: httpGet: @@ -311,12 +311,12 @@ spec: - --namespaced env: - name: SENSOR_IMAGE - value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-9720 + value: quay.io/codefresh/argo-events:v1.5.5-cap-CR-10290 - name: NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-9720 + image: quay.io/codefresh/argo-events:v1.5.5-cap-CR-10290 livenessProbe: httpGet: path: /healthz