Skip to content

Commit

Permalink
Merge pull request #32 from amplication/task/change-sensor-image-tag-…
Browse files Browse the repository at this point in the history
…propagation

chore(data-service-generator): change containerImageTag key on request body
  • Loading branch information
levivannoort committed Nov 19, 2023
2 parents 5cca0bf + 96435c6 commit 2b1eb33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-service-generator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: data-service-generator
description: A Helm chart for the data-service-generator component of Amplication

type: application
version: 2.0.7
version: 2.0.8
appVersion: "0.0.0"

sources:
Expand Down
2 changes: 1 addition & 1 deletion data-service-generator/templates/sensor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
operation: append
- src:
dependencyName: request
dataKey: body.containerImageTag
dataKey: body.codeGeneratorVersion
value: {{ .Values.events.sensor.image.tag }}
dest: spec.template.spec.containers.0.image
operation: append
Expand Down

0 comments on commit 2b1eb33

Please sign in to comment.