Skip to content

Commit

Permalink
chore: bump helm chart to 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Banakar <surajrbanakar@gmail.com>
  • Loading branch information
vadasambar committed Dec 14, 2022
1 parent 7ce19a9 commit c377df8
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.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
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.19.0 # Container Tag
tag: 1.0.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.19.0" # Container Tag
tag: "1.0.0" # Container Tag

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

0 comments on commit c377df8

Please sign in to comment.