Skip to content

Commit

Permalink
fix(helm): bump helm chart and app version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vadasambar committed Jul 12, 2022
1 parent 9a7a52d commit bbaed04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.1.0
appVersion: 0.15.0
description: Helm Chart for the keptn datadog-service
name: datadog-service
type: application
version: 0.1.0
version: 0.15.0
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ datadogservice:
image:
repository: ghcr.io/keptn-sandbox/datadog-service # Container Image Name
pullPolicy: IfNotPresent # Kubernetes Image Pull Policy
tag: 0.2.0 # Container Tag
tag: 0.15.0 # Container Tag
service:
enabled: true # Creates a Kubernetes Service for the datadog-service

Expand All @@ -25,7 +25,7 @@ distributor:
image:
repository: ghcr.io/keptn/distributor # Container Image Name
pullPolicy: IfNotPresent # Kubernetes Image Pull Policy
tag: "0.10.0" # Container Tag
tag: "0.15.0" # Container Tag

remoteControlPlane:
enabled: false # Enables remote execution plane mode
Expand Down

0 comments on commit bbaed04

Please sign in to comment.