Skip to content

Commit

Permalink
Release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaffer committed Sep 24, 2021
1 parent 4685c28 commit 266e451
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions kubernetes/accumulo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: v2
name: accumulo
description: A Key-Value store containing the Gaffer iterators for rapid filtering and lookup
type: application
version: 0.14.0 # managed version
version: 0.15.0 # managed version
appVersion: 1.9.3
home: https://github.com/gchq/Gaffer
sources:
Expand All @@ -27,6 +27,6 @@ dependencies:
repository: https://charts.helm.sh/incubator/
condition: zookeeper.enabled
- name: hdfs
version: ^0.14.0 # managed version
version: ^0.15.0 # managed version
repository: file://../hdfs/
condition: hdfs.enabled
4 changes: 2 additions & 2 deletions kubernetes/gaffer-road-traffic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,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: 0.14.0 # managed version
version: 0.15.0 # managed version
appVersion: 1.19.0
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: ^0.14.0 # managed version
version: ^0.15.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 @@ -16,13 +16,13 @@ apiVersion: v2
name: gaffer
description: A large-scale entity and relation database supporting aggregation of properties
type: application
version: 0.14.0 # managed version
version: 0.15.0 # managed version
appVersion: 1.19.0
home: https://github.com/gchq/Gaffer
sources:
- https://github.com/gchq/gaffer-docker
dependencies:
- name: accumulo
version: ^0.14.0 # managed version
version: ^0.15.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 @@ -16,5 +16,5 @@ apiVersion: v2
name: hdfs
description: Deploys the Hadoop Distributed File System (HDFS)
type: application
version: 0.14.0 # managed version
version: 0.15.0 # managed version
appVersion: 3.2.1

0 comments on commit 266e451

Please sign in to comment.