Skip to content

Commit a640b81

Browse files
committed
chore: update
1 parent 199fca0 commit a640b81

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tag.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
- name: Bump helm chart
5252
run: |
5353
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
5554
5655
- name: Push version updates and create tags
5756
run: |

deployment/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
namespace: game-servers
2-
discordBotImage: ghcr.io/floryn08/valheim-server-discord-bot:0.7.11
2+
discordBotImage: ghcr.io/floryn08/valheim-server-discord-bot:latest
33
vault:
44
enabled: true

0 commit comments

Comments
 (0)