"Label ALL THE THING !"
Setting a more convenient label to be able to select each pod individually. Before this,
when trying to connect onto a pod with kubectl exec
we could end up in the wrong one,
because the same labels were shared across each objects.
variables for the ogc_api_records
geonetwork microservice have been renamed.
Please double-check your values.yaml
before upgrading to this version.
Persistent volumes have been reworked:
Some cloud providers automatically create & assign a PV to a PVC. This is the
case for our projects running on the Azure
cloud services.
Some other need to create a PV first, then map the PVC to the manually created
PV, using the spec.volumeName
property on the PVC yaml description.
If you want to use this version, please review your values.yaml
file to make
sure it complies with the expected structure.
Setting strategy.type: Recreate
for each component making use of PV/PVC.
Being able to use a secret for images on private registries
Variabilizing in the values.yaml
file the docker images to be deployed
CAS - being able to override the themes / templates if provided in the datadir
Geoserver - being able to pass environment variables
Adding some basic tests on the most common georchestra webapps
Renaming 'app' label to something more precise ('org.georchestra.service/name')
Minor changes (updating description of the chart)
Initial commit, created via helm create
.