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

Commit

Permalink
Merge pull request #25 from keptn-contrib/patch/distributor-tag
Browse files Browse the repository at this point in the history
fix distributor tag
  • Loading branch information
bacherfl authored Mar 23, 2020
2 parents 12b910e + a08c0a1 commit 0a15d43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
spec:
containers:
- name: distributor
image: keptn/distributor:latest
image: keptn/distributor:0.6.1
ports:
- containerPort: 8080
resources:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/cloudevents/sdk-go v0.10.0
github.com/google/uuid v1.1.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/keptn/go-utils v0.6.1
github.com/keptn/go-utils v0.6.1-a
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20191021144547-ec77196f6094
gopkg.in/yaml.v2 v2.2.4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ github.com/keptn/go-utils v0.4.0/go.mod h1:R9a1HXkD+KCrhMFbLcEhtBtHGfYwXhO6dwZzm
github.com/keptn/go-utils v0.5.0 h1:Wbl73vOCg2l+iZJ5jdQKUNNZE5PnSVmWmpWdShCPlOg=
github.com/keptn/go-utils v0.6.0 h1:FTnr1tiGdIqWiUNccNw8KcTzrRDZSjif3v1KbJsAnQs=
github.com/keptn/go-utils v0.6.0/go.mod h1:R9a1HXkD+KCrhMFbLcEhtBtHGfYwXhO6dwZzmyoE98c=
github.com/keptn/go-utils v0.6.1-a h1:nxLpQhg3i/14f5fpZhSCYql5qP0hxji1gaEsj5pd//Q=
github.com/keptn/go-utils v0.6.1-a/go.mod h1:R9a1HXkD+KCrhMFbLcEhtBtHGfYwXhO6dwZzmyoE98c=
github.com/keptn/go-utils v0.6.1 h1:zpMDtWbrrp+C9R4A8fiBje720BQjsRLUb1NAWpHtIkI=
github.com/keptn/go-utils v0.6.1/go.mod h1:R9a1HXkD+KCrhMFbLcEhtBtHGfYwXhO6dwZzmyoE98c=
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd h1:Coekwdh0v2wtGp9Gmz1Ze3eVRAWJMLokvN3QjdzCHLY=
Expand Down

0 comments on commit 0a15d43

Please sign in to comment.