-
Notifications
You must be signed in to change notification settings - Fork 461
[runtime] add runtime chart #2143
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
Conversation
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
|
recheck |
| @@ -0,0 +1,2 @@ | |||
| ## Change Log | |||
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 @levikobi,
Please refer to the JFrog Platform chart changelog and add the relevant information. This is the source to track changes.
| @@ -0,0 +1,2 @@ | |||
| Runtime service v{{ .Values.runtime.image.tag | default .Chart.AppVersion }} has been deployed successfully on {{ .Release.Namespace }} namespace! | |||
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.
Will you please add a check for jfrogurl, joinKey and masterKey? Ref: https://github.com/jfrog/charts/blob/master/stable/artifactory/templates/NOTES.txt
| # Declare variables to be passed into your templates. | ||
|
|
||
| imagePullSecrets: | ||
| - name: "docker-jfrog-io-pull-secret" |
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.
Please remove hard coded values
|
|
||
| isMultiTenant: false | ||
|
|
||
| global: |
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.
Please move global to top, and remove unwated code
|
As discussed with @chukka, we will close this PR for now |
PR Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[artifactory])What this PR does / why we need it:
Adds the Runtime chart to the JFrog charts repository.
Jira ticket - https://jfrog-int.atlassian.net/browse/RNTM-2387