Skip to content

Commit

Permalink
OTEL-2058 Update Calendar App image to use the latest multi-platform …
Browse files Browse the repository at this point in the history
…tag (#130)

* OTEL-2058 Use the latest multiplatform image tag

* chore: Switch to imagePullPolicy:Always to avoid cache issues

* chore: Introduce nodeSelector as simple node selection constraint
  • Loading branch information
krlv authored Sep 15, 2024
1 parent f9d8349 commit 0c397b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,7 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
5 changes: 3 additions & 2 deletions apps/rest-services/java/calendar/deploys/calendar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
replicaCount: 3
image:
repository: datadog/opentelemetry-examples
pullPolicy: IfNotPresent
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "calendar-java-20240815-01"
tag: "calendar-java-20240826"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down Expand Up @@ -45,3 +45,4 @@ autoscaling:
# targetMemoryUtilizationPercentage: 80
tolerations: []
affinity: {}
nodeSelector: {}

0 comments on commit 0c397b6

Please sign in to comment.