Skip to content

Commit

Permalink
Bump orchestrator to v3.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
calind committed Feb 14, 2019
1 parent 2def967 commit 52ff505
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ pipeline:

matrix:
include:
- ORCHESTRATOR_VERSION: v3.0.13
- ORCHESTRATOR_VERSION: v3.0.14
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.9-alpine as builder
RUN set -ex \
&& apk add --no-cache \
bash gcc git musl-dev openssl rsync
ARG ORCHESTRATOR_VERSION=v3.0.12
ARG ORCHESTRATOR_VERSION=v3.0.14
ARG ORCHESTRATOR_REPO=https://github.com/github/orchestrator.git
RUN set -ex \
&& mkdir -p $GOPATH/src/github.com/github/orchestrator \
Expand Down
4 changes: 2 additions & 2 deletions charts/orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: orchestrator
version: 0.1.5
appVersion: 3.0.13
version: 0.1.6
appVersion: 3.0.14
description: A Helm chart for github's mysql orchestrator
keywords:
- mysql
Expand Down
2 changes: 1 addition & 1 deletion charts/orchestrator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
replicas: 1
image: quay.io/presslabs/orchestrator:v3.0.13-r29
image: quay.io/presslabs/orchestrator:v3.0.14-r37
imagePullPolicy: IfNotPresent

nodeSelector: []
Expand Down

0 comments on commit 52ff505

Please sign in to comment.