We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fab547 commit 68c92e8Copy full SHA for 68c92e8
2 files changed
helm/osm-machinery/Chart.yaml
@@ -6,7 +6,7 @@ description: Toolbox to synchronize cinode maps with OpenStreetMap
6
7
type: application
8
9
-version: "0.0.8"
+version: "0.0.9"
10
11
home: https://maps.cinodenet.org/
12
helm/osm-machinery/values.yaml
@@ -107,7 +107,7 @@ cinodeUpload:
107
image:
108
registry: ghcr.io
109
repository: cinode/tiles-updater
110
- tag: latest # TODO: Use fixed version
+ tag: "0.0.9"
111
112
securityContext:
113
runAsUser: 1000
0 commit comments