Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #39 from aledbf/release-0.26
Browse files Browse the repository at this point in the history
Fix keepalived core dump with k8s 1.9
  • Loading branch information
aledbf authored Feb 7, 2018
2 parents 8c5b52f + d1c6884 commit c08a392
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all: push

# 0.0 shouldn't clobber any release builds
TAG = 0.25
TAG = 0.26
HAPROXY_TAG = 0.1
# Helm uses SemVer2 versioning
CHART_VERSION = 0.1.0
Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ FROM gcr.io/google-containers/debian-base-amd64:0.3

COPY build.sh /build.sh

ENV VERSION 1.4.0
ENV SHA256 2d8a847a6fd4bb77f7909d21d6d732f0bb13109ccc08c6fc3e1cd8d258ad3cea
ENV VERSION 31a172ff035ee957a54d49713aa42d3c9b58ad84
ENV SHA256 f113c3e435166ea7ff6d8d6e98ece9080acbeb6f988b3c86517d7c251a693cc2

RUN clean-install bash

Expand Down
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cd /tmp

# download, verify and extract the source files
get_src $SHA256 \
"https://github.com/acassen/keepalived/archive/v$VERSION.tar.gz"
"https://github.com/acassen/keepalived/archive/$VERSION.tar.gz"

cd keepalived-$VERSION

Expand Down

0 comments on commit c08a392

Please sign in to comment.