From ba98084f07000aa97f638f9db7b079b2e83531e7 Mon Sep 17 00:00:00 2001 From: Loft Bot <73976634+loft-bot@users.noreply.github.com> Date: Wed, 12 Feb 2025 22:38:37 +0000 Subject: [PATCH] [skip ci] repo-sync --- chart/Chart.yaml | 2 +- chart/templates/deployment.yaml | 4 ++++ chart/values.yaml | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index eafd606a..be4a4a32 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -32,4 +32,4 @@ maintainers: # pipeline. Library charts do not define any templates and therefore cannot be deployed. type: application -version: +version: v4.2.2-rc.12 diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 65119da2..b85ed50a 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -183,6 +183,10 @@ spec: {{- if .Values.tolerations }} tolerations: {{ toYaml .Values.tolerations | indent 8 }} + {{- end }} + {{- if .Values.hostAliases }} + hostAliases: +{{ toYaml .Values.hostAliases | indent 8 }} {{- end }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} diff --git a/chart/values.yaml b/chart/values.yaml index 9840a061..1cc827b6 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -197,6 +197,9 @@ agentValues: {} webhook: create: true +# host aliases to use for the deployment +hostAliases: [] + # Configures structured logging within Loft logging: encoding: console # Can be either json or console