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: {}