Skip to content

Commit 0a99840

Browse files
committed
ci: Changing image update automation tag in yaml
Signed-off-by: Vincent Boutour <[email protected]>
1 parent a2526a6 commit 0a99840

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

infra/config.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ spec:
2424
values:
2525
nameOverride: fibr
2626
image:
27-
repository: vibioh/fibr:202102231334 # {"$imagepolicy": "default:fibr"}
27+
repository: vibioh/fibr:202102231334 # {"$imagepolicy": "default:flux-fibr-web"}
2828
volumes:
29-
- name: data
30-
persistentVolumeClaim:
31-
claimName: fibr
29+
- name: data
30+
persistentVolumeClaim:
31+
claimName: fibr
3232
volumeMounts:
33-
- name: data
34-
mountPath: /data
33+
- name: data
34+
mountPath: /data
3535
config:
3636
FIBR_AUTH_PROFILES: 1:admin
3737
FIBR_IGNORE_PATTERN: '.st(folder|ignore)'
@@ -45,11 +45,11 @@ spec:
4545
nodeAffinity:
4646
requiredDuringSchedulingIgnoredDuringExecution:
4747
nodeSelectorTerms:
48-
- matchExpressions:
49-
- key: kubernetes.io/hostname
50-
operator: In
51-
values:
52-
- bob
48+
- matchExpressions:
49+
- key: kubernetes.io/hostname
50+
operator: In
51+
values:
52+
- bob
5353
resources:
5454
limits:
5555
memory: 64Mi
@@ -64,4 +64,4 @@ spec:
6464
ingress:
6565
enabled: true
6666
hosts:
67-
- fibr.vibioh.fr
67+
- fibr.vibioh.fr

0 commit comments

Comments
 (0)