Bump registry.hub.docker.com/mollre/journal-bot:1.0.16
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
fluxcdbot 2023-10-02 14:55:40 +00:00
parent ebc89b48e2
commit ae330eb389

View File

@ -5,7 +5,7 @@ metadata:
labels: labels:
app: journal-bot app: journal-bot
spec: spec:
# deployment running a single container # deployment running a single container
selector: selector:
matchLabels: matchLabels:
app: journal-bot app: journal-bot
@ -17,7 +17,7 @@ spec:
spec: spec:
containers: containers:
- name: journal - name: journal
image: mollre/journal-bot:1.0.14 # {"$imagepolicy": "flux-system:journal-bot-imagerange"} image: registry.hub.docker.com/mollre/journal-bot:1.0.16 # {"$imagepolicy": "flux-system:journal-bot-imagerange"}
imagePullPolicy: Always imagePullPolicy: Always
envFrom: envFrom:
- secretRef: - secretRef:
@ -50,7 +50,6 @@ spec:
nfs: nfs:
path: /export/kluster/journal-bot path: /export/kluster/journal-bot
server: 192.168.1.157 server: 192.168.1.157
--- ---
apiVersion: v1 apiVersion: v1
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
@ -66,4 +65,3 @@ spec:
# selector: # selector:
# matchLabels: # matchLabels:
# directory: "journal-data" # directory: "journal-data"