Skip to content

Commit

Permalink
Upgrade dunkbot to template 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
H3mul committed Nov 5, 2024
1 parent 3fa07c0 commit 6539bc6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions cluster/red-discord-bot/helmrelease-dunkbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: app-template
version: 1.5.x
version: 3.5.x
sourceRef:
kind: HelmRepository
name: bjw-s
Expand All @@ -16,25 +16,25 @@ spec:
timeout: 5m
releaseName: dunkbot
values:
image:
repository: phasecorex/red-discordbot
tag: full@sha256:668b932b97782cc0ca9ef7c2f359cf8fa5824e030c62d26168a5d86ddb11941b
PullPolicy: IfNotPresent

service:
controllers:
main:
enabled: false
containers:
main:
image:
repository: phasecorex/red-discordbot
tag: full@sha256:668b932b97782cc0ca9ef7c2f359cf8fa5824e030c62d26168a5d86ddb11941b

env:
TZ: ${TIMEZONE}
PREFIX: "!"
env:
TZ: ${TIMEZONE}
PREFIX: "!"

envFrom:
- secretRef:
name: dunkbot-discord-token
envFrom:
- secretRef:
name: dunkbot-discord-token

persistence:
data:
enabled: true
mountPath: /data
existingClaim: dunkbot-data
existingClaim: dunkbot-data
globalMounts:
- path: /data
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
interval: 5m
wait: true
prune: true
path: ./cluster/red-discord-bot-volsync
path: ./cluster/red-discord-bot/volsync
sourceRef:
kind: GitRepository
name: flux-system
Expand Down

0 comments on commit 6539bc6

Please sign in to comment.