Skip to content

Commit

Permalink
Update manifests to v1.3.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <[email protected]>
  • Loading branch information
whynowy committed Mar 23, 2021
1 parent 35f136d commit 460d5bd
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GIT_TREE_STATE=$(shell if [ -z "`git status --porcelain`" ]; then echo "clean" ;
# docker image publishing options
DOCKER_PUSH?=false
IMAGE_NAMESPACE?=argoproj
VERSION?=latest
VERSION?=v1.3.0-rc1

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.

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: latest
newTag: v1.3.0-rc1
- name: argoproj/eventbus-controller
newTag: latest
newTag: v1.3.0-rc1
- name: argoproj/eventsource-controller
newTag: latest
newTag: v1.3.0-rc1

patchesStrategicMerge:
- |-
Expand All @@ -33,7 +33,7 @@ patchesStrategicMerge:
- name: eventsource-controller
env:
- name: EVENTSOURCE_IMAGE
value: argoproj/eventsource:latest
value: argoproj/eventsource:v1.3.0-rc1
- |-
apiVersion: apps/v1
kind: Deployment
Expand All @@ -46,4 +46,4 @@ patchesStrategicMerge:
- name: sensor-controller
env:
- name: SENSOR_IMAGE
value: argoproj/sensor:latest
value: argoproj/sensor:v1.3.0-rc1
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: argoproj/events-webhook
newTag: latest
newTag: v1.3.0-rc1

2 changes: 1 addition & 1 deletion manifests/install-validating-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: argoproj/events-webhook:latest
image: argoproj/events-webhook:v1.3.0-rc1
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 @@ -336,7 +336,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:latest
image: argoproj/eventbus-controller:v1.3.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -374,12 +374,12 @@ spec:
containers:
- env:
- name: EVENTSOURCE_IMAGE
value: argoproj/eventsource:latest
value: argoproj/eventsource:v1.3.0-rc1
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: argoproj/eventsource-controller:latest
image: argoproj/eventsource-controller:v1.3.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -417,12 +417,12 @@ spec:
containers:
- env:
- name: SENSOR_IMAGE
value: argoproj/sensor:latest
value: argoproj/sensor:v1.3.0-rc1
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: argoproj/sensor-controller:latest
image: argoproj/sensor-controller:v1.3.0-rc1
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 @@ -244,7 +244,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:latest
image: argoproj/eventbus-controller:v1.3.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -284,12 +284,12 @@ spec:
- --namespaced
env:
- name: EVENTSOURCE_IMAGE
value: argoproj/eventsource:latest
value: argoproj/eventsource:v1.3.0-rc1
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: argoproj/eventsource-controller:latest
image: argoproj/eventsource-controller:v1.3.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -329,12 +329,12 @@ spec:
- --namespaced
env:
- name: SENSOR_IMAGE
value: argoproj/sensor:latest
value: argoproj/sensor:v1.3.0-rc1
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: argoproj/sensor-controller:latest
image: argoproj/sensor-controller:v1.3.0-rc1
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 460d5bd

Please sign in to comment.