For general contribution and community guidelines, please see the community repo.
Majority of the instructions on how to build, develop, and run the code in this repo is located in the main README.md but this file adds any additional information for contributing code to this project.
To upgrade the default Conjur version used by this chart, you will need to update the following files:
- Update the README to change the default value for
image.tag
in the Configuration table - Update the
tag
value for thecyberark/conjur
image in conjur-oss/values.yaml
To release a new version of this chart:
- Make the appropriate changes
- Update the version number in
conjur-oss/Chart.yaml
- Update the CHANGELOG.md file according to the Conjur community guidelines
- Tag the git history with
v##.##.##
version - Create the release on GitHub for that tag
- Get the helm chart package from the package action - the
conjur-oss-VERSION.tgz
tarball is in thepackage.zip
- Upload the tarball to the GitHub release
- Add the chart to our Helm charts repo
- Fork the project
- Clone your fork
- Make local changes to your fork by editing files
- Commit your changes
- Push your local changes to the remote server
- Create new Pull Request