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 the image_tag_parameter on the service configurations #1

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

psenderos
Copy link
Member

With this PR it's possible to add a params on the service configuration called image_tag_parameter.
This params is used to override the default parameter used by Argo to identify the image tag (image.tag).
If no parameters is defined, the service will use the default image.tag.

I also add another service in the deploy1.json on the example, with all the optionals parameter (don't want to add them on the first service to make it clear that everything works fine without them).

We also need to add some task to define test and execute, because there are no test at the moment

@psenderos psenderos merged commit 7a6203d into main Oct 16, 2024
1 check passed
@psenderos psenderos deleted the image-tag-parameter branch October 16, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants