Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
feat!: Upgrade to Keptn 0.14.2 (#77)
Browse files Browse the repository at this point in the history
Note: This release is only compatible with Keptn 0.14.2 and newer.

Signed-off-by: Christian Kreuzberger <[email protected]>
  • Loading branch information
christian-kreuzberger-dtx authored May 20, 2022
1 parent 6827420 commit 28bb6c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ ARG version
ENV version $version

ENV env=production
ARG debugBuild

# Copy the binary to the production image from the builder stage.
COPY --from=builder /go/src/github.com/keptn-contrib/unleash-service/unleash-service /unleash-service
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ Please always double check the version of Keptn you are using compared to the ve
| 0.8.x | keptncontrib/unleash-service:0.3.0 |
| 0.8.0-0.8.3 | keptncontrib/unleash-service:0.3.1 |
| 0.8.4 | keptncontrib/unleash-service:0.3.2 |
| 0.14.x | keptncontrib/unleash-service:0.4.0 |
| 0.14.2\** | keptncontrib/unleash-service:0.4.0 |

\* This is the Keptn version we aim to be compatible with. Other versions should work too, but there is no guarantee.

**Note**: This integration is currently incompatible with Keptn 0.14.x and newer.
\** This version is only compatible with Keptn 0.14.2 and potentially newer releases of Keptn 0.14.x due to a breaking change in NATS cluster name.

You can find more information and older releases on the [Releases](https://github.com/keptn-contrib/unleash-service/releases) page.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ distributor:
stageFilter: "" # Sets the stage this helm service belongs to
serviceFilter: "" # Sets the service this helm service belongs to
projectFilter: "" # Sets the project this helm service belongs to
pubsubTopic: "sh.keptn.>" # Sets the events the service subscribes to
pubsubTopic: "sh.keptn.event.action.triggered" # Sets the events the service subscribes to
image:
repository: docker.io/keptn/distributor # Container Image Name
pullPolicy: IfNotPresent # Kubernetes Image Pull Policy
tag: "0.14.1" # Container Tag
tag: "0.14.2" # Container Tag
config:
queueGroup:
enabled: true # Enable connection via Nats queue group to support exactly-once message processing
Expand Down
5 changes: 0 additions & 5 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ build:
- image: keptncontrib/unleash-service
docker:
dockerfile: Dockerfile
buildArgs:
debugBuild: true
deploy:
helm:
flags:
Expand All @@ -21,9 +19,6 @@ deploy:
imageStrategy:
helm: { }
overrides:
distributor:
image:
tag: 0.14.1
resources:
limits:
memory: 512Mi
Expand Down

0 comments on commit 28bb6c4

Please sign in to comment.