Skip to content

Commit

Permalink
Support minimum-client-version (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Dec 4, 2023
1 parent 244f28b commit e65063d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/metal-control-plane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for deploying the metal control plane in K8s
name: metal-control-plane
version: 0.3.20
version: 0.3.21
2 changes: 2 additions & 0 deletions charts/metal-control-plane/templates/metal-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ spec:
value: /certs/masterdata-api/client-key.pem
- name: METAL_API_PASSWORD_REASON_MINLENGTH
value: "{{ .Values.metal_api.password_reason_minlength }}"
- name: METAL_API_MINIMUM_CLIENT_VERSION
value: "{{ .Values.metal_api.minimum_client_version }}"
{{- if .Values.auditing.enabled }}
- name: METAL_API_AUDITING_ENABLED
value: "true"
Expand Down
1 change: 1 addition & 0 deletions charts/metal-control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ metal_api:
api_key: ""
internal_api_address: ""
control_plane_address: ""
minimum_client_version: ""

masterdata_api:
provider_tenant: ""
Expand Down

0 comments on commit e65063d

Please sign in to comment.