-
Notifications
You must be signed in to change notification settings - Fork 103
Update cozystack-dashboard to show workload status #562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
8000
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,14 +40,14 @@ kubeapps: | |
image: | ||
registry: ghcr.io/aenix-io/cozystack | ||
repository: dashboard | ||
tag: v0.21.1 | ||
digest: "sha256:fa9b6238da1dfaa15ec1c20c041103d6e07b5194cc54cf3cf4872f758ceaa085" | ||
tag: latest | ||
digest: "sha256:cdf9d93a9733ce6f59d467a03a34bb66177eb4b42715fcf81f84705b150d9dad" | ||
Comment on lines
+43
to
+44
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Review the image tagging strategy. While using a specific digest provides immutability, the "latest" tag practice has drawbacks:
Consider using semantic versions or commit-based tags instead. |
||
kubeappsapis: | ||
image: | ||
registry: ghcr.io/aenix-io/cozystack | ||
repository: kubeapps-apis | ||
tag: v0.21.1 | ||
digest: "sha256:3ad47a120ae2bd83e1242430e17616a6500d627a7a6cef94095b9e6c1a9e85a8" | ||
tag: latest | ||
digest: "sha256:4842d2e0c4067b73414f815419ae8c83ddb56c287cc45e1648cb700da3842770" | ||
Comment on lines
+49
to
+50
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Maintain consistent versioning strategy across components. The same concerns about using "latest" tag apply here. Consider adopting a consistent versioning strategy that:
|
||
pluginConfig: | ||
flux: | ||
packages: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reconsider using "latest" as appVersion in production.
Using "latest" version can lead to:
Consider using a specific version or the actual commit hash for better traceability.