Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Use latest liiklus supporting CEs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbottard committed Feb 19, 2020
1 parent 2caed6d commit c038a5d
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 15 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ generate-internal: controller-gen mockery
# find or download controller-gen, download controller-gen if necessary
controller-gen:
ifeq (, $(shell which controller-gen))
# avoid go.* mutations from go get
( cd .. && GO111MODULE=on go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.4 )
( cd .. && GO111MODULE=on go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.4 ) # avoid go.* mutations from go get
CONTROLLER_GEN=$(GOBIN)/controller-gen
else
CONTROLLER_GEN=$(shell which controller-gen)
Expand All @@ -94,8 +93,7 @@ endif
# find or download goimports, download goimports if necessary
goimports:
ifeq (, $(shell which goimports))
# avoid go.* mutations from go get
( cd .. && GO111MODULE=on go get golang.org/x/tools/cmd/goimports@release-branch.go1.13 )
( cd .. && GO111MODULE=on go get golang.org/x/tools/cmd/goimports@release-branch.go1.13 ) # avoid go.* mutations from go get
GOIMPORTS=$(GOBIN)/goimports
else
GOIMPORTS=$(shell which goimports)
Expand Down
8 changes: 4 additions & 4 deletions config/riff-streaming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6439,7 +6439,7 @@ subjects:
---
apiVersion: v1
data:
gatewayImage: ctr.run/github.com/bsideup/liiklus:00385b688bc34d6fdbe2b5eeb39daa26e09f8b02
gatewayImage: ctr.run/github.com/bsideup/liiklus:12037c2c6c326e3c1f15af370c4a6d212d58084b
provisionerImage: gcr.io/projectriff/nop-provisioner/provisioner@sha256:4bfa270f904a979c858d50267bb5e99df3b4ec44babe993f949193404f58f64b
kind: ConfigMap
metadata:
Expand All @@ -6450,7 +6450,7 @@ metadata:
---
apiVersion: v1
data:
gatewayImage: ctr.run/github.com/bsideup/liiklus:00385b688bc34d6fdbe2b5eeb39daa26e09f8b02
gatewayImage: ctr.run/github.com/bsideup/liiklus:12037c2c6c326e3c1f15af370c4a6d212d58084b
provisionerImage: gcr.io/projectriff/kafka-provisioner/provisioner@sha256:c5917a348faae5ababb7371be200c933d50f12f2698d6635d138f047300d68a6
kind: ConfigMap
metadata:
Expand All @@ -6461,7 +6461,7 @@ metadata:
---
apiVersion: v1
data:
processorImage: ericbottard/processor-native@sha256:9e1a16a68bd58e61c34e6bfc0af4c25fbd3f04fa2a045f0cd156c0ed71c8a641
processorImage: gcr.io/projectriff/streaming-processor/processor-native@sha256:d423f7b2625cfb2925cd8c7921f03a4f0e2d6ed587c45c2c21943dc82f02f713
kind: ConfigMap
metadata:
labels:
Expand All @@ -6471,7 +6471,7 @@ metadata:
---
apiVersion: v1
data:
gatewayImage: ctr.run/github.com/bsideup/liiklus:00385b688bc34d6fdbe2b5eeb39daa26e09f8b02
gatewayImage: ctr.run/github.com/bsideup/liiklus:12037c2c6c326e3c1f15af370c4a6d212d58084b
provisionerImage: gcr.io/projectriff/pulsar-provisioner/provisioner@sha256:028ec53ad146efe05f7f6122b89d97ee189f396780b744a1e348ee0fcee35ff2
kind: ConfigMap
metadata:
Expand Down
2 changes: 1 addition & 1 deletion config/streaming/config/bases/inmemory-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ kind: ConfigMap
metadata:
name: inmemory-gateway
data:
gatewayImage: ctr.run/github.com/bsideup/liiklus:12037c2c6c326e3c1f15af370c4a6d212d58084b
provisionerImage: gcr.io/projectriff/nop-provisioner/provisioner@sha256:4bfa270f904a979c858d50267bb5e99df3b4ec44babe993f949193404f58f64b
gatewayImage: ctr.run/github.com/bsideup/liiklus:00385b688bc34d6fdbe2b5eeb39daa26e09f8b02
2 changes: 1 addition & 1 deletion config/streaming/config/bases/inmemory-gateway.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ kind: ConfigMap
metadata:
name: inmemory-gateway
data:
gatewayImage: bsideup/liiklus:0.9.2
gatewayImage: ctr.run/github.com/bsideup/liiklus:12037c2c6c326e3c1f15af370c4a6d212d58084b
provisionerImage: {{ gcloud container images describe gcr.io/projectriff/nop-provisioner/provisioner:0.6.0-snapshot --format="value(image_summary.fully_qualified_digest)" }}
2 changes: 1 addition & 1 deletion config/streaming/config/bases/kafka-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ kind: ConfigMap
metadata:
name: kafka-gateway
data:
gatewayImage: ctr.run/github.com/bsideup/liiklus:12037c2c6c326e3c1f15af370c4a6d212d58084b
provisionerImage: gcr.io/projectriff/kafka-provisioner/provisioner@sha256:c5917a348faae5ababb7371be200c933d50f12f2698d6635d138f047300d68a6
gatewayImage: ctr.run/github.com/bsideup/liiklus:00385b688bc34d6fdbe2b5eeb39daa26e09f8b02

2 changes: 1 addition & 1 deletion config/streaming/config/bases/kafka-gateway.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ kind: ConfigMap
metadata:
name: kafka-gateway
data:
gatewayImage: bsideup/liiklus:0.9.2
gatewayImage: ctr.run/github.com/bsideup/liiklus:12037c2c6c326e3c1f15af370c4a6d212d58084b
provisionerImage: {{ gcloud container images describe gcr.io/projectriff/kafka-provisioner/provisioner:0.6.0-snapshot --format="value(image_summary.fully_qualified_digest)" }}

2 changes: 1 addition & 1 deletion config/streaming/config/bases/processor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kind: ConfigMap
metadata:
name: processor
data:
processorImage: ericbottard/processor-native@sha256:9e1a16a68bd58e61c34e6bfc0af4c25fbd3f04fa2a045f0cd156c0ed71c8a641
processorImage: gcr.io/projectriff/streaming-processor/processor-native@sha256:d423f7b2625cfb2925cd8c7921f03a4f0e2d6ed587c45c2c21943dc82f02f713
2 changes: 1 addition & 1 deletion config/streaming/config/bases/pulsar-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ kind: ConfigMap
metadata:
name: pulsar-gateway
data:
gatewayImage: ctr.run/github.com/bsideup/liiklus:12037c2c6c326e3c1f15af370c4a6d212d58084b
provisionerImage: gcr.io/projectriff/pulsar-provisioner/provisioner@sha256:028ec53ad146efe05f7f6122b89d97ee189f396780b744a1e348ee0fcee35ff2
gatewayImage: ctr.run/github.com/bsideup/liiklus:00385b688bc34d6fdbe2b5eeb39daa26e09f8b02
2 changes: 1 addition & 1 deletion config/streaming/config/bases/pulsar-gateway.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ kind: ConfigMap
metadata:
name: pulsar-gateway
data:
gatewayImage: bsideup/liiklus:0.9.2
gatewayImage: ctr.run/github.com/bsideup/liiklus:12037c2c6c326e3c1f15af370c4a6d212d58084b
provisionerImage: {{ gcloud container images describe gcr.io/projectriff/pulsar-provisioner/provisioner:0.6.0-snapshot --format="value(image_summary.fully_qualified_digest)" }}

0 comments on commit c038a5d

Please sign in to comment.