diff --git a/charts/spire/Chart.yaml b/charts/spire/Chart.yaml index ca0f3bc7..695265c1 100644 --- a/charts/spire/Chart.yaml +++ b/charts/spire/Chart.yaml @@ -21,10 +21,10 @@ 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.3.1 +version: 0.4.0 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.47.8" +appVersion: "0.58.1" diff --git a/charts/spire/README.md b/charts/spire/README.md index 7874a2c9..c974f017 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -1,6 +1,6 @@ # spire -![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.47.8](https://img.shields.io/badge/AppVersion-0.47.8-informational?style=flat-square) +![Version: 0.4.0-pre.1](https://img.shields.io/badge/Version-0.4.0--pre.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.58.0](https://img.shields.io/badge/AppVersion-0.58.0-informational?style=flat-square) A Helm chart for deploying Chronicle spire to Kubernetes @@ -78,5 +78,3 @@ A Helm chart for deploying Chronicle spire to Kubernetes | tor-proxy.enabled | bool | `true` | | | watch | bool | `false` | | ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) diff --git a/charts/spire/templates/deployment.yaml b/charts/spire/templates/deployment.yaml index 6942f799..957ad57c 100644 --- a/charts/spire/templates/deployment.yaml +++ b/charts/spire/templates/deployment.yaml @@ -60,14 +60,6 @@ spec: {{- else }} - "agent" {{- end }} - {{- if .Values.logLevel }} - - "-v" - - "{{ .Values.logLevel | default "debug" }}" - {{- end }} - {{- if .Values.logFormat }} - - "--log.format" - - "{{ .Values.logFormat | default "text" }}" - {{- end }} {{- if .Values.configHcl }} - "-c" - "/config/spire.hcl" @@ -93,10 +85,15 @@ spec: resources: {{- toYaml .Values.resources | nindent 12 }} env: - {{- if .Values.kafka.enabled }} + ### Logging + - name: CFG_LOG_LEVEL + value: {{ .Values.ghost.logLevel | default "warning" | quote }} + - name: CFG_LOG_FORMAT + value: {{ .Values.ghost.logFormat | default "text" | quote }} + {{- if .Values.kafka.enabled }} - name: CFG_KAFKA_BROKERS value: "{{ .Values.kafka.kafkaEnpoint }}" - {{- end }} + {{- end }} {{- include "helpers.list-env-variables" . | indent 12 }} volumeMounts: {{- if .Values.configHcl }}