Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Set version tags
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Grimmer <[email protected]>
  • Loading branch information
agrimmer committed Apr 26, 2021
1 parent 6e6bcc2 commit c3eca1b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.13.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: latest
appVersion: 0.13.1
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dynatraceService:
image:
repository: docker.io/keptncontrib/dynatrace-service # Container Image Name
pullPolicy: IfNotPresent # Kubernetes Image Pull Policy
tag: "" # Container Tag
tag: "0.13.1" # Container Tag
service:
enabled: true # Creates a Kubernetes Service for the dynatrace-sli-service
config:
Expand Down
2 changes: 1 addition & 1 deletion deploy/service-no-dt-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
serviceAccountName: keptn-dynatrace-service
containers:
- name: dynatrace-service
image: keptncontrib/dynatrace-service:latest
image: keptncontrib/dynatrace-service:0.13.1
ports:
- containerPort: 8080
resources:
Expand Down
2 changes: 1 addition & 1 deletion deploy/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
serviceAccountName: keptn-dynatrace-service
containers:
- name: dynatrace-service
image: keptncontrib/dynatrace-service:latest
image: keptncontrib/dynatrace-service:0.13.1
ports:
- containerPort: 8080
resources:
Expand Down

0 comments on commit c3eca1b

Please sign in to comment.