Skip to content

Commit

Permalink
update & bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Apr 4, 2020
1 parent 36b4eab commit 330f768
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.14.1

ARG TOAD_VERSION=0.2.3
ARG TOAD_VERSION=0.2.4

ENV GO111MODULE=on
ENV IS_STATEFUL=false
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<p align="center">
<img alt="Toad Logo" src="https://raw.githubusercontent.com/clivern/Toad/master/assets/img/gopher.png?v=0.2.3" width="150" />
<img alt="Toad Logo" src="https://raw.githubusercontent.com/clivern/Toad/master/assets/img/gopher.png?v=0.2.4" width="150" />
<h3 align="center">Toad</h3>
<p align="center">Containerized Application for Testing Purposes</p>
<p align="center">
<a href="https://travis-ci.com/Clivern/Toad"><img src="https://travis-ci.com/Clivern/Toad.svg?branch=master"></a>
<a href="https://github.com/Clivern/Toad/releases"><img src="https://img.shields.io/badge/Version-0.2.3-red.svg"></a>
<a href="https://goreportcard.com/report/github.com/Clivern/Toad"><img src="https://goreportcard.com/badge/github.com/clivern/Toad?v=0.2.3"></a>
<a href="https://github.com/Clivern/Toad/releases"><img src="https://img.shields.io/badge/Version-0.2.4-red.svg"></a>
<a href="https://goreportcard.com/report/github.com/Clivern/Toad"><img src="https://goreportcard.com/badge/github.com/clivern/Toad?v=0.2.4"></a>
<a href="https://hub.docker.com/r/clivern/toad"><img src="https://img.shields.io/badge/Docker-Latest-green"></a>
<a href="https://github.com/Clivern/Toad/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-MIT-orange.svg"></a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion deployment/k8s/blue_green/toad_blue_green_strategy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
spec:
containers:
- name: toad
image: clivern/toad:release-0.2.3
image: clivern/toad:release-0.2.4
env:
- name: IS_STATEFUL
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion deployment/k8s/ramped/toad_ramped_strategy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: toad
image: clivern/toad:release-0.2.3
image: clivern/toad:release-0.2.4
env:
- name: IS_STATEFUL
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion deployment/k8s/recreate/toad_recreate_strategy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
spec:
containers:
- name: toad
image: clivern/toad:release-0.2.3
image: clivern/toad:release-0.2.4
env:
- name: IS_STATEFUL
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion deployment/k8s/toad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: toad
image: clivern/toad:release-0.2.3
image: clivern/toad:release-0.2.4
env:
- name: IS_STATEFUL
valueFrom:
Expand Down

0 comments on commit 330f768

Please sign in to comment.