Skip to content

Commit a721a0f

Browse files
Automated EKCO version update 0.28.14 (#5985)
* Create new EKCO version * Trigger Build --------- Co-authored-by: nvanthao <1071078+nvanthao@users.noreply.github.com> Co-authored-by: Gerard Nguyen <gerard@replicated.com>
1 parent 0e36ec3 commit a721a0f

26 files changed

Lines changed: 5 additions & 5 deletions

addons/ekco/0.28.13/Manifest

Lines changed: 0 additions & 2 deletions
This file was deleted.

addons/ekco/0.28.14/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
image ekco docker.io/replicated/ekco:v0.28.14
2+
image haproxy haproxy:3.3.10-alpine3.23
File renamed without changes.
Lines changed: 1 addition & 1 deletion
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.13
38+
image: replicated/ekco:v0.28.14
3939
imagePullPolicy: IfNotPresent
4040
command: [ /usr/bin/ekco, operator ]
4141
resources:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
EKCO_HAPROXY_IMAGE=haproxy:3.3.7-alpine3.23
3+
EKCO_HAPROXY_IMAGE=haproxy:3.3.10-alpine3.23
44

55
EKCO_ROOK_PRIORITY_CLASS=
66
function ekco_pre_init() {

0 commit comments

Comments
 (0)