Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions addons/ekco/0.28.13/Manifest

This file was deleted.

2 changes: 2 additions & 0 deletions addons/ekco/0.28.14/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
image ekco docker.io/replicated/ekco:v0.28.14
image haproxy haproxy:3.3.10-alpine3.23
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
operator: Exists
containers:
- name: ekc-operator
image: replicated/ekco:v0.28.13
image: replicated/ekco:v0.28.14
imagePullPolicy: IfNotPresent
command: [ /usr/bin/ekco, operator ]
resources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

EKCO_HAPROXY_IMAGE=haproxy:3.3.7-alpine3.23
EKCO_HAPROXY_IMAGE=haproxy:3.3.10-alpine3.23

EKCO_ROOK_PRIORITY_CLASS=
function ekco_pre_init() {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion web/src/installers/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ module.exports.InstallerVersions = {
"0.0.1",
],
ekco: [
"0.28.13", // cron-ekco-update
"0.28.14", // cron-ekco-update
],
certManager: [
// cron-cert-manager-update
Expand Down
Loading