Skip to content
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

Add OS release version to our image tags #1050

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

@@ -188,7 +188,7 @@ func memcachedImageName(cr *miqv1alpha1.ManageIQ) string {

func memcachedImageTag(cr *miqv1alpha1.ManageIQ) string {
if cr.Spec.MemcachedImageTag == "" {
return "1.6"
return "1-el9"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure that the minor version matters here.

@@ -116,7 +116,7 @@ func httpdImageNamespace(cr *miqv1alpha1.ManageIQ) string {

func httpdImageTag(cr *miqv1alpha1.ManageIQ) string {
if cr.Spec.HttpdImageTag == "" {
return "latest"
return "2-el9"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think 2 is specific, or should I change to 2.4-el9?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah this is fine

@miq-bot
Copy link
Member

miq-bot commented Feb 5, 2024

Checked commit bdunne@092040f with ruby 2.7.8, rubocop 1.56.3, haml-lint 0.51.0, and yamllint
0 files checked, 0 offenses detected
Everything looks fine. 🏆

@Fryguy Fryguy merged commit 7bacf4f into ManageIQ:master Feb 6, 2024
2 checks passed
@bdunne bdunne deleted the releasever_image_tags branch February 14, 2024 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants