mirror of
https://github.com/twuni/docker-registry.helm.git
synced 2026-05-12 12:27:50 +00:00
This is a signed squash of unsigned commits made by both Andrew <andrew@egeler.us> and Travis Loyd <fun.tloyd@gmail.com>. It is a slight cleanup of Travis Loyd's PR #27 Travis Loyd <fun.tloyd@gmail.com>: * Fix for issue number 19, current api version and previous api version need to be updated * Added helm if statement to handle previous ingress 'http paths' style and current 'http paths' style * adjusted helm if statement to accomidate scoping by setting as a variable up top * moved new apiVersion variable to the top just under check for ingress enabled * added ingressClassName and set a default value of 'nginx' in the values file Andrew <andrew@egeler.us>: * PR Change Cleanup * rename $apiVersion to $apiVersions * rename ingress.ingressClassName to ingress.className * add documentation entry for ingress.className * fix README default value