Skip to content

Commit

Permalink
Upgrade Ondat addon (aws-ia#730)
Browse files Browse the repository at this point in the history
* Upgrade Ondat addon to 0.1.1

* Update docs
  • Loading branch information
cvlc authored and allamand committed Dec 15, 2022
1 parent b386ab4 commit 71101bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/kubernetes-addons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
| <a name="module_keda"></a> [keda](#module\_keda) | ./keda | n/a |
| <a name="module_kubernetes_dashboard"></a> [kubernetes\_dashboard](#module\_kubernetes\_dashboard) | ./kubernetes-dashboard | n/a |
| <a name="module_metrics_server"></a> [metrics\_server](#module\_metrics\_server) | ./metrics-server | n/a |
| <a name="module_ondat"></a> [ondat](#module\_ondat) | ondat/ondat-addon/eksblueprints | 0.1.0 |
| <a name="module_ondat"></a> [ondat](#module\_ondat) | ondat/ondat-addon/eksblueprints | 0.1.1 |
| <a name="module_opentelemetry_operator"></a> [opentelemetry\_operator](#module\_opentelemetry\_operator) | ./opentelemetry-operator | n/a |
| <a name="module_prometheus"></a> [prometheus](#module\_prometheus) | ./prometheus | n/a |
| <a name="module_secrets_store_csi_driver"></a> [secrets\_store\_csi\_driver](#module\_secrets\_store\_csi\_driver) | ./secrets-store-csi-driver | n/a |
Expand Down
2 changes: 1 addition & 1 deletion modules/kubernetes-addons/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ module "metrics_server" {
module "ondat" {
count = var.enable_ondat ? 1 : 0
source = "ondat/ondat-addon/eksblueprints"
version = "0.1.0"
version = "0.1.1"
helm_config = var.ondat_helm_config
manage_via_gitops = var.argocd_manage_add_ons
addon_context = local.addon_context
Expand Down

0 comments on commit 71101bb

Please sign in to comment.