File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
podman/traditional/manual Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ Follow the [developer's guide](docs/develop/index.md) to know more about the pro
181
181
182
182
## Status
183
183
184
- ` v1.0-RC31 ` released against GeoServer ` 2.22.2 ` .
184
+ ` v1.0-RC32 ` released against GeoServer ` 2.22.2 ` .
185
185
186
186
Read the [ changelog] ( https://github.com/geoserver/geoserver-cloud/releases/tag/v1.0-RC14 ) for more information.
187
187
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ services:
75
75
SPRING_PROFILES_ACTIVE : git
76
76
# 'git' profile config
77
77
CONFIG_GIT_URI : https://github.com/geoserver/geoserver-cloud-config.git
78
- # get the config for this release from the v1.0-RC31 tag
79
- SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL : v1.0-RC31
78
+ # get the config for this release from the v1.0-RC32 tag
79
+ SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL : v1.0-RC32
80
80
# where to store the cloned repository, if unset, it'll use /tmp/config-repo-<randomid>
81
81
CONFIG_GIT_BASEDIR : /tmp/git_config
82
82
# 'native' profile config
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ services:
65
65
SPRING_PROFILES_ACTIVE : git
66
66
# 'git' profile config
67
67
CONFIG_GIT_URI : https://github.com/geoserver/geoserver-cloud-config.git
68
- # get the config for this release from the v1.0-RC31 tag
69
- SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL : v1.0-RC31
68
+ # get the config for this release from the v1.0-RC32 tag
69
+ SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL : v1.0-RC32
70
70
# where to store the cloned repository, if unset, it'll use /tmp/config-repo-<randomid>
71
71
CONFIG_GIT_BASEDIR : /tmp/git_config
72
72
# 'native' profile config
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ podman run -d --name=config --hostname=config \
71
71
--network gs-cloud-network \
72
72
-e SPRING_PROFILES_ACTIVE=git \
73
73
-e CONFIG_GIT_URI=https://github.com/geoserver/geoserver-cloud-config.git \
74
- -e SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL=v1.0-RC31 \
74
+ -e SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL=v1.0-RC32 \
75
75
-e CONFIG_GIT_BASEDIR=/opt/app/git_config \
76
76
geoservercloud/geoserver-cloud-config:$GSCLOUD_VERSION
77
77
```
You can’t perform that action at this time.
0 commit comments