Skip to content

Commit 56c5e00

Browse files
Automated EKCO version update 0.28.7 (#5187)
Create new EKCO version Co-authored-by: laverya <[email protected]>
1 parent 3afdd85 commit 56c5e00

26 files changed

+4
-4
lines changed

addons/ekco/0.28.6/Manifest

-2
This file was deleted.

addons/ekco/0.28.7/Manifest

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

addons/ekco/0.28.6/deployment.tmpl.yaml addons/ekco/0.28.7/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.6
38+
image: replicated/ekco:v0.28.7
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
@@ -628,7 +628,7 @@ module.exports.InstallerVersions = {
628628
"0.0.1",
629629
],
630630
ekco: [
631-
"0.28.6", // cron-ekco-update
631+
"0.28.7", // cron-ekco-update
632632
],
633633
certManager: [
634634
"1.0.3",

0 commit comments

Comments
 (0)