-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When deploying from the store, any --env variables passed or defined for a function were being ignored due to a bug. This has been fixed and tested. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
- Loading branch information
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2fd2848
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.
Hi @alexellis and Openfaas team 🙌! Just wondering if this patch would fix an issue I'm having when using the docker flavor of
faas-cli
in my Github actions. A few days ago our CI/CD pipeline started failed until I read your post about docker hub and open source images. Basically what I did to fix it was replacinguses
to
I understand that now I'm pulling
faas-cli
from Github's container registry rather than from Docker Hub. All good there 🙌Now, what's happening is that after running
faas-cli deploy
I'm getting an error in my cluster because the deployment yaml is referencing animage
with an incorrect tag name...Any help would be much appreciated ...on top of all the appreciation we already have for supporting this amazing project!
Thanks!
2fd2848
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.
Hi @sebastianricaldoni the right place to ask questions is to raise an issue.
Can you go ahead and do that please?
Alex
2fd2848
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.
Absolutely! I created #955 and sorry in advance if I missed anything. There's a high chance it isn't a bug on
faas-cli
but rather on my end.Thanks!!
2fd2848
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.
@sebastianricaldoni can you confirm that you've seen my response?
I've given you the answer there.
2fd2848
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.
Yes I have! See here.
Thanks @alexellis