Skip to content

Commit

Permalink
prepare release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 21, 2024
1 parent 162a089 commit b690ac5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions kubernetes/accumulo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apiVersion: v2
name: accumulo
description: A Key-Value Accumulo store
type: application
version: 2.1.0 # managed version
version: 2.2.0 # managed version
appVersion: 2.0.1
home: https://github.com/gchq/Gaffer
sources:
Expand All @@ -26,6 +26,6 @@ dependencies:
repository: https://charts.helm.sh/incubator/
condition: zookeeper.enabled
- name: hdfs
version: ^2.1.0 # managed version
version: ^2.2.0 # managed version
repository: file://../hdfs/
condition: hdfs.enabled
2 changes: 1 addition & 1 deletion kubernetes/gaffer-jhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apiVersion: v2
name: gaffer-jhub
description: A Jupyter Hub instance, with Gaffer integrations
type: application
version: 2.1.0 # managed version
version: 2.2.0 # managed version
home: https://github.com/gchq/Gaffer
sources:
- https://github.com/gchq/gaffer-docker
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/gaffer-road-traffic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ apiVersion: v2
name: gaffer-road-traffic
description: A Gaffer instance containing sample GB road traffic data from the Department of Transport
type: application
version: 2.1.0 # managed version
version: 2.2.0 # managed version
appVersion: 2.1.0 # managed version
home: https://github.com/gchq/Gaffer
sources:
- https://github.com/gchq/gaffer-docker
- https://data.gov.uk/dataset/208c0e7b-353f-4e2d-8b7a-1a7118467acc/gb-road-traffic-counts
dependencies:
- name: gaffer
version: ^2.1.0 # managed version
version: ^2.2.0 # managed version
repository: file://../gaffer/
4 changes: 2 additions & 2 deletions kubernetes/gaffer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ apiVersion: v2
name: gaffer
description: A large-scale entity and relation database supporting aggregation of properties
type: application
version: 2.1.0 # managed version
version: 2.2.0 # managed version
appVersion: 2.1.0
home: https://github.com/gchq/Gaffer
sources:
- https://github.com/gchq/gaffer-docker
dependencies:
- name: accumulo
version: ^2.1.0 # managed version
version: ^2.2.0 # managed version
repository: file://../accumulo/
condition: accumulo.enabled
2 changes: 1 addition & 1 deletion kubernetes/hdfs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ apiVersion: v2
name: hdfs
description: Deploys the Hadoop Distributed File System (HDFS)
type: application
version: 2.1.0 # managed version
version: 2.2.0 # managed version
appVersion: 3.3.3 # managed version

0 comments on commit b690ac5

Please sign in to comment.