Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix pg_stat_statement query: add queryid to make it unique #87

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Allow providing a metal-api release version. (#93)
  • Loading branch information
Gerrit91 authored Jul 9, 2024
commit c25ae102ce7494bf299753a6a17ea69a4f25f719
2 changes: 1 addition & 1 deletion charts/metal-control-plane/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.4.2
version: 0.4.3
4 changes: 4 additions & 0 deletions charts/metal-control-plane/templates/metal-api.yaml
Original file line number Diff line number Diff line change
@@ -189,6 +189,10 @@ spec:
value: /certs/masterdata-api/client-key.pem
- name: METAL_API_PASSWORD_REASON_MINLENGTH
value: "{{ .Values.metal_api.password_reason_minlength }}"
{{- if .Values.metal_api.release_version }}
- name: METAL_API_RELEASE_VERSION
value: "{{ .Values.metal_api.release_version }}"
{{- end }}
- name: METAL_API_MINIMUM_CLIENT_VERSION
value: "{{ .Values.metal_api.minimum_client_version }}"
{{- if .Values.auditing.enabled }}
1 change: 1 addition & 0 deletions charts/metal-control-plane/values.yaml
Original file line number Diff line number Diff line change
@@ -123,6 +123,7 @@ metal_api:
internal_api_address: ""
control_plane_address: ""
minimum_client_version: ""
release_version: ""

ipam:
grpc_server_endpoint: "0.0.0.0:9090"