Skip to content

Commit 23cf3b1

Browse files
committed
Update docker images to use commit SHA instead of PR number
1 parent d2b9083 commit 23cf3b1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dev/argocd/pr-preview-envs/evm-appset.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: argoproj.io/v1alpha1
33
kind: ApplicationSet
44
metadata:
5-
name: pr-preview-rollup
5+
name: demo-preview-rollup
66
namespace: argocd
77
spec:
88
# Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/GoTemplate/
@@ -30,7 +30,7 @@ spec:
3030
secretName: github-pat
3131
labels:
3232
# All of the following labels are required to be set on the PR for the app to be created
33-
- preview
33+
- demo
3434
- evm
3535
- docker-build
3636
requeueAfterSeconds: 60

dev/argocd/pr-preview-envs/sequencer-appset.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: argoproj.io/v1alpha1
33
kind: ApplicationSet
44
metadata:
5-
name: pr-preview-sequencer-0
5+
name: demo-preview-sequencer
66
namespace: argocd
77
spec:
88
# Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/GoTemplate/
@@ -30,8 +30,8 @@ spec:
3030
secretName: github-pat
3131
labels:
3232
# ALL of the following labels are required to be set on the PR for the app to be created
33-
- preview
34-
- evm
33+
- demo
34+
- sequencer
3535
- docker-build
3636
requeueAfterSeconds: 60
3737
template:

0 commit comments

Comments
 (0)