-
Notifications
You must be signed in to change notification settings - Fork 575
Issue-1019 Update helm chart zip files to release version 3.141.59t #1020
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1020 +/- ##
============================================
+ Coverage 54.99% 55.58% +0.59%
- Complexity 675 680 +5
============================================
Files 58 58
Lines 4562 4562
Branches 429 429
============================================
+ Hits 2509 2536 +27
+ Misses 1818 1790 -28
- Partials 235 236 +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.
Thanks @ramapalani!
@ramapalani & @diemol is the trailing 't' in the filename expected? Edit: I see it is. But did you possibly delete the actual |
Or possibly, should the index.yaml file be updated to the correct filename (with the 't')? |
I named the file same as the release name.
I would prefer option1, as the release branch doesn't have t in the chart.yaml |
@diemol & @ramapalani, can we not have both? For backwards compatibility reasons you should definitely not have a 3.141.59t in a 3.141.59 chart. That is confusing. Ideally you then also add the 3.141.59t to the index and the repo. |
Looks like @sharkymcdongles fixed it through this PR #1025 Is there anything required further on this? |
* Release 3.141.59t * Add empty default value for podSecurityContext and containerSecurityContext (#1016) Co-Authored-By: Pirmin Schuermann <pirmin.schuermann@gmail.com> * Issue-1019 Update helm chart zip files to release version 3.141.59t (#1020) * fixed index file (#1025) * Change probes URL to the /status page (#1024) When creating the console page, Zalenium servlet collects the status of all the nodes. If some of the nodes' proxy is unavailable, then the probe will fail. Using status page makes the Hub probes not relying on the state, health and availability of the node pods. * Fix condition to get container by remote url * Add symlink for /usr/bin/docker in Dockerfile * Rewrite condition to exec ./zalenium.sh in entry.sh considering none sudo * Update docker swarm documentation * allow the modification of the hosts file inside a container * Add documentation for hostAliases * Fix get pod ip dns load error
Thanks for contributing to Zalenium! Please give us as much information as possible to merge this PR
quickly.
Description
Detailed description here in the issue: #1019
Motivation and Context
Ideally it would be great if I could a release version of helm charts from an artifact repository. Next best is to get it release version of artifacts as compressed file in the git repo. The file that is currently there does not have the latest version. This PR updates that.
How Has This Been Tested?
I uncompressed the new file, and was able to deploy.
Types of changes
Checklist:
No code change
No need for additional documentation