diff --git a/deployment/chainloop/Chart.yaml b/deployment/chainloop/Chart.yaml index 53cecfef5..ba64d20a4 100644 --- a/deployment/chainloop/Chart.yaml +++ b/deployment/chainloop/Chart.yaml @@ -4,7 +4,7 @@ description: Chainloop is an open source software supply chain control plane, a type: application # Bump the patch (not minor, not major) version on each change in the Chart Source code -version: 1.10.1 +version: 1.10.2 # Do not update appVersion, this is handled automatically by the release process appVersion: v0.15.0 diff --git a/deployment/chainloop/templates/controlplane/service_http.yaml b/deployment/chainloop/templates/controlplane/service_http.yaml index fbd5ed699..080482c6a 100644 --- a/deployment/chainloop/templates/controlplane/service_http.yaml +++ b/deployment/chainloop/templates/controlplane/service_http.yaml @@ -2,7 +2,12 @@ apiVersion: v1 kind: Service metadata: name: {{ include "chainloop.controlplane.fullname" . }} - labels: {{- include "chainloop.controlplane.labels" . | nindent 4 }} + labels: + {{- include "chainloop.controlplane.labels" . | nindent 4 }} + {{- with .Values.controlplane.service.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} spec: type: {{ .Values.controlplane.service.type }} ports: diff --git a/deployment/chainloop/values.yaml b/deployment/chainloop/values.yaml index 2ebfb9e97..bd582d7cf 100644 --- a/deployment/chainloop/values.yaml +++ b/deployment/chainloop/values.yaml @@ -175,6 +175,8 @@ controlplane: ## @extra controlplane.service.nodePorts.http Node port for HTTP. NOTE: choose port between <30000-32767> # nodePorts: # http: "30800" + annotations: {} + ## @skip controlplane.service.annotations serviceAPI: ## @param controlplane.serviceAPI.type Service type