We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890d214 commit 9b56c2eCopy full SHA for 9b56c2e
1 file changed
charts/boilstream/values-hetzner-example.yaml
@@ -12,7 +12,7 @@
12
# helm install boilstream ./charts/boilstream \
13
# -f charts/boilstream/values-hetzner-example.yaml \
14
# --set image.repository=<your-cfcr-tenant>.europe.registry.cloudfleet.dev/boilstream \
15
-# --set image.tag=0.10.7-pro-1.5.2 \
+# --set image.tag=0.10.8-pro-1.5.2 \
16
# --set superadmin.existingSecret=boilstream-superadmin
17
18
replicas: 2 # 2 nodes, 1 pod each
@@ -25,7 +25,7 @@ image:
25
# Ampere A1 / other non-Graviton-3+ ARM64 hosts need to avoid SIGILL on
26
# SHA3 / SHA512 paths.
27
repository: docker.io/boilinginsights/boilstream
28
- tag: aarch64-generic-linux-0.10.7
+ tag: aarch64-generic-linux-0.10.8
29
pullPolicy: IfNotPresent
30
pullSecrets: [] # Docker Hub is public; no pull secret needed
31
0 commit comments