Skip to content
Discussion options

You must be logged in to vote

@naftulikay yes this is more possible if you package your Kubernetes manifests into a Helm chart so you can leverage helm templates and set values of the version that you're looking to set (redis version), rather than the git sha hash, for example in the CI you can install your application Helm chart with setting redisVersion value

helm install myapp ./myapp --set redisVersion 8.2.2

this redisVersion field is listed in the values.yaml of your helm chart, and reflected in your application resource template as

tags.datadoghq.com/redis-version: {{ .Values.redisVersion }}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Babbili
Comment options

Answer selected by naftulikay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants