Skip to content

Commit 3680c36

Browse files
committed
Improve helm files
1 parent 20a64b4 commit 3680c36

4 files changed

Lines changed: 7 additions & 12 deletions

File tree

deploy/helm/docker-registry.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

deploy/helm/example-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ global:
22
rollingUpdate:
33
maxUnavailable: 1
44
image:
5-
tag: "0.0.6"
5+
tag: "0.1.1"

deploy/helm/kube-registry-proxy.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

deploy/helm/terria/charts/terriamap/values.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
nodePort:
22
image:
3-
#repository: ghcr.io/terriajs
4-
#tag: latest
5-
#full: terrimap:0.0.6
3+
# By default this pulls ghcr.io/terriajs/terrimap:latest
4+
# Set "full" to specify a custom terriamap image to be used
5+
# Or you can set "repository" or "tag" if required
6+
# full: "ghcr.io/terriajs/terriamap:0.1.1"
7+
# repository: ghcr.io/terriajs
8+
# tag: latest
69
pullPolicy: Always
710
clientConfig:
811
initializationUrls:
912
- helm
1013
- terria
1114
parameters:
12-
bingMapsKey: AkaOmRFtjAb71cXgLwAGtLbj2RpkPKtVqAIroFQsocfurCBILxIeAWPkil7hhRy_
1315
disclaimer:
1416
text: "Disclaimer: This map must not be used for navigation or precise spatial analysis"
1517
url: "http://google.com"

0 commit comments

Comments
 (0)