Skip to content

Commit be0b48c

Browse files
Automated EKCO version update 0.28.12 (#5838)
* 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 8b664c4 commit be0b48c

26 files changed

+5
-5
lines changed

addons/ekco/0.28.11/Manifest

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

addons/ekco/0.28.12/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.12
2+
image haproxy haproxy:3.2.8-alpine3.22
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.11
38+
image: replicated/ekco:v0.28.12
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.2.7-alpine3.22
3+
EKCO_HAPROXY_IMAGE=haproxy:3.2.8-alpine3.22
44

55
EKCO_ROOK_PRIORITY_CLASS=
66
function ekco_pre_init() {

0 commit comments

Comments
 (0)