diff --git a/chart/values.yaml b/chart/values.yaml index 84cafa7..f149947 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -13,7 +13,7 @@ distributor: image: repository: docker.io/keptn/distributor # Container Image Name pullPolicy: IfNotPresent # Kubernetes Image Pull Policy - tag: "" # Container Tag + tag: "0.11.4" # Container Tag remoteControlPlane: enabled: false # Enables remote execution plane mode diff --git a/docker-compose.yaml b/docker-compose.yaml index 1928126..d542664 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -11,11 +11,11 @@ services: environment: - CONFIGURATION_SERVICE=http://configuration-service:8080 distributor: - image: 'keptn/distributor:0.11.3' + image: 'keptn/distributor:0.11.4' container_name: 'keptn-distributor' ports: - '8080' environment: - PUBSUB_URL=nats://keptn-nats-cluster - PUBSUB_TOPIC=sh.keptn.> - - PUBSUB_RECIPIENT=127.0.0.1 \ No newline at end of file + - PUBSUB_RECIPIENT=127.0.0.1 diff --git a/skaffold.yaml b/skaffold.yaml index e6b99bc..70c1dab 100644 --- a/skaffold.yaml +++ b/skaffold.yaml @@ -23,8 +23,8 @@ deploy: overrides: distributor: image: - tag: 0.10.0 + tag: 0.11.4 resources: limits: memory: 512Mi - chartPath: chart \ No newline at end of file + chartPath: chart