forked from helm/charts
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stable/ambassador] Major upgrades to Ambassador Pro (helm#16904)
* Upgrade Ambassador Pro to 0.7.0 - Ambassador Pro 0.7.0 introduces Ambassador certified builds that require - A license key - Use an image from the quay.io/datawire/ambassador_pro repository - templates/deployment.yaml has been formatted in a backwards compatible way so all Ambassador Pro images before 0.7.0 will still use Ambassador OSS repo. Signed-off-by: Noah Krause <krausenoah@gmail.com> * Store license key in k8s secret by default Signed-off-by: Noah Krause <krausenoah@gmail.com> * Add deprecation warning for using prom exporter Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local> * Major upgrades to Ambassador Pro installation - Introduces the performance tuned and certified build of open source Ambassador, Ambassador core - The license key is now stored and read from a Kubernetes secret by default - Added `.Values.pro.licenseKey.secret.enabled` `.Values.pro.licenseKey.secret.create` fields to allow multiple releases in the same namespace to use the same license key secret. - Introduces the ability to configure resource limits for both Ambassador Pro and it's redis instance - Introduces the ability to configure additional `AuthService` options (see [AuthService documentation](https://www.getambassador.io/reference/services/auth-service/)) - The ambassador-pro-auth `AuthService` and ambassador-pro-ratelimit `RateLimitService` and now created as CRDs when `.Values.crds.enabled: true` - Fixed misnamed selector for redis instance that failed in an edge case Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local> * Expose annotations for redis deploy Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local> * Minor updated to changelog and readme Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local> * Whitespace cleanup Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local> * Fix type error Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>
- Loading branch information
1 parent
7c8b550
commit ba4a95b
Showing
9 changed files
with
264 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
stable/ambassador/templates/ambassador-pro-license-key-secret.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.