Skip to content

Commit

Permalink
bump to v1.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <whynowy@gmail.com>
  • Loading branch information
whynowy committed Feb 18, 2021
1 parent 3bc5ecb commit 82068ec
Show file tree
Hide file tree
Showing 11 changed files with 169 additions and 451 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ override LDFLAGS += \
# docker image publishing options
DOCKER_PUSH?=false
IMAGE_NAMESPACE?=argoproj
IMAGE_TAG?=v1.2.2
IMAGE_TAG?=v1.2.3

ifeq (${DOCKER_PUSH},true)
ifndef IMAGE_NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.2
1.2.3
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.

10 changes: 5 additions & 5 deletions manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ resources:

images:
- name: argoproj/sensor-controller
newTag: v1.2.2
newTag: v1.2.3
- name: argoproj/eventbus-controller
newTag: v1.2.2
newTag: v1.2.3
- name: argoproj/eventsource-controller
newTag: v1.2.2
newTag: v1.2.3

patchesStrategicMerge:
- |-
Expand All @@ -33,7 +33,7 @@ patchesStrategicMerge:
- name: eventsource-controller
env:
- name: EVENTSOURCE_IMAGE
value: argoproj/eventsource:v1.2.2
value: argoproj/eventsource:v1.2.3
- |-
apiVersion: apps/v1
kind: Deployment
Expand All @@ -46,4 +46,4 @@ patchesStrategicMerge:
- name: sensor-controller
env:
- name: SENSOR_IMAGE
value: argoproj/sensor:v1.2.2
value: argoproj/sensor:v1.2.3
10 changes: 5 additions & 5 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ spec:
value: nats-streaming:0.17.0
- name: NATS_METRICS_EXPORTER_IMAGE
value: synadia/prometheus-nats-exporter:0.6.2
image: argoproj/eventbus-controller:v1.2.2
image: argoproj/eventbus-controller:v1.2.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -302,12 +302,12 @@ spec:
containers:
- env:
- name: EVENTSOURCE_IMAGE
value: argoproj/eventsource:v1.2.2
value: argoproj/eventsource:v1.2.3
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: argoproj/eventsource-controller:v1.2.2
image: argoproj/eventsource-controller:v1.2.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -345,12 +345,12 @@ spec:
containers:
- env:
- name: SENSOR_IMAGE
value: argoproj/sensor:v1.2.2
value: argoproj/sensor:v1.2.3
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: argoproj/sensor-controller:v1.2.2
image: argoproj/sensor-controller:v1.2.3
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 @@ -181,7 +181,7 @@ spec:
value: nats-streaming:0.17.0
- name: NATS_METRICS_EXPORTER_IMAGE
value: synadia/prometheus-nats-exporter:0.6.2
image: argoproj/eventbus-controller:v1.2.2
image: argoproj/eventbus-controller:v1.2.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -221,12 +221,12 @@ spec:
- --namespaced
env:
- name: EVENTSOURCE_IMAGE
value: argoproj/eventsource:v1.2.2
value: argoproj/eventsource:v1.2.3
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: argoproj/eventsource-controller:v1.2.2
image: argoproj/eventsource-controller:v1.2.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -266,12 +266,12 @@ spec:
- --namespaced
env:
- name: SENSOR_IMAGE
value: argoproj/sensor:v1.2.2
value: argoproj/sensor:v1.2.3
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: argoproj/sensor-controller:v1.2.2
image: argoproj/sensor-controller:v1.2.3
livenessProbe:
httpGet:
path: /healthz
Expand Down
56 changes: 13 additions & 43 deletions pkg/apis/common/generated.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 82068ec

Please sign in to comment.