-
Notifications
You must be signed in to change notification settings - Fork 204
Enable to specific image tag for container images in Helm template #4586
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
Conversation
…ent or difference registry Signed-off-by: hungran <[email protected]>
Signed-off-by: hungran <[email protected]>
khanhtc1202
left a comment
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.
Great improvement, left some nits 🙏
manifests/pipecd/values.yaml
Outdated
| # Overrides the image tag whose default is the chart appVersion. | ||
| tag: "" |
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.
As mentioned in template file, this config should be under image block (same as repository)
manifests/pipecd/values.yaml
Outdated
| # Overrides the image tag whose default is the chart appVersion. | ||
| tag: "" |
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.
Same here
Signed-off-by: hungran <[email protected]>
|
@khanhtc1202 thanks for your feedback, solved |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #4586 +/- ##
=======================================
Coverage 29.93% 29.93%
=======================================
Files 220 220
Lines 25933 25933
=======================================
Hits 7763 7763
Misses 17522 17522
Partials 648 648 ☔ View full report in Codecov by Sentry. |
khanhtc1202
left a comment
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.
Great, thank you 🙌
…4586) * ability and flexible for using specific image tag from local environment or difference registry Signed-off-by: hungran <[email protected]> * nist Signed-off-by: hungran <[email protected]> * nist on values pipecd Signed-off-by: hungran <[email protected]> --------- Signed-off-by: hungran <[email protected]>
* Enable to specific image tag for container images in Helm template (#4586) * ability and flexible for using specific image tag from local environment or difference registry Signed-off-by: hungran <[email protected]> * nist Signed-off-by: hungran <[email protected]> * nist on values pipecd Signed-off-by: hungran <[email protected]> --------- Signed-off-by: hungran <[email protected]> * Inactive task definition after delete all of its taskset (#4592) * Store taskSet object instead of taskSetArn Signed-off-by: khanhtc1202 <[email protected]> * Remove service object store in stage metastore Signed-off-by: khanhtc1202 <[email protected]> * Inactive task definition after delete its taskset Signed-off-by: khanhtc1202 <[email protected]> * Update pkg/app/piped/executor/ecs/ecs.go Co-authored-by: Kenta Kozuka <[email protected]> Signed-off-by: khanhtc1202 <[email protected]> --------- Signed-off-by: khanhtc1202 <[email protected]> Co-authored-by: Kenta Kozuka <[email protected]> --------- Signed-off-by: hungran <[email protected]> Signed-off-by: khanhtc1202 <[email protected]> Co-authored-by: Henry Vu <[email protected]> Co-authored-by: Kenta Kozuka <[email protected]>
…ipe-cd#4586) * ability and flexible for using specific image tag from local environment or difference registry Signed-off-by: hungran <[email protected]> * nist Signed-off-by: hungran <[email protected]> * nist on values pipecd Signed-off-by: hungran <[email protected]> --------- Signed-off-by: hungran <[email protected]> Signed-off-by: moko-poi <[email protected]>
…ipe-cd#4586) * ability and flexible for using specific image tag from local environment or difference registry Signed-off-by: hungran <[email protected]> * nist Signed-off-by: hungran <[email protected]> * nist on values pipecd Signed-off-by: hungran <[email protected]> --------- Signed-off-by: hungran <[email protected]>
I would like we have a way to specific an image tag whenever I or somebody else want to test with new OCI image from local environment or difference registry
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #4506
Does this PR introduce a user-facing change?: N/A