From c377df88ad5d2a247f76971fc467e71c0a4206ea Mon Sep 17 00:00:00 2001 From: Suraj Banakar Date: Wed, 14 Dec 2022 11:20:43 +0530 Subject: [PATCH] chore: bump helm chart to 1.0.0 Signed-off-by: Suraj Banakar --- helm/Chart.yaml | 4 ++-- helm/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 4b064fb..067bcdd 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 0.19.0 +appVersion: 1.0.0 description: Helm Chart for the keptn datadog-service name: datadog-service type: application -version: 0.19.0 +version: 1.0.0 diff --git a/helm/values.yaml b/helm/values.yaml index 3bfc721..d9c603a 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -17,7 +17,7 @@ datadogservice: image: repository: ghcr.io/keptn-sandbox/datadog-service # Container Image Name pullPolicy: IfNotPresent # Kubernetes Image Pull Policy - tag: 0.19.0 # Container Tag + tag: 1.0.0 # Container Tag service: enabled: true # Creates a Kubernetes Service for the datadog-service @@ -28,7 +28,7 @@ distributor: image: repository: ghcr.io/keptn/distributor # Container Image Name pullPolicy: IfNotPresent # Kubernetes Image Pull Policy - tag: "0.19.0" # Container Tag + tag: "1.0.0" # Container Tag remoteControlPlane: enabled: false # Enables remote execution plane mode