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

Commit

Permalink
Prepare for v0.10.2 release (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
phamilton authored Feb 13, 2020
1 parent d69f0bb commit 7c32349
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/channel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BUILD_TESTS:=true

# Application Names (Align With Knative Eventing Version)
APP_NAME=knative-kafka-channel
APP_VERSION=latest
APP_VERSION=v0.10.2

# Build / Packaging / Deployment Configuration
APP_PATH=eu.gcr.io/kyma-project/incubator
Expand Down
2 changes: 1 addition & 1 deletion components/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BUILD_DIR:=$(BUILD_ROOT)/build

# Application Names (Align With Knative Eventing Version)
APP_NAME=knative-kafka-common
APP_VERSION=latest
APP_VERSION=v0.10.2

# Build / Packaging / Deployment Configuration
APP_TAG=$(APP_NAME):$(APP_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion components/controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BUILD_TESTS:=true

# Application Names (Align With Knative Eventing Version)
APP_NAME=kafka-channel-controller
APP_VERSION=latest
APP_VERSION=v0.10.2

# Build / Packaging / Deployment Configuration
APP_PATH=eu.gcr.io/kyma-project/incubator
Expand Down
2 changes: 1 addition & 1 deletion components/dispatcher/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BUILD_TESTS:=true

# Application Names (Align With Knative Eventing Version)
APP_NAME=knative-kafka-dispatcher
APP_VERSION=latest
APP_VERSION=v0.10.2

# Build / Packaging / Deployment Configuration
APP_PATH=eu.gcr.io/kyma-project/incubator
Expand Down
6 changes: 3 additions & 3 deletions resources/knative-kafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ global:
image:
repository: eu.gcr.io/kyma-project/incubator
project: kafka-channel-controller
tag: latest
tag: v0.10.2
pullPolicy: Always

# Networking Configuration for the Pods container and the K8S Service
Expand All @@ -35,10 +35,10 @@ environment:
# Kafka Broker URL's (Comma Separated)
kafkaBrokers: kafka-broker:9092
# Konduit-Kafka Channel "Producer" Docker Image Path
channelImage: eu.gcr.io/kyma-project/incubator/knative-kafka-channel:latest
channelImage: eu.gcr.io/kyma-project/incubator/knative-kafka-channel:v0.10.2
channelReplicas: 1
# Konduit-Kafka Dispatcher "Consumer" Docker Image Path
dispatcherImage: eu.gcr.io/kyma-project/incubator/knative-kafka-dispatcher:latest
dispatcherImage: eu.gcr.io/kyma-project/incubator/knative-kafka-dispatcher:v0.10.2
dispatcherReplicas: 1
defaultNumPartitions: 4
defaultReplicationFactor: 1
Expand Down

0 comments on commit 7c32349

Please sign in to comment.