Skip to content

Commit 55a8923

Browse files
author
REVSYS CI
committed
Bump version: 0.5.130-r2 → 0.5.130-r3
1 parent d6abda2 commit 55a8923

6 files changed

+9
-9
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.130-r2
2+
current_version = 0.5.130-r3
33
tag = True
44
commit = True
55
allow_dirty = False

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ ENV PYTHONDONTWRITEBYTECODE=true
101101
ENV PYTHONUNBUFFERED 1
102102
ENV DJANGO_SETTINGS_MODULE nuremberg.settings
103103
ENV BASE_DIR=/code
104-
ENV IMAGE_VERSION v0.5.130-r2
104+
ENV IMAGE_VERSION v0.5.130-r3
105105

106106

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

172172

173-
ENV IMAGE_VERSION v0.5.130-r2-solr
173+
ENV IMAGE_VERSION v0.5.130-r3-solr
174174

175175

176176
RUN --mount=type=bind,source=./dist/var-solr.tgz,target=/mnt/var-solr.tgz \

chart/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.5.130-r2
18+
version: 0.5.130-r3
1919

2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: v0.5.130-r2
25+
appVersion: v0.5.130-r3
2626

docker-compose.ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ version: '2'
22
services:
33

44
solr:
5-
image: registry.revsys.com/nuremberg:v0.5.130-r2-solr
5+
image: registry.revsys.com/nuremberg:v0.5.130-r3-solr
66
volumes: []
77

88
web:
9-
image: registry.revsys.com/nuremberg:v0.5.130-r2-tester
9+
image: registry.revsys.com/nuremberg:v0.5.130-r3-tester
1010

1111
entrypoint: /bin/bash
1212
command: ""

docker-compose.solr-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- SOLR_JAVA_MEM=-Xms1536m -Xmx1536m
1414

1515
solr-loader:
16-
image: registry.revsys.com/nuremberg:v0.5.130-r2
16+
image: registry.revsys.com/nuremberg:v0.5.130-r3
1717

1818
build:
1919
context: ./web

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ IMAGE_REGISTRY := 'registry.revsys.com/nuremberg'
66
CACHE_REGISTRY := env_var_or_default('CACHE_REGISTRY', 'registry.revsys.com/cache/nuremberg')
77

88

9-
VERSION := 'v0.5.130-r2'
9+
VERSION := 'v0.5.130-r3'
1010

1111

1212
GITHUB_STEP_SUMMARY := env_var_or_default('GITHUB_STEP_SUMMARY', '')

0 commit comments

Comments
 (0)