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 199fca0 commit a640b81Copy full SHA for a640b81
.github/workflows/tag.yaml
@@ -51,7 +51,6 @@ jobs:
51
- name: Bump helm chart
52
run: |
53
sed -i "s/^version:.*/version: ${{env.semVer}}/" deployment/helm/Chart.yaml
54
- sed -i "s/:[0-9]\+\.[0-9]\+\.[0-9]\+/:${{env.semVer}}/" deployment/helm/values.yaml
55
56
- name: Push version updates and create tags
57
deployment/helm/values.yaml
@@ -1,4 +1,4 @@
1
namespace: game-servers
2
-discordBotImage: ghcr.io/floryn08/valheim-server-discord-bot:0.7.11
+discordBotImage: ghcr.io/floryn08/valheim-server-discord-bot:latest
3
vault:
4
enabled: true
0 commit comments