Skip to content

Commit 98af211

Browse files
Automated EKCO version update 0.28.3 (#4751)
Create new EKCO version Co-authored-by: rrpolanco <[email protected]>
1 parent a345318 commit 98af211

26 files changed

+4
-4
lines changed

addons/ekco/0.28.2/Manifest

-2
This file was deleted.

addons/ekco/0.28.3/Manifest

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

addons/ekco/0.28.2/deployment.tmpl.yaml addons/ekco/0.28.3/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.2
38+
image: replicated/ekco:v0.28.3
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
@@ -536,7 +536,7 @@ module.exports.InstallerVersions = {
536536
"0.0.1",
537537
],
538538
ekco: [
539-
"0.28.2", // cron-ekco-update
539+
"0.28.3", // cron-ekco-update
540540
],
541541
certManager: [
542542
"1.0.3",

0 commit comments

Comments
 (0)