Skip to content

Commit

Permalink
chore: make changes for releasing 0.17.0 version of datadog-service
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Banakar <[email protected]>
  • Loading branch information
vadasambar committed Sep 1, 2022
1 parent 337651e commit 7c760ca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions examples/kup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# 4. keptn
# $ keptn version
# ...
# Keptn CLI version: 0.15.0
# Keptn CLI version: 0.17.0
# ...
# 5. minikube
# $ minikube version
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 7c760ca

Please sign in to comment.