diff --git a/cluster/red-discord-bot/helmrelease-dunkbot.yaml b/cluster/red-discord-bot/helmrelease-dunkbot.yaml index c861da3a..31497602 100644 --- a/cluster/red-discord-bot/helmrelease-dunkbot.yaml +++ b/cluster/red-discord-bot/helmrelease-dunkbot.yaml @@ -7,7 +7,7 @@ spec: chart: spec: chart: app-template - version: 1.5.x + version: 3.5.x sourceRef: kind: HelmRepository name: bjw-s @@ -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 \ No newline at end of file + existingClaim: dunkbot-data + globalMounts: + - path: /data \ No newline at end of file diff --git a/cluster/red-discord-bot/kustomization-dunkbot-data-restic.yaml b/cluster/red-discord-bot/kustomization-dunkbot-data-restic.yaml index 8eef0493..a33f1eab 100644 --- a/cluster/red-discord-bot/kustomization-dunkbot-data-restic.yaml +++ b/cluster/red-discord-bot/kustomization-dunkbot-data-restic.yaml @@ -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