File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 11dependencies:
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"
Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ name: eodag-server
1515sources :
1616- https://github.com/CS-SI/eodag
1717type : application
18- version : 3.9.0
18+ version : 3.8.2-otel
19+
Original file line number Diff line number Diff 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 }}
1319spec :
1420 replicas : {{ .Values.replicaCount }}
Original file line number Diff line number Diff 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# #
612618service :
You can’t perform that action at this time.
0 commit comments