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.13 (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: TannerGabriel <[email protected]>
  • Loading branch information
TannerGabriel authored Apr 28, 2022
1 parent bb033b0 commit 01fce79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Future versions of this service may support additional integrations with other c
| 0.9.0 - 0.9.2 | keptncontrib/argo-service:0.9.0 |
| 0.10.x | keptncontrib/argo-service:0.9.1 |
| 0.12.x | keptncontrib/argo-service:0.9.2 |
| 0.13.x | keptncontrib/argo-service:0.9.3 |

**Note**: This integration is currently incompatible with Keptn 0.14.x and newer.

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.12.3" # Container Tag
tag: "0.13.4" # Container Tag

remoteControlPlane:
enabled: false # Enables remote execution plane mode
Expand Down
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.12.3
tag: 0.13.4
resources:
limits:
memory: 512Mi
Expand Down

0 comments on commit 01fce79

Please sign in to comment.