Skip to content

Commit

Permalink
fix: use keptn/distributor 0.11.4 in helm charts and skaffold (#94)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kreuzberger <[email protected]>
  • Loading branch information
christian-kreuzberger-dtx authored Jan 26, 2022
1 parent 9063430 commit 8e479bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ distributor:
image:
repository: docker.io/keptn/distributor # Container Image Name
pullPolicy: IfNotPresent # Kubernetes Image Pull Policy
tag: "" # Container Tag
tag: "0.11.4" # Container Tag

remoteControlPlane:
enabled: false # Enables remote execution plane mode
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ services:
environment:
- CONFIGURATION_SERVICE=http://configuration-service:8080
distributor:
image: 'keptn/distributor:0.11.3'
image: 'keptn/distributor:0.11.4'
container_name: 'keptn-distributor'
ports:
- '8080'
environment:
- PUBSUB_URL=nats://keptn-nats-cluster
- PUBSUB_TOPIC=sh.keptn.>
- PUBSUB_RECIPIENT=127.0.0.1
- PUBSUB_RECIPIENT=127.0.0.1
4 changes: 2 additions & 2 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ deploy:
overrides:
distributor:
image:
tag: 0.10.0
tag: 0.11.4
resources:
limits:
memory: 512Mi
chartPath: chart
chartPath: chart

0 comments on commit 8e479bb

Please sign in to comment.