Skip to content

Commit

Permalink
Bump version: 0.5.126-r9 → 0.5.126-r10
Browse files Browse the repository at this point in the history
  • Loading branch information
REVSYS CI committed Jan 26, 2024
1 parent 74c7801 commit b5b1d9d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.126-r9
current_version = 0.5.126-r10
tag = True
commit = True
allow_dirty = False
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ ENV PYTHONDONTWRITEBYTECODE=true
ENV PYTHONUNBUFFERED 1
ENV DJANGO_SETTINGS_MODULE nuremberg.settings
ENV BASE_DIR=/code
ENV IMAGE_VERSION v0.5.126-r9
ENV IMAGE_VERSION v0.5.126-r10


#RUN ln -s /node/node_modules/less/bin/lessc /bin/lessc
Expand Down Expand Up @@ -170,7 +170,7 @@ ENV SOLR_CORE nuremberg_dev
COPY solr_conf /opt/solr-9.2.0/solr_conf


ENV IMAGE_VERSION v0.5.126-r9-solr
ENV IMAGE_VERSION v0.5.126-r10-solr


RUN --mount=type=bind,source=./dist/var-solr.tgz,target=/mnt/var-solr.tgz \
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.126-r9
version: 0.5.126-r10


# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: v0.5.126-r9
appVersion: v0.5.126-r10

4 changes: 2 additions & 2 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: '2'
services:

solr:
image: registry.revsys.com/nuremberg:v0.5.126-r9-solr
image: registry.revsys.com/nuremberg:v0.5.126-r10-solr
volumes: []

web:
image: registry.revsys.com/nuremberg:v0.5.126-r9-tester
image: registry.revsys.com/nuremberg:v0.5.126-r10-tester

entrypoint: /bin/bash
command: ""
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.solr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- SOLR_JAVA_MEM=-Xms1536m -Xmx1536m

solr-loader:
image: registry.revsys.com/nuremberg:v0.5.126-r9
image: registry.revsys.com/nuremberg:v0.5.126-r10

build:
context: ./web
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ IMAGE_REGISTRY := 'registry.revsys.com/nuremberg'
CACHE_REGISTRY := env_var_or_default('CACHE_REGISTRY', 'registry.revsys.com/cache/nuremberg')


VERSION := 'v0.5.126-r9'
VERSION := 'v0.5.126-r10'


GITHUB_STEP_SUMMARY := env_var_or_default('GITHUB_STEP_SUMMARY', '')
Expand Down

0 comments on commit b5b1d9d

Please sign in to comment.