Skip to content

Commit

Permalink
ci(fix): update tags for API cronjob (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Dec 17, 2024
1 parent f0b3fc1 commit 417a644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ objects:
containers:
- name: ${NAME}-batch
# Full image name required due to bug https://bugzilla.redhat.com/show_bug.cgi?id=2000216
image: ${REGISTRY}/${ORG}/nr-fom/${COMPONENT}:${ZONE}
image: ${REGISTRY}/${ORG}/nr-fom/${COMPONENT}:${TAG}
imagePullPolicy: Always
args: ["-batchWorkflowStateChange"]
env:
Expand Down Expand Up @@ -369,7 +369,7 @@ objects:
containers:
- name: ${NAME}-batch
# Full image name required due to bug https://bugzilla.redhat.com/show_bug.cgi?id=2000216
image: ${REGISTRY}/${ORG}/nr-fom/${COMPONENT}:${ZONE}
image: ${REGISTRY}/${ORG}/nr-fom/${COMPONENT}:${TAG}
imagePullPolicy: Always
args: ["-batchForestClientDataRefresh"]
env:
Expand Down

0 comments on commit 417a644

Please sign in to comment.