Skip to content

Commit

Permalink
chore(ci): adds a timestamp to widget src url (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf authored Nov 5, 2024
1 parent a8e8871 commit 4150e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/helm-charts/hosting/templates/index-html-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ data:
</head>
<body style="height: 100vh; flex-grow: 1; margin: 0; padding: 0;">
<script
src="https://dashboard.eu-de-1.cloud.sap/assets/landing_page_widget.js"></script>
src="https://dashboard.eu-de-1.cloud.sap/assets/landing_page_widget.js?ts={{ now | date "20060102150405" }}"></script>
</body>
</html>

0 comments on commit 4150e46

Please sign in to comment.