diff --git a/README.md b/README.md index 054ffa8..e8ef81c 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ Observe the results in the [Keptn Bridge](https://keptn.sh/docs/0.15.x/bridge/) | 0.11.4 | ghcr.io/keptn-sandbox/datadog-service:0.1.0 | | 0.11.4 | ghcr.io/keptn-sandbox/datadog-service:0.2.0 | | 0.15.0 | ghcr.io/keptn-sandbox/datadog-service:0.15.0 | +| 0.17.0 | ghcr.io/keptn-sandbox/datadog-service:0.17.0 | datadog-service version will match Keptn version starting from 0.15.0 version of Keptn e.g., datadog-service 0.15.x is compatible with Keptn 0.15.x diff --git a/examples/kup.sh b/examples/kup.sh index 8c5c9d3..836bad1 100755 --- a/examples/kup.sh +++ b/examples/kup.sh @@ -22,7 +22,7 @@ # 4. keptn # $ keptn version # ... -# Keptn CLI version: 0.15.0 +# Keptn CLI version: 0.17.0 # ... # 5. minikube # $ minikube version @@ -162,9 +162,9 @@ helm repo add keptn https://charts.keptn.sh echo "Installing keptn" kubectl create ns keptn kubectl config set-context --current --namespace=keptn -helm install keptn keptn/keptn -f examples/keptn-values.yaml --version 0.15.0 -helm install jmeter-service keptn/jmeter-service --version 0.15.0 -helm install helm-service keptn/helm-service --version 0.15.0 +helm install keptn keptn/keptn -f examples/keptn-values.yaml --version 0.17.0 +helm install jmeter-service keptn/jmeter-service --version 0.17.0 +helm install helm-service keptn/helm-service --version 0.17.0 check_if_istioctl_cli_is_installed # Install Istio diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 4330e4c..c37078b 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 0.15.0 +appVersion: 0.17.0 description: Helm Chart for the keptn datadog-service name: datadog-service type: application -version: 0.15.0 +version: 0.17.0 diff --git a/helm/values.yaml b/helm/values.yaml index 2a39758..166f2ba 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.15.0 # Container Tag + tag: 0.17.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.15.0" # Container Tag + tag: "0.17.0" # Container Tag remoteControlPlane: enabled: false # Enables remote execution plane mode