gaffer-docker
                                
                                
                                
                                    gaffer-docker copied to clipboard
                            
                            
                            
                        Gaffer Docker images and associated Helm charts for deploying on Kubernetes
Gaffer should scale up when hdfs starts filling up and down when it becomes under-utilised to allow. A nice to have feature would be to be able to do this...
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,...
Updates the effective Gaffer version to 2.2.1 # Related issue - Resolve #354
The version of the release notes generator was updated to a version that doesn't exist. This needs fixing or changing to simply use the built in github autogen config file...
It would be good to support building images directly from the develop branch of Gaffer. _Originally posted by @GCHQDeveloper314 in https://github.com/gchq/gaffer-docker/issues/325#issuecomment-1704992927_ This isn't possible because the `GAFFER_VERSION` ARG needs to...
see: https://github.com/gchq/gaffer-docker/actions/runs/10389956608/job/28769273242