From 10618f98b15e601056e0eb5f5b60e648fc5bd57d Mon Sep 17 00:00:00 2001 From: fixwhat Date: Fri, 4 Oct 2024 05:24:24 -0300 Subject: [PATCH] Update image build tag to latest (#14) * Update values.yaml Change image tag to latest and add comment to point about the image version * Update values.yaml --- datahub/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/datahub/values.yaml b/datahub/values.yaml index 3b502ce..02274a5 100644 --- a/datahub/values.yaml +++ b/datahub/values.yaml @@ -1,8 +1,10 @@ replicaCount: 1 image: + # Check the official image tags to see which is one you need + # https://hub.docker.com/r/geonetwork/geonetwork-ui-datahub/tags repository: geonetwork/geonetwork-ui-datahub - tag: master + tag: latest pullPolicy: Always configuration: @@ -76,4 +78,4 @@ nodeSelector: {} tolerations: [] -affinity: {} \ No newline at end of file +affinity: {}