-
Notifications
You must be signed in to change notification settings - Fork 179
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
Create bootstrap-helm image #146
Create bootstrap-helm image #146
Conversation
/lgtm |
@@ -0,0 +1,8 @@ | |||
FROM eu.gcr.io/kyma-project/prow/bootstrap:0.0.1 |
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.
FROM eu.gcr.io/kyma-project/prow/bootstrap:0.0.1 | ||
|
||
ENV HELM_VERSION="v2.10.0" | ||
|
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.
prow/jobs/kyma/kyma-integration.yaml
Outdated
@@ -45,7 +45,7 @@ presubmits: # runs on PRs | |||
path_alias: github.com/kyma-project/test-infra | |||
spec: | |||
containers: | |||
- image: eu.gcr.io/kyma-project/prow/bootstrap:0.0.1 | |||
- image: eu.gcr.io/kyma-project/prow/gke-integration:0.0.1 |
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.
regarding image name, I also don't have a good idea how to name it, but maybe bootstrap-helm will be a better option?
5a9dffd
to
7e3a816
Compare
@aszecowka Comments addressed, please review. |
58b8457
to
e181b67
Compare
e181b67
to
edf4e93
Compare
edf4e93
to
61b88b8
Compare
@jakkab: Updated the
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Description
Changes proposed in this pull request:
Related issue(s)
#139
#20 - continued