Skip to content

Commit

Permalink
Merge pull request #72 from codefresh-io/CR-13090-new-release-v1.6.3
Browse files Browse the repository at this point in the history
create Codefresh release v1.6.3-cap-CR-13090 for synced version v1.6.3
  • Loading branch information
daniel-codefresh authored Jul 13, 2022
2 parents e0cbc86 + 2d5ff7a commit fda44c4
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.6.3-cap-CR-12883
BASE_VERSION:=v1.6.3-cap-CR-12883
VERSION?=v1.6.3-cap-CR-13090
BASE_VERSION:=v1.6.3-cap-CR-13090

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.6.3-cap-CR-12883
newTag: v1.6.3-cap-CR-13090

patchesStrategicMerge:
- |-
Expand All @@ -30,7 +30,7 @@ patchesStrategicMerge:
- name: eventsource-controller
env:
- name: EVENTSOURCE_IMAGE
value: quay.io/codefresh/argo-events:v1.6.3-cap-CR-12883
value: quay.io/codefresh/argo-events:v1.6.3-cap-CR-13090
- |-
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.6.3-cap-CR-12883
value: quay.io/codefresh/argo-events:v1.6.3-cap-CR-13090
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.6.3-cap-CR-12883
newTag: v1.6.3-cap-CR-13090
2 changes: 1 addition & 1 deletion manifests/install-validating-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/codefresh/argo-events:v1.6.3-cap-CR-12883
image: quay.io/codefresh/argo-events:v1.6.3-cap-CR-13090
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.6.3-cap-CR-12883
image: quay.io/codefresh/argo-events:v1.6.3-cap-CR-13090
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.6.3-cap-CR-12883
value: quay.io/codefresh/argo-events:v1.6.3-cap-CR-13090
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/codefresh/argo-events:v1.6.3-cap-CR-12883
image: quay.io/codefresh/argo-events:v1.6.3-cap-CR-13090
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.6.3-cap-CR-12883
value: quay.io/codefresh/argo-events:v1.6.3-cap-CR-13090
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/codefresh/argo-events:v1.6.3-cap-CR-12883
image: quay.io/codefresh/argo-events:v1.6.3-cap-CR-13090
imagePullPolicy: Always
livenessProbe:
httpGet:
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.6.3-cap-CR-12883
image: quay.io/codefresh/argo-events:v1.6.3-cap-CR-13090
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.6.3-cap-CR-12883
value: quay.io/codefresh/argo-events:v1.6.3-cap-CR-13090
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/codefresh/argo-events:v1.6.3-cap-CR-12883
image: quay.io/codefresh/argo-events:v1.6.3-cap-CR-13090
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.6.3-cap-CR-12883
value: quay.io/codefresh/argo-events:v1.6.3-cap-CR-13090
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/codefresh/argo-events:v1.6.3-cap-CR-12883
image: quay.io/codefresh/argo-events:v1.6.3-cap-CR-13090
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit fda44c4

Please sign in to comment.