* Fixed hard coded servicePort in ingress template. (#12727)
Signed-off-by: Michael Andrews <Michael.Andrews@me.com>
* Set the default value for service.port in the values file.
This should probably be changed to ingress.servicePort since that is
where it is used. But I wanted to keep this PR focused on the hard coded
value in the ingress template.
Signed-off-by: Michael Andrews <Michael.Andrews@me.com>
* Bumped verion to 1.0.0
Signed-off-by: Michael Andrews <Michael.Andrews@me.com>
* Update container for dex to use new community build
Dex is now in it's own organisation on github and has it's own repo on quay.
There was also a new release of 0.11.0 here: dexidp/dex#1284
I have also added myself to the maintainers list.
Signed-off-by: Pete Brown <pete.brown@powerhrg.com>
* Fix typo in image name
Signed-off-by: Pete Brown <pete.brown@powerhrg.com>
* Increase version to 0.5.0
Signed-off-by: Pete Brown <pete.brown@powerhrg.com>
* add support for configuring dex nodePort values
* bump dex chart patch version
* Update Chart.yaml
* add comment showing example for configuring nodePort value
* dex: configure gRPC and generate the certificates (CA/server/client) during deployment
In addition, the web cert values were refatored to be consistent with gRPC values.
* dex: base resources name on the fullname template
* dex: comment out the default values for resources
* Bump dex chart version to 0.2.0
* Restore some of the original values of dex chart
* Fix indent in the values files
* Fix lint warnings
* initial dex chart by kfox1111
* dex template updates, label cleanup, slight refactor, version update to 2.10.0
* using standardized naming for services
* adding notes, helmignore
* remove default resource usage
* dex allowing service annotations
* dex using proper labels for the job and using helm hooks
* confirm to rbac
* fixing deployment version and chart label