-
Notifications
You must be signed in to change notification settings - Fork 2
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
Adding the version to the images in the examples 1 - 4 #1
base: master
Are you sure you want to change the base?
Conversation
@sveingunnarlarsen can you please check this, thank you. |
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.
I think it's better if the example is a working one. In fact the current examples were not working as tag latest does not exist.
@@ -14,7 +14,7 @@ spec: | |||
spec: | |||
containers: | |||
- name: planet9 | |||
image: neptunesoftware/planet9 | |||
image: neptunesoftware/planet9:<version> |
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.
image: neptunesoftware/planet9:<version> | |
image: neptunesoftware/planet9:v24.10.0 |
@@ -14,7 +14,7 @@ spec: | |||
spec: | |||
containers: | |||
- name: planet9 | |||
image: neptunesoftware/planet9 | |||
image: neptunesoftware/planet9:<version> |
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.
image: neptunesoftware/planet9:<version> | |
image: neptunesoftware/planet9:v24.10.0 |
@@ -44,7 +44,7 @@ spec: | |||
spec: | |||
containers: | |||
- name: planet9 | |||
image: neptunesoftware/planet9 | |||
image: neptunesoftware/planet9:<version> |
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.
image: neptunesoftware/planet9:<version> | |
image: neptunesoftware/planet9:v24.10.0 |
@@ -14,7 +14,7 @@ spec: | |||
spec: | |||
containers: | |||
- name: planet9 | |||
image: neptunesoftware/planet9 | |||
image: neptunesoftware/planet9:<version> |
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.
image: neptunesoftware/planet9:<version> | |
image: neptunesoftware/planet9:v24.10.0 |
Hi, @hermanlui99 , any objection to the change requested? |
No, it is fine in that way @txtmode. |
Adding the version to the images in the examples 1 - 4