Skip to content

Commit 9b469fa

Browse files
Automated EKCO version update 0.28.13 (#5904)
* Create new EKCO version * Trigger Build --------- Co-authored-by: emosbaugh <371319+emosbaugh@users.noreply.github.com> Co-authored-by: Ethan Mosbaugh <ethan@replicated.com>
1 parent 5415315 commit 9b469fa

26 files changed

Lines changed: 5 additions & 5 deletions

addons/ekco/0.28.12/Manifest

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

addons/ekco/0.28.13/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.13
2+
image haproxy haproxy:3.3.4-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.12
38+
image: replicated/ekco:v0.28.13
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.2-alpine3.23
3+
EKCO_HAPROXY_IMAGE=haproxy:3.3.4-alpine3.23
44

55
EKCO_ROOK_PRIORITY_CLASS=
66
function ekco_pre_init() {

0 commit comments

Comments
 (0)