Skip to content

Commit 80003a5

Browse files
committed
chore: update
1 parent aed7318 commit 80003a5

File tree

6 files changed

+7
-12
lines changed

6 files changed

+7
-12
lines changed

.github/workflows/cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515
package-type: 'container'
1616
package-name: 'valheim-server-discord-bot'
17-
min-versions-to-keep: 3
17+
min-versions-to-keep: 9

.github/workflows/docker-image.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
release:
66
types:
77
- published
8-
# push:
9-
# branches: [ "master" ]
108

119
env:
1210
REGISTRY: ghcr.io

.github/workflows/helm-chart.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88

99
jobs:
1010
helm-chart:
11-
# depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions
12-
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
1311
permissions:
1412
contents: write
1513
runs-on: ubuntu-latest

.github/workflows/tag.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616
steps:
1717
- name: Initial checkout
18-
uses: actions/checkout@v4.1.4
18+
uses: actions/checkout@v4.1.3
1919
with:
2020
fetch-depth: "0"
2121
token: ${{secrets.ACCESS_TOKEN}}
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Node.js
2929
uses: actions/setup-node@v4.0.2
3030
with:
31-
cache: 'npm'
31+
cache: "npm"
3232
node-version: "20"
3333

3434
- name: Install GitVersion
@@ -50,7 +50,8 @@ jobs:
5050
5151
- name: Bump helm chart
5252
run: |
53-
sed -i "s/^appVersion:.*/appVersion: ${{env.semVer}}/" deployment/helm/Chart.yaml
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
5455
5556
- name: Push version updates and create tags
5657
run: |

deployment/helm/Chart.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ description: A Helm chart for Kubernetes
44

55
type: application
66

7-
appVersion: 0.7.9
8-
9-
version: 0.1.0
7+
version: 0.7.9

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:latest
2+
discordBotImage: ghcr.io/floryn08/valheim-server-discord-bot:0.7.9
33
vault:
44
enabled: true

0 commit comments

Comments
 (0)