Skip to content

Commit

Permalink
Merge pull request #13 from SCT-Engineering/subchart_version
Browse files Browse the repository at this point in the history
remove version on subchart
  • Loading branch information
morga471 committed Jun 25, 2025
2 parents f178211 + f183b5e commit 350191c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ This module deploys and configures Kiali via its operator and integrates it with
| <a name="input_grafana_service_name"></a> [grafana\_service\_name](#input\_grafana\_service\_name) | The name of the service used for grafana. | `string` | `"grafana"` | no |
| <a name="input_istio_namespace"></a> [istio\_namespace](#input\_istio\_namespace) | The namespace where istio has been deployed. | `string` | `"istio-system"` | no |
| <a name="input_kiali_application_version"></a> [kiali\_application\_version](#input\_kiali\_application\_version) | The version of kiali to install | `string` | `"v1.73.0"` | no |
| <a name="input_kiali_operator_version"></a> [kiali\_operator\_version](#input\_kiali\_operator\_version) | The version of kiali to install | `string` | `"1.73.0"` | no |
| <a name="input_namespace"></a> [namespace](#input\_namespace) | The namespace to create and into which the tools are deployed. | `string` | `"namespace"` | no |
| <a name="input_profile"></a> [profile](#input\_profile) | The AWS\_PROFILE to use while running the scripts. | `string` | `""` | no |
| <a name="input_prometheus_internal_url"></a> [prometheus\_internal\_url](#input\_prometheus\_internal\_url) | The url within the cluster to use to query the prometheus server. | `string` | n/a | yes |
Expand Down
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ locals {
resource "helm_release" "kiali_operator" {

chart = "./kiali-operator"
version = var.kiali_operator_version
name = "kiali-operator"
namespace = var.namespace

Expand Down
8 changes: 0 additions & 8 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ variable "kiali_application_version" {
default = "v1.73.0"
}

# helm repo add kiali https://kiali.org/helm-charts
# helm search repo kiali/kiali-operator
variable "kiali_operator_version" {
description = "The version of kiali to install"
type = string
default = "1.73.0"
}

variable "namespace" {
description = "The namespace to create and into which the tools are deployed."
type = string
Expand Down

0 comments on commit 350191c

Please sign in to comment.