Skip to content

Commit

Permalink
fixing dependency chart versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 authored and flashguerdon committed May 7, 2024
1 parent bf6232b commit e9f0501
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions helm/aws-es-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
4 changes: 0 additions & 4 deletions helm/gen3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions helm/guppy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9f0501

Please sign in to comment.