Skip to content

Commit

Permalink
Update manifests to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whynowy committed Nov 8, 2021
1 parent 87d6d0c commit f1c013b
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.0
BASE_VERSION:=v1.5.0
VERSION?=v1.5.1
BASE_VERSION:=v1.5.1

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 @@ -14,7 +14,7 @@ resources:

images:
- name: quay.io/argoproj/argo-events
newTag: v1.5.0
newTag: v1.5.1

patchesStrategicMerge:
- |-
Expand All @@ -29,7 +29,7 @@ patchesStrategicMerge:
- name: eventsource-controller
env:
- name: EVENTSOURCE_IMAGE
value: quay.io/argoproj/argo-events:v1.5.0
value: quay.io/argoproj/argo-events:v1.5.1
- |-
apiVersion: apps/v1
kind: Deployment
Expand All @@ -42,4 +42,4 @@ patchesStrategicMerge:
- name: sensor-controller
env:
- name: SENSOR_IMAGE
value: quay.io/argoproj/argo-events:v1.5.0
value: quay.io/argoproj/argo-events:v1.5.1
2 changes: 1 addition & 1 deletion manifests/extensions/validating-webhook/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ namespace: argo-events

images:
- name: quay.io/argoproj/argo-events
newTag: v1.5.0
newTag: v1.5.1

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/argoproj/argo-events:v1.5.0
image: quay.io/argoproj/argo-events:v1.5.1
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/argoproj/argo-events:v1.5.0
image: quay.io/argoproj/argo-events:v1.5.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -343,12 +343,12 @@ spec:
- eventsource-controller
env:
- name: EVENTSOURCE_IMAGE
value: quay.io/argoproj/argo-events:v1.5.0
value: quay.io/argoproj/argo-events:v1.5.1
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/argoproj/argo-events:v1.5.0
image: quay.io/argoproj/argo-events:v1.5.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -388,12 +388,12 @@ spec:
- sensor-controller
env:
- name: SENSOR_IMAGE
value: quay.io/argoproj/argo-events:v1.5.0
value: quay.io/argoproj/argo-events:v1.5.1
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/argoproj/argo-events:v1.5.0
image: quay.io/argoproj/argo-events:v1.5.1
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/argoproj/argo-events:v1.5.0
image: quay.io/argoproj/argo-events:v1.5.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -265,12 +265,12 @@ spec:
- --namespaced
env:
- name: EVENTSOURCE_IMAGE
value: quay.io/argoproj/argo-events:v1.5.0
value: quay.io/argoproj/argo-events:v1.5.1
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/argoproj/argo-events:v1.5.0
image: quay.io/argoproj/argo-events:v1.5.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -311,12 +311,12 @@ spec:
- --namespaced
env:
- name: SENSOR_IMAGE
value: quay.io/argoproj/argo-events:v1.5.0
value: quay.io/argoproj/argo-events:v1.5.1
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/argoproj/argo-events:v1.5.0
image: quay.io/argoproj/argo-events:v1.5.1
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit f1c013b

Please sign in to comment.