diff --git a/helm/aws-es-proxy/README.md b/helm/aws-es-proxy/README.md index 27b59bce..873a0e41 100644 --- a/helm/aws-es-proxy/README.md +++ b/helm/aws-es-proxy/README.md @@ -35,11 +35,7 @@ A Helm chart for AWS ES Proxy Service for gen3 | global.ddEnabled | bool | `false` | Whether Datadog is enabled. | | global.environment | string | `"default"` | Environment name. This should be the same as vpcname if you're doing an AWS deployment. Currently this is being used to share ALB's if you have multiple namespaces. Might be used other places too. | | global.externalSecrets.deploy | bool | `false` | Will use ExternalSecret resources to pull secrets from Secrets Manager instead of creating them locally. Be cautious as this will override any audit secrets you have deployed. | -<<<<<<< HEAD | global.externalSecrets.separateSecretStore | string | `false` | Will deploy a separate External Secret Store for this service. | -======= -| global.externalSecrets.separate | string | `false` | Will deploy a External Secret Store if deploying this sevice seperately. | ->>>>>>> d71a04c (Add global values to aws-es-proxy chart) | global.minAvialable | int | `1` | The minimum amount of pods that are available at all times if the PDB is deployed. | | global.pdb | bool | `false` | If the service will be deployed with a Pod Disruption Budget. Note- you need to have more than 2 replicas for the pdb to be deployed. | | image | map | `{"pullPolicy":"Always","repository":"quay.io/cdis/aws-es-proxy","tag":""}` | Docker image information. | diff --git a/helm/gen3/Chart.yaml b/helm/gen3/Chart.yaml index 16ca47c8..e8dd4e97 100644 --- a/helm/gen3/Chart.yaml +++ b/helm/gen3/Chart.yaml @@ -119,11 +119,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -<<<<<<< HEAD version: 0.1.32 -======= -version: 0.1.22 ->>>>>>> 2b6d450 (version bump) # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/helm/guppy/Chart.yaml b/helm/guppy/Chart.yaml index ed3946e1..12fd56ed 100644 --- a/helm/guppy/Chart.yaml +++ b/helm/guppy/Chart.yaml @@ -15,11 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -<<<<<<< HEAD version: 0.1.11 -======= -version: 0.1.10 ->>>>>>> 2b6d450 (version bump) # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to