From 55cea25cc9c54006ad2a75871a94c04d022642eb Mon Sep 17 00:00:00 2001 From: daniel-codefresh <69415974+daniel-codefresh@users.noreply.github.com> Date: Wed, 4 Aug 2021 12:43:05 +0300 Subject: [PATCH] update argo-events images (#42) * updated argo-events images of events manifests --- Makefile | 2 +- docs/releases/release_notes.md | 4 +-- manifests/argo-events/kustomization.yaml | 35 ++++++++++++++++++++++++ manifests/runtime.yaml | 2 +- 4 files changed, 39 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index ae49b36f6..e65f57ab6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.0.46 +VERSION=v0.0.47 OUT_DIR=dist YEAR?=$(shell date +"%Y") diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index 81b304531..b8098ed78 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -8,7 +8,7 @@ ### Linux ```bash # download and extract the binary -curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.46/cf-linux-amd64.tar.gz | tar zx +curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.47/cf-linux-amd64.tar.gz | tar zx # move the binary to your $PATH mv ./cf-linux-amd64 /usr/local/bin/cf @@ -20,7 +20,7 @@ cf version ### Mac ```bash # download and extract the binary -curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.46/cf-darwin-amd64.tar.gz | tar zx +curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.47/cf-darwin-amd64.tar.gz | tar zx # move the binary to your $PATH mv ./cf-darwin-amd64 /usr/local/bin/cf diff --git a/manifests/argo-events/kustomization.yaml b/manifests/argo-events/kustomization.yaml index 22e37ac52..c4177f4cc 100644 --- a/manifests/argo-events/kustomization.yaml +++ b/manifests/argo-events/kustomization.yaml @@ -3,3 +3,38 @@ kind: Kustomization resources: - https://raw.githubusercontent.com/argoproj/argo-events/v1.4.0/manifests/install.yaml - eventbus.yaml + +images: + - name: quay.io/argoproj/argo-events + newName: quay.io/codefresh/argo-events + newTag: cf-v0.0.2 + +patchesStrategicMerge: + - |- + apiVersion: apps/v1 + kind: Deployment + metadata: + name: sensor-controller + namespace: argo-events + spec: + template: + spec: + containers: + - name: sensor-controller + env: + - name: SENSOR_IMAGE + value: quay.io/codefresh/argo-events:cf-v0.0.2 + - |- + apiVersion: apps/v1 + kind: Deployment + metadata: + name: eventsource-controller + namespace: argo-events + spec: + template: + spec: + containers: + - name: eventsource-controller + env: + - name: EVENTSOURCE_IMAGE + value: quay.io/codefresh/argo-events:cf-v0.0.2 diff --git a/manifests/runtime.yaml b/manifests/runtime.yaml index 05118a9ad..c71e1e6e4 100644 --- a/manifests/runtime.yaml +++ b/manifests/runtime.yaml @@ -5,7 +5,7 @@ metadata: namespace: "{{ namespace }}" spec: defVersion: 1.0.0 - version: 0.0.46 + version: 0.0.47 bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd components: - name: events