From e36b2ed57778fadfa26828e2453cac658a258b1b Mon Sep 17 00:00:00 2001 From: Daniel <69415974+daniel-codefresh@users.noreply.github.com> Date: Tue, 17 Aug 2021 16:58:47 +0300 Subject: [PATCH] Cr 5826 (#66) * updated argo-events manifests --- Makefile | 2 +- docs/releases/release_notes.md | 4 +-- manifests/argo-events/kustomization.yaml | 37 +----------------------- manifests/runtime.yaml | 2 +- 4 files changed, 5 insertions(+), 40 deletions(-) diff --git a/Makefile b/Makefile index 79c985083..6acf2cbeb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.0.68 +VERSION=v0.0.69 OUT_DIR=dist YEAR?=$(shell date +"%Y") diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index a00c4a6e3..53a14d05d 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -20,7 +20,7 @@ cf version ### Linux ```bash # download and extract the binary -curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.68/cf-linux-amd64.tar.gz | tar zx +curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.69/cf-linux-amd64.tar.gz | tar zx # move the binary to your $PATH mv ./cf-linux-amd64 /usr/local/bin/cf @@ -32,7 +32,7 @@ cf version ### Mac ```bash # download and extract the binary -curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.68/cf-darwin-amd64.tar.gz | tar zx +curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.69/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 c4177f4cc..40593de3d 100644 --- a/manifests/argo-events/kustomization.yaml +++ b/manifests/argo-events/kustomization.yaml @@ -1,40 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://raw.githubusercontent.com/argoproj/argo-events/v1.4.0/manifests/install.yaml + - https://raw.githubusercontent.com/codefresh-io/argo-events/v0.0.1-cf/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 66b2edf4f..502d65329 100644 --- a/manifests/runtime.yaml +++ b/manifests/runtime.yaml @@ -5,7 +5,7 @@ metadata: namespace: "{{ namespace }}" spec: defVersion: 1.0.0 - version: 0.0.68 + version: 0.0.69 bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd components: - name: events