Skip to content

Commit f8093e5

Browse files
committed
undoing manageVersions SET back to 2.3.0 because 2.3.0 is actually the
version we want to tag...once 2.3.0 is tagged, then we can update master to the next anticipated release (2.4.0?)
1 parent 5a09888 commit f8093e5

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

api-search/schema/openapi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ servers:
77
info:
88
title: OneStop Search API
99
description: 'Search Collections and Granules! More information on search request and responses available at [Search API Requests](https://github.com/cedardevs/onestop/wiki/OneStop-Search-API-Requests) and [Search API Responses](https://github.com/cedardevs/onestop/wiki/OneStop-Search-API-Responses).'
10-
version: 2.4.0
10+
version: 2.3.0
1111
tags:
1212
- name: collection
1313
description: Discover available collections of data.

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "onestop-client",
3-
"version": "2.4.0",
3+
"version": "2.3.0",
44
"description": "The web client for the OneStop discovery service",
55
"repository": "ssh://[email protected]:cedardevs/onestop.git",
66
"license": "GPL-2.0",

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=2.4.0
1+
version=2.3.0
22

helm/api-admin/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: cedardevs/onestop-api-metadata
9-
tag: 2.4.0
9+
tag: 2.3.0
1010
pullPolicy: IfNotPresent
1111

1212
nameOverride: ""

helm/api-search/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: cedardevs/onestop-api-search
9-
tag: 2.4.0
9+
tag: 2.3.0
1010
pullPolicy: IfNotPresent
1111

1212
nameOverride: ""

helm/api-user/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: nginx
9-
tag: 2.4.0
9+
tag: 2.3.0
1010
pullPolicy: IfNotPresent
1111

1212
nameOverride: ""

helm/client/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: cedardevs/onestop-client
9-
tag: 2.4.0
9+
tag: 2.3.0
1010
pullPolicy: IfNotPresent
1111

1212
nameOverride: ""

helm/onestop/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "2.4.0"
2+
appVersion: "2.3.0"
33
description: A Helm chart for the OneStop system
44
name: onestop
55
version: 0.2.1

skaffold.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ build:
88
buildArgs:
99
DATE: now
1010
VCS_REF: local
11-
VERSION: 2.4.0
11+
VERSION: 2.3.0
1212
WAR_NAME: onestop-metadata.war
1313
- image: cedardevs/onestop-api-search
1414
context: ./api-search
1515
docker:
1616
buildArgs:
1717
DATE: now
1818
VCS_REF: local
19-
VERSION: 2.4.0
19+
VERSION: 2.3.0
2020
WAR_NAME: onestop-search.war
2121
# - image: cedardevs/onestop-client
2222
# context: ./client
2323
# docker:
2424
# buildArgs:
2525
# DATE: now
2626
# VCS_REF: local
27-
# VERSION: 2.4.0
27+
# VERSION: 2.3.0
2828
# TAR_NAME: onestop-client.tar.gz
2929

3030
deploy:

0 commit comments

Comments
 (0)