Skip to content

Commit

Permalink
chore(update-examples): pin versions of gateway and sensor (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavPage authored Dec 13, 2019
1 parent 4f685b2 commit bd02821
Show file tree
Hide file tree
Showing 58 changed files with 82 additions and 82 deletions.
4 changes: 2 additions & 2 deletions examples/gateways/amqp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ spec:
gateway-name: "amqp-gateway"
spec:
containers:
- name: "gateway-client"
- name: "gateway-client:v0.12-rc"
image: "argoproj/gateway-client"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: amqp-events
image: "argoproj/amqp-gateway"
image: "argoproj/amqp-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/amqp-gateway"]
serviceAccountName: "argo-events-sa"
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/aws-sns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ spec:
gateway-name: "aws-sns-gateway"
spec:
containers:
- name: "gateway-client"
- name: "gateway-client:v0.12-rc"
image: "argoproj/gateway-client"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "aws-sns-events"
image: "argoproj/aws-sns-gateway"
image: "argoproj/aws-sns-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/aws-sns-gateway"]
serviceAccountName: "argo-events-sa"
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/aws-sqs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "aws-sqs-events"
image: "argoproj/aws-sqs-gateway"
image: "argoproj/aws-sqs-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/aws-sqs-gateway"]
serviceAccountName: "argo-events-sa"
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/calendar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "calendar-events"
image: "argoproj/calendar-gateway"
image: "argoproj/calendar-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/calendar-gateway"]
serviceAccountName: "argo-events-sa"
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "file-events"
image: "argoproj/file-gateway"
image: "argoproj/file-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/file-gateway"]
serviceAccountName: "argo-events-sa"
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/gcp-pubsub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "gcp-pubsub-events"
image: "argoproj/gcp-pubsub-gateway"
image: "argoproj/gcp-pubsub-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gcp-pubsub-gateway"]
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "github-events"
image: "argoproj/github-gateway"
image: "argoproj/github-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/github-gateway"]
serviceAccountName: "argo-events-sa"
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/gitlab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "gitlab-events"
image: "argoproj/gitlab-gateway"
image: "argoproj/gitlab-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gitlab-gateway"]
serviceAccountName: "argo-events-sa"
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/hdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "hdfs-events"
image: "argoproj/hdfs-gateway"
image: "argoproj/hdfs-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/hdfs-gateway"]
serviceAccountName: "argo-events-sa"
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "kafka-events"
image: "argoproj/kafka-gateway"
image: "argoproj/kafka-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/kafka-gateway"]
serviceAccountName: "argo-events-sa"
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/minio-nats-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "minio-events"
image: "argoproj/artifact-gateway"
image: "argoproj/artifact-gateway:v0.12-rc"
imagePullPolicy: "Always"
serviceAccountName: "argo-events-sa"
4 changes: 2 additions & 2 deletions examples/gateways/minio-nats-streaming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "minio-events"
image: "argoproj/artifact-gateway"
image: "argoproj/artifact-gateway:v0.12-rc"
imagePullPolicy: "Always"
serviceAccountName: "argo-events-sa"
4 changes: 2 additions & 2 deletions examples/gateways/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "minio-events"
image: "argoproj/artifact-gateway"
image: "argoproj/artifact-gateway:v0.12-rc"
imagePullPolicy: "Always"
serviceAccountName: "argo-events-sa"
eventSourceRef:
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/mqtt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "mqtt-events"
image: "argoproj/mqtt-gateway"
image: "argoproj/mqtt-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/mqtt-gateway"]
serviceAccountName: "argo-events-sa"
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/multi-watchers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "webhook-events"
image: "argoproj/webhook-gateway"
image: "argoproj/webhook-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/webhook-gateway"]
serviceAccountName: "argo-events-sa"
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/nats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "nats-events"
image: "argoproj/nats-gateway"
image: "argoproj/nats-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/nats-gateway"]
serviceAccountName: "argo-events-sa"
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "resource-events"
image: "argoproj/resource-gateway"
image: "argoproj/resource-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/resource-gateway"]
serviceAccountName: "argo-events-sa"
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/secure-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "webhook-events"
image: "argoproj/webhook-gateway"
image: "argoproj/webhook-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/webhook-gateway"]
# there will be `cert` and `key` files available at this path
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/sensor-in-different-namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "webhook-events"
image: "argoproj/webhook-gateway"
image: "argoproj/webhook-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/webhook-gateway"]
serviceAccountName: "argo-events-sa"
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/slack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "slack-events"
image: "argoproj/slack-gateway"
image: "argoproj/slack-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/slack-gateway"]
serviceAccountName: "argo-events-sa"
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/storage-grid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "storage-grid-events"
image: "argoproj/storage-grid-gateway"
image: "argoproj/storage-grid-gateway:v0.12-rc"
imagePullPolicy: "Always"
serviceAccountName: "argo-events-sa"
service:
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/webhook-nats-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "webhook-events"
image: "argoproj/webhook-gateway"
image: "argoproj/webhook-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/webhook-gateway"]
serviceAccountName: "argo-events-sa"
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/webhook-nats-streaming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "webhook-events"
image: "argoproj/webhook-gateway"
image: "argoproj/webhook-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/webhook-gateway"]
serviceAccountName: "argo-events-sa"
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
spec:
containers:
- name: "gateway-client"
image: "argoproj/gateway-client:v0.12-test"
image: "argoproj/gateway-client:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "webhook-events"
image: "argoproj/webhook-gateway:v0.12-test"
image: "argoproj/webhook-gateway:v0.12-rc"
imagePullPolicy: "Always"
command: ["/bin/webhook-gateway"]
# To make webhook secure, mount the secret that contains certificate and private key in the container
Expand Down
2 changes: 1 addition & 1 deletion examples/sensors/amqp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: "sensor"
image: "argoproj/sensor"
image: "argoproj/sensor:v0.12-rc"
imagePullPolicy: Always
serviceAccountName: argo-events-sa
eventProtocol:
Expand Down
2 changes: 1 addition & 1 deletion examples/sensors/aws-sns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: "sensor"
image: "argoproj/sensor"
image: "argoproj/sensor:v0.12-rc"
imagePullPolicy: Always
serviceAccountName: argo-events-sa
eventProtocol:
Expand Down
2 changes: 1 addition & 1 deletion examples/sensors/aws-sqs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: "sensor"
image: "argoproj/sensor"
image: "argoproj/sensor:v0.12-rc"
imagePullPolicy: Always
serviceAccountName: argo-events-sa
eventProtocol:
Expand Down
2 changes: 1 addition & 1 deletion examples/sensors/calendar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: "sensor"
image: "argoproj/sensor"
image: "argoproj/sensor:v0.12-rc"
imagePullPolicy: Always
serviceAccountName: argo-events-sa
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion examples/sensors/complete-trigger-parameterization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: "sensor"
image: "argoproj/sensor"
image: "argoproj/sensor:v0.12-rc"
imagePullPolicy: Always
serviceAccountName: argo-events-sa
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion examples/sensors/context-filter-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: "sensor"
image: "argoproj/sensor"
image: "argoproj/sensor:v0.12-rc"
imagePullPolicy: Always
serviceAccountName: argo-events-sa
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion examples/sensors/data-filter-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: "sensor"
image: "argoproj/sensor"
image: "argoproj/sensor:v0.12-rc"
imagePullPolicy: Always
serviceAccountName: argo-events-sa
dependencies:
Expand Down
Loading

0 comments on commit bd02821

Please sign in to comment.