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

Commit

Permalink
set versions for v0.14.0 release (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-minke-sap authored May 8, 2020
1 parent 933e2c3 commit 0a5bb49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BUILD_TESTS:=true
APP_PATH=eu.gcr.io/kyma-project/incubator

# Application Docker Container Version
APP_VERSION=latest
APP_VERSION=v0.14.0

# Application Docker Container Names
CHANNEL_APP_NAME='knative-kafka-channel'
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.14.0
pullPolicy: Always

# Networking Configuration for the Pods container and the K8S Service
Expand All @@ -27,10 +27,10 @@ environment:
# Valid values: local, confluent, azure
kafkaProvider: local
# Knative-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.14.0
channelReplicas: 1
# Knative-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.14.0
dispatcherReplicas: 1
defaultNumPartitions: 4
defaultReplicationFactor: 1
Expand Down

0 comments on commit 0a5bb49

Please sign in to comment.