Skip to content

Commit

Permalink
Merge pull request #42 from IQSS/36-update-v4.13
Browse files Browse the repository at this point in the history
36 - upgrade to upstream release v4.13
  • Loading branch information
poikilotherm authored Apr 24, 2019
2 parents a8a8f9b + 7de2e0a commit 94d761a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Running Dataverse on Kubernetes

[![Dataverse](https://img.shields.io/badge/Dataverse-v4.12-important.svg)](https://dataverse.org)
[![Dataverse](https://img.shields.io/badge/Dataverse-v4.13-important.svg)](https://dataverse.org)
[![Test Status](https://travis-ci.org/IQSS/dataverse-kubernetes.svg?branch=master)](https://travis-ci.org/IQSS/dataverse-kubernetes)
[![Docker Hub Image](https://img.shields.io/static/v1.svg?label=image&message=dataverse-k8s&logo=docker)](https://cloud.docker.com/u/iqss/repository/docker/iqss/dataverse-k8s)
[![Docker Hub Image](https://img.shields.io/static/v1.svg?label=image&message=solr-k8s&logo=docker)](https://cloud.docker.com/u/iqss/repository/docker/iqss/solr-k8s)
Expand Down
2 changes: 1 addition & 1 deletion docker/dataverse-k8s/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM centos:7
LABEL maintainer="FDM FZJ <[email protected]>"

ARG TINI_VERSION=v0.18.0
ARG VERSION=4.12
ARG VERSION=4.13
ARG DOMAIN=domain1

ENV HOME_DIR=/opt/dataverse\
Expand Down
2 changes: 1 addition & 1 deletion docker/solr-k8s/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM solr:7.3.1

LABEL maintainer="FDM FZJ <[email protected]>"

ARG VERSION=4.12
ARG VERSION=4.13
ARG COLLECTION=collection1
ENV SOLR_OPTS="-Dsolr.jetty.request.header.size=102400"\
COLLECTION_DIR=/opt/solr/server/solr/${COLLECTION}\
Expand Down
2 changes: 1 addition & 1 deletion k8s/dataverse/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: dataverse
image: iqss/dataverse-k8s:4.12
image: iqss/dataverse-k8s:4.13
ports:
- containerPort: 8080
envFrom:
Expand Down
2 changes: 1 addition & 1 deletion k8s/dataverse/jobs/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
spec:
containers:
- name: dv-bootstrap
image: iqss/dataverse-k8s:4.12
image: iqss/dataverse-k8s:4.13
command: ["scripts/bootstrap-job.sh"]
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion k8s/dataverse/jobs/configure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: dv-bootstrap
image: iqss/dataverse-k8s:4.12
image: iqss/dataverse-k8s:4.13
command: ["scripts/config-job.sh"]
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion k8s/solr/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: solr
image: iqss/solr-k8s:4.12
image: iqss/solr-k8s:4.13
ports:
- containerPort: 8983
volumeMounts:
Expand Down

0 comments on commit 94d761a

Please sign in to comment.