File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -474,16 +474,6 @@ spec:
474
474
- deployments/finalizers
475
475
verbs :
476
476
- update
477
- - apiGroups :
478
- - cert-manager.io
479
- resourceNames :
480
- - shipwright-build-webhook-cert
481
- resources :
482
- - certificate
483
- verbs :
484
- - delete
485
- - patch
486
- - update
487
477
- apiGroups :
488
478
- cert-manager.io
489
479
resources :
@@ -493,6 +483,16 @@ spec:
493
483
- get
494
484
- list
495
485
- watch
486
+ - apiGroups :
487
+ - cert-manager.io
488
+ resourceNames :
489
+ - shipwright-build-webhook-cert
490
+ resources :
491
+ - certificates
492
+ verbs :
493
+ - delete
494
+ - patch
495
+ - update
496
496
- apiGroups :
497
497
- cert-manager.io
498
498
resources :
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ spec:
127
127
serviceAccountName: shipwright-build-controller
128
128
containers:
129
129
- name: shipwright-build
130
- image: ghcr.io/shipwright-io/build/shipwright-build-controller:v0.11.0 @sha256:b1214ac6c924c5b1b7081891f9e57631de691d61364d3f68ff9a89d4cd39daa9
130
+ image: ghcr.io/shipwright-io/build/shipwright-build-controller:nightly-2023-09-15-1694754551 @sha256:c98826726280b674cc701eae0d44069a21ab79c6e5b7c09be68dfb61d21486cd
131
131
env:
132
132
- name: WATCH_NAMESPACE
133
133
valueFrom:
@@ -144,15 +144,15 @@ spec:
144
144
- name: CONTROLLER_NAME
145
145
value: "shipwright-build"
146
146
- name: GIT_CONTAINER_IMAGE
147
- value: ghcr.io/shipwright-io/build/git:v0.11.0 @sha256:aecf8bdc01ea00be83e933162a0b6d063846b315fe9dcae60e4be1a34e85d514
147
+ value: ghcr.io/shipwright-io/build/git:nightly-2023-09-15-1694754551 @sha256:586392a3b79f728e4173dbc182d7413b1af0ca41c9c7315a3c9df0b7c28a1029
148
148
- name: GIT_ENABLE_REWRITE_RULE
149
149
value: "false"
150
150
- name: IMAGE_PROCESSING_CONTAINER_IMAGE
151
- value: ghcr.io/shipwright-io/build/image-processing:0.11 @sha256:e05d37529ef6d3d63fe161d54467733786b5117d888322f8b5804f27fb333624
151
+ value: ghcr.io/shipwright-io/build/image-processing:nightly-2023-09-15-1694754551 @sha256:ed7ccde5baf42e9a46d6942bc67719937fbc154715b3ee77f41ba1e998732c50
152
152
- name: BUNDLE_CONTAINER_IMAGE
153
- value: ghcr.io/shipwright-io/build/bundle:v0.11.0 @sha256:3be6c1e9c5ff4706500ebef3a182823fddd368d81eabf464c76feef6192807cc
153
+ value: ghcr.io/shipwright-io/build/bundle:nightly-2023-09-15-1694754551 @sha256:fae08c2404083ffce4abd67b2a66a9f8c536bf0ed3cee36b91ac970ac44b5488
154
154
- name: WAITER_CONTAINER_IMAGE
155
- value: ghcr.io/shipwright-io/build/waiter:v0.11.0 @sha256:12e773153909c1e3d28d649ffd23839e32fb3817ec1c9392b721de39c2c63282
155
+ value: ghcr.io/shipwright-io/build/waiter:nightly-2023-09-15-1694754551 @sha256:f82169d7c0e0c320ffc4e018afd01f0e7d10863e09d2979cdcba1e8bac7097ab
156
156
ports:
157
157
- containerPort: 8383
158
158
name: metrics-port
You can’t perform that action at this time.
0 commit comments