Skip to content

Commit

Permalink
Bump version: 0.5.133-r3 → 0.5.133-r4
Browse files Browse the repository at this point in the history
  • Loading branch information
REVSYS CI committed Aug 28, 2024
1 parent de4b93e commit 088ccb2
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.133-r3
current_version = 0.5.133-r4
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 @@ -65,7 +65,7 @@ ENV PYTHONDONTWRITEBYTECODE=true
ENV PYTHONUNBUFFERED 1
ENV DJANGO_SETTINGS_MODULE nuremberg.settings
ENV BASE_DIR=/code
ENV IMAGE_VERSION v0.5.133-r3
ENV IMAGE_VERSION v0.5.133-r4


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


ENV IMAGE_VERSION v0.5.133-r3-solr
ENV IMAGE_VERSION v0.5.133-r4-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.133-r3
version: 0.5.133-r4


# 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.133-r3
appVersion: v0.5.133-r4

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.133-r3-solr
image: registry.revsys.com/nuremberg:v0.5.133-r4-solr
volumes: []

web:
image: registry.revsys.com/nuremberg:v0.5.133-r3-tester
image: registry.revsys.com/nuremberg:v0.5.133-r4-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.133-r3
image: registry.revsys.com/nuremberg:v0.5.133-r4

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.133-r3'
VERSION := 'v0.5.133-r4'


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

0 comments on commit 088ccb2

Please sign in to comment.