Skip to content

Commit

Permalink
Add current timestamp hack for tgn
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Pavlovskiy committed Aug 19, 2023
1 parent 1f8d693 commit e3cfc9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/master_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@ jobs:
propertyPath: spec.template.metadata.creationTimestamp
value: ${{ steps.get-current-time.outputs.CURRENT_TIME }}
commitChange: false
- uses: fjogeleit/yaml-update-action@main
with:
valueFile: .k8s/prod/carres-tgn-deployment.yaml
propertyPath: spec.template.metadata.creationTimestamp
value: ${{ steps.get-current-time.outputs.CURRENT_TIME }}
commitChange: false
- uses: fjogeleit/yaml-update-action@main
with:
valueFile: .k8s/prod/carres-website-deployment.yaml
Expand Down
1 change: 1 addition & 0 deletions .k8s/prod/carres-tgn-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
app: carres-tgn
template:
metadata:
creationTimestamp: 2022-05-15T23:33:38Z
labels:
app: carres-tgn
spec:
Expand Down

0 comments on commit e3cfc9e

Please sign in to comment.