From 1506bb60f0fc550dcf3c8a9e0d0a68a5e91194e2 Mon Sep 17 00:00:00 2001 From: irumaru Date: Sun, 30 Apr 2023 04:06:11 +0000 Subject: [PATCH] Apply automatic changes --- k8s/syncing/citbot.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/syncing/citbot.yaml b/k8s/syncing/citbot.yaml index 0f55c26..5bc5fd3 100644 --- a/k8s/syncing/citbot.yaml +++ b/k8s/syncing/citbot.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: citbot - image: "gitlab-registry.maruru.me/nsslums/cit-bot:b583e45b99e66a8a555624efd86925f397d52dfa" + image: "gitlab-registry.maruru.me/nsslums/cit-bot:0b39cae03bf32b2dd712f27cb7f229800a9b123e" env: # auth - name: TOKEN @@ -25,8 +25,8 @@ spec: - name: DATA_DIR value: /mnt/data volumeMounts: - - mountPath: "/mnt/data" - name: data + - mountPath: "/mnt/data" + name: data imagePullSecrets: - name: gitlab-nsslums-citbot volumes: