t92549

Results 51 issues of t92549

As a more long term solution to https://github.com/gchq/gaffer-docker/issues/253, the helm chart for zookeeper should be updated to a more up to date one, as described in the [comment](https://github.com/gchq/gaffer-docker/issues/253#issuecomment-1240976660)

tech debt
dependencies
good first issue

Adding an option in the Gaffer values file to configure extra volumes would allow for more flexibility in deployments, especially useful for things like Gaffer FileGraphLibrary and caches

Kubernetes
feature

As well as the current scripts that use maven to setup an example Gaffer Graph, a more modern docker based example should exist. This should let people `docker run gcgq/gaffer-example`...

Docker
feature

The `.cd/lint_charts.sh` script fails on the [gh-pages](https://github.com/gchq/gaffer-docker/tree/gh-pages) branch. This could be okay as it has failed for a while but there was a point where it didn't. If it is...

bug
automation

In the hdfs and Accumulo Dockerfiles, users can provide their own builds of Accumulo, ZooKeeper and Hadoop to be used instead of building them inside the image: https://github.com/gchq/gaffer-docker/blob/e26dbe7e0575d1bcc078a38a624032dfabe68f5d/docker/accumulo/Dockerfile#L50-L54 This can...

Docker
good first issue

The version numbers of the helm charts are managed automatically with a [script](https://github.com/gchq/gaffer-docker/blob/41f9f516300666ace81be02bb94ea93ed045d3ee/cd/update_app_version.sh): https://github.com/gchq/gaffer-docker/blob/41f9f516300666ace81be02bb94ea93ed045d3ee/kubernetes/gaffer-road-traffic/Chart.yaml#L19 However, the versions of all the dependencies across the Dockerfiles, docker-compose .env files, and helm charts,...

enhancement
Kubernetes
automation
dependencies

Currently the Accumulo password secret is configured via the `config.userManagement.rootPassword` setting in the Accumulo [values.yaml.](https://github.com/gchq/gaffer-docker/blob/develop/kubernetes/accumulo/values.yaml) This works well for dynamically created deployments, but if a user wants to save a...

enhancement
Kubernetes

Currently, one environment variable is explicitly added to the [accumulo-env.sh](https://github.com/gchq/gaffer-docker/blob/266e45106fb2b9f0452bf30fff05fba0a2c06c6d/kubernetes/accumulo/config/accumulo-env.sh) from the [tserver/statefulset.yaml](https://github.com/gchq/gaffer-docker/blob/266e45106fb2b9f0452bf30fff05fba0a2c06c6d/kubernetes/accumulo/templates/tserver/statefulset.yaml): https://github.com/gchq/gaffer-docker/blob/266e45106fb2b9f0452bf30fff05fba0a2c06c6d/kubernetes/accumulo/templates/tserver/statefulset.yaml#L37-L46 However, that file uses lots of environment variables to set a lot of things: https://github.com/gchq/gaffer-docker/blob/266e45106fb2b9f0452bf30fff05fba0a2c06c6d/kubernetes/accumulo/config/accumulo-env.sh#L34-L41 Therefore,...

enhancement
Kubernetes

**Describe the new feature you'd like** There should be a configurable limit to the amount of elements returned in a GetAllElements by tinkerpop. This should use the Limit operation and...

enhancement
tinkerpop

**Describe the bug** When running tests for the tinkerpop module, if you use the legacy flag they do not pass, so it has been disabled in the CI. We should...

bug
automation
tinkerpop