-
Notifications
You must be signed in to change notification settings - Fork 216
Publish operator helm chart on our GitHub page #857
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
|
Hi Carlos, We need to make some changes to this PR:
helm repo add weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts |
rjeberhard
left a comment
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.
See my earlier message...
I pushed the changes to generate the helm chart package during build. Where would you like me to put the usage steps? |
e0fd933 to
ab8108e
Compare
|
@rjeberhard All requested changes done. |
|
@jchermos, did you see my message in slack this morning? You have done everything I asked for. So, first, thanks. There is an issue that if you build repeatedly, then the helm package and repo index are different every time. So, if we commit this PR, then other developers will constantly see these files change. Sadly, I can't find a set of arguments to helm package that produce the same .tgz file every time and the index has both a created and generated time stamp. Ideas? |
Haha, sorry Ryan, didn't saw your message... I can move the create package process to a maven profile so it is created only with the profile. |
|
I have an idea... I could get the latest modified time of any file under kubernetes/charts/weblogic-operator and compare that to the .tgz. Then, only helm package and repo index if there is a later source file. |
|
Let me give that a try and then we'll fall back on the profile. |
Pushed the changes you suggested with some changes. |
https://jira.****/jira/browse/OWLS-69849
Create helm repository to be accessed by github project pages. These changes need to be in gh-pages to be served by https://oracle.github.io/weblogic-kubernetes-operator.
These changes contains:
Create index.yaml file in operator charts folder.
Add packaged helm chart weblogic-operator-2.tgz