diff --git a/charts/unleash-edge/Chart.yaml b/charts/unleash-edge/Chart.yaml index be21b09..f6b0faa 100644 --- a/charts/unleash-edge/Chart.yaml +++ b/charts/unleash-edge/Chart.yaml @@ -5,7 +5,7 @@ icon: https://docs.getunleash.io/img/logo.svg type: application -version: 2.6.3 +version: 2.6.5 appVersion: "v19.2.0" diff --git a/charts/unleash-edge/examples/hostaliases.yaml b/charts/unleash-edge/examples/hostaliases.yaml new file mode 100644 index 0000000..5786db8 --- /dev/null +++ b/charts/unleash-edge/examples/hostaliases.yaml @@ -0,0 +1,15 @@ +edge: + upstreamUrl: http://unleash.unleash:4242 + +hostAliases: + - ip: "127.0.0.1" + hostnames: + - "foo.local" + +resources: + requests: + cpu: 100m + memory: 64Mi + limits: + cpu: 200m + memory: 64Mi diff --git a/charts/unleash-edge/templates/deployment.yaml b/charts/unleash-edge/templates/deployment.yaml index a8250e1..a27be31 100644 --- a/charts/unleash-edge/templates/deployment.yaml +++ b/charts/unleash-edge/templates/deployment.yaml @@ -122,3 +122,7 @@ spec: - {{ toYaml . | nindent 8 | trim }} {{- end }} {{- end }} + {{- with .Values.hostAliases }} + hostAliases: + {{- toYaml . | nindent 8 }} + {{- end }} diff --git a/charts/unleash-proxy/Chart.yaml b/charts/unleash-proxy/Chart.yaml index 51dbf64..7f278c4 100644 --- a/charts/unleash-proxy/Chart.yaml +++ b/charts/unleash-proxy/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.8.1 +version: 0.8.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/unleash-proxy/templates/deployment.yaml b/charts/unleash-proxy/templates/deployment.yaml index a118881..9ee0cb0 100644 --- a/charts/unleash-proxy/templates/deployment.yaml +++ b/charts/unleash-proxy/templates/deployment.yaml @@ -176,3 +176,7 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} + {{- with .Values.hostAliases }} + hostAliases: + {{- toYaml . | nindent 8 }} + {{- end }} \ No newline at end of file diff --git a/charts/unleash/Chart.yaml b/charts/unleash/Chart.yaml index 070d8ab..ee9d5b9 100644 --- a/charts/unleash/Chart.yaml +++ b/charts/unleash/Chart.yaml @@ -5,7 +5,7 @@ icon: https://docs.getunleash.io/img/logo.svg type: application -version: 5.1.2 +version: 5.1.3 appVersion: "6.0.6" diff --git a/charts/unleash/templates/deployment.yaml b/charts/unleash/templates/deployment.yaml index dfcda9c..af4068e 100644 --- a/charts/unleash/templates/deployment.yaml +++ b/charts/unleash/templates/deployment.yaml @@ -176,3 +176,7 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} + {{- with .Values.hostAliases }} + hostAliases: + {{- toYaml . | nindent 8 }} + {{- end }}