diff --git a/README.md b/README.md index b67b1ca..8baed8a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/chart/values.yaml b/chart/values.yaml index ded44a6..584530d 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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 diff --git a/skaffold.yaml b/skaffold.yaml index bab67cf..914431d 100644 --- a/skaffold.yaml +++ b/skaffold.yaml @@ -23,7 +23,7 @@ deploy: overrides: distributor: image: - tag: 0.12.3 + tag: 0.13.4 resources: limits: memory: 512Mi