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

Commit

Permalink
build: update service to Keptn 0.10 (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: TannerGabriel <[email protected]>
  • Loading branch information
TannerGabriel authored Jan 24, 2022
1 parent 0fa90ef commit baae20b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Future versions of this service may support additional integrations with other c
| 0.8.0 - 0.8.3 | keptncontrib/argo-service:0.8.0 |
| 0.8.4 | keptncontrib/argo-service:0.8.4 |
| 0.9.0 - 0.9.2 | keptncontrib/argo-service:0.9.0 |

| 0.10.x | keptncontrib/argo-service:0.9.1 |

## Argo Rollout Support Explained

Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ distributor:
image:
repository: docker.io/keptn/distributor # Container Image Name
pullPolicy: IfNotPresent # Kubernetes Image Pull Policy
tag: "0.9.0" # Container Tag
tag: "0.10.0" # Container Tag

remoteControlPlane:
enabled: false # Enables remote execution plane mode
Expand Down
5 changes: 5 additions & 0 deletions releasenotes/releasenotes_V0.9.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Release Notes 0.9.1

## New Features

- Update `keptn/distributor` to version `0.10.0`
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ deploy:
overrides:
distributor:
image:
tag: 0.9.0
tag: 0.10.0
resources:
limits:
memory: 512Mi
Expand Down

0 comments on commit baae20b

Please sign in to comment.