Skip to content

Commit

Permalink
Update image build tag to latest (#14)
Browse files Browse the repository at this point in the history
* Update values.yaml

Change image tag to latest and add comment to point about the image version

* Update values.yaml
  • Loading branch information
fixwhat authored Oct 4, 2024
1 parent 2fa3f6e commit 10618f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions datahub/values.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -76,4 +78,4 @@ nodeSelector: {}

tolerations: []

affinity: {}
affinity: {}

0 comments on commit 10618f9

Please sign in to comment.