Skip to content

Commit

Permalink
Merge branch 'main' into template-resolved-version
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit committed May 2, 2024
2 parents adff8f1 + 62ca7cd commit 2031b24
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions install/cyclops-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ spec:
properties:
reconciliationStatus:
properties:
errors:
items:
type: string
type: array
reason:
type: string
status:
Expand Down Expand Up @@ -314,7 +318,7 @@ spec:
spec:
containers:
- name: cyclops-ui
image: cyclopsui/cyclops-ui:v0.3.3
image: cyclopsui/cyclops-ui:v0.4.1
ports:
- containerPort: 80
env:
Expand Down Expand Up @@ -360,7 +364,7 @@ spec:
serviceAccountName: cyclops-ctrl
containers:
- name: cyclops-ctrl
image: cyclopsui/cyclops-ctrl:v0.3.3
image: cyclopsui/cyclops-ctrl:v0.4.1
ports:
- containerPort: 8080
env:
Expand Down

0 comments on commit 2031b24

Please sign in to comment.