Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions infrastructure/cluster/flux/rucio/rucio-cronjobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
containers:
- name: iam-sync
# TODO: make new relase after fixing all the cronjobs/pods and change the image
image: ghcr.io/vre-hub/vre-iam-rucio-sync:v1.0.0-rc.2-82-aea1b65
image: ghcr.io/vre-hub/vre-iam-rucio-sync:v1.0.0-rc.2-129-e9cda83
volumeMounts:
- name: rucio-cfg
mountPath: /opt/rucio/etc/
Expand Down Expand Up @@ -61,7 +61,7 @@ metadata:
spec:
# Change original schedule to 3 times a day and 1 Mb files
#schedule: "*/10 * * * *"
schedule: "30 08 * * *"
schedule: "30 08,12 * * *"
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 1
jobTemplate:
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/cluster/flux/rucio/rucio-gitops-pods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
containers:
- name: iam-debug
# TODO: make new relase after fixing all the cronjobs/pods and change the image
image: ghcr.io/vre-hub/vre-iam-rucio-sync:v1.0.0-rc.2-82-aea1b65
image: ghcr.io/vre-hub/vre-iam-rucio-sync:v1.0.0-rc.2-129-e9cda83
imagePullPolicy: Always
env:
- name: IAM_SERVER
Expand Down