Skip to content

Commit f8d65b1

Browse files
Automated EKCO version update 0.28.4 (#5028)
Create new EKCO version Co-authored-by: ricardomaraschini <[email protected]>
1 parent 732d4f7 commit f8d65b1

26 files changed

+4
-4
lines changed

addons/ekco/0.28.3/Manifest

-2
This file was deleted.

addons/ekco/0.28.4/Manifest

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
image ekco docker.io/replicated/ekco:v0.28.4
2+
image haproxy haproxy:2.9.1-alpine3.19
File renamed without changes.
File renamed without changes.

addons/ekco/0.28.3/deployment.tmpl.yaml addons/ekco/0.28.4/deployment.tmpl.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
operator: Exists
3636
containers:
3737
- name: ekc-operator
38-
image: replicated/ekco:v0.28.3
38+
image: replicated/ekco:v0.28.4
3939
imagePullPolicy: IfNotPresent
4040
command: [ /usr/bin/ekco, operator ]
4141
resources:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

web/src/installers/versions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ module.exports.InstallerVersions = {
589589
"0.0.1",
590590
],
591591
ekco: [
592-
"0.28.3", // cron-ekco-update
592+
"0.28.4", // cron-ekco-update
593593
],
594594
certManager: [
595595
"1.0.3",

0 commit comments

Comments
 (0)