8000 reverte to default image (deploy change in the github action) · java-operator-sdk/samples@5ee5527 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit 5ee5527

Browse files
reverte to default image (deploy change in the github action)
1 parent c164a91 commit 5ee5527

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tomcat/k8s/operator.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ spec:
2828
serviceAccountName: tomcat-operator
2929
containers:
3030
- name: operator
31-
#image: localhost:5000/io.javaoperatorsdk/sample:1.7.1-SNAPSHOT
32-
image: kind-registry:5000/io.javaoperatorsdk/sample:1.7.1-SNAPSHOT
33-
#image: tomcat-operator
31+
image: tomcat-operator
3432
imagePullPolicy: IfNotPresent
3533
ports:
3634
- containerPort: 80

0 commit comments

Comments
 (0)
0