Skip to content

Commit 85f5b52

Browse files
GIRAUDON Benjaminjlahovnik
authored andcommitted
chore(deploy): add deployment annotations
1 parent 1eb4089 commit 85f5b52

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

charts/eodag-server/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: common
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 2.4.0
5-
digest: sha256:b371e6f7f1449fa3abdcb97a04b0bbb2b5d36a4facb8e79041ac36a455b02bb0
6-
generated: "2023-06-19T12:39:44.271254606+02:00"
4+
version: 2.31.4
5+
digest: sha256:fc442e77200e1914dd46fe26490dcf62f44caa51db673c2f8e67d5319cd4c163
6+
generated: "2025-09-24T16:06:18.639405742+02:00"

charts/eodag-server/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ name: eodag-server
1515
sources:
1616
- https://github.com/CS-SI/eodag
1717
type: application
18-
version: 3.9.0
18+
version: 3.8.2-otel
19+

charts/eodag-server/templates/deployment.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ metadata:
77
{{- if .Values.commonLabels }}
88
{{- include "common.tplvalues.render" (dict "value" .Values.commonLabels "context" $) | nindent 4 }}
99
{{- end }}
10+
{{- if or .Values.commonAnnotations .Values.deployment.annotations }}
11+
annotations:
1012
{{- if .Values.commonAnnotations }}
11-
annotations: {{- include "common.tplvalues.render" (dict "value" .Values.commonAnnotations "context" $) | nindent 4 }}
13+
{{- include "common.tplvalues.render" (dict "value" .Values.commonAnnotations "context" $) | nindent 4 }}
14+
{{- end }}
15+
{{- if .Values.deployment.annotations }}
16+
{{- include "common.tplvalues.render" (dict "value" .Values.deployment.annotations "context" $) | nindent 4 }}
17+
{{- end }}
1218
{{- end }}
1319
spec:
1420
replicas: {{ .Values.replicaCount }}

charts/eodag-server/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,12 @@ configExistingSecret:
607607
name:
608608
key:
609609

610+
## Deployment configuration
611+
deployment:
612+
## @param deployment.annotations Additional custom annotations for eodag deployment
613+
annotations: {}
614+
615+
610616
## Service configuration
611617
##
612618
service:

0 commit comments

Comments
 (0)