diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a4f80c1..0b83d4d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -37,7 +37,7 @@ repos:
# Terraform Hooks
- repo: https://github.com/antonbabenko/pre-commit-terraform
- rev: v1.96.1 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases
+ rev: v1.98.0 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases
hooks:
- id: terraform_fmt
args:
@@ -94,6 +94,6 @@ repos:
# - --hook-config=--parallelism-ci-cpu-cores=2
- repo: https://github.com/ljnsn/cz-conventional-gitmoji
- rev: v0.6.1
+ rev: v0.7.0
hooks:
- id: conventional-gitmoji
diff --git a/README.md b/README.md
index 271170e..d64fc99 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@
| Name | Source | Version |
|------|--------|---------|
-| [images](#module\_images) | git@github.e.it.census.gov:terraform-modules/aws-ecr-copy-images.git/ | tf-upgrade |
-| [ingress\_resources](#module\_ingress\_resources) | git@github.e.it.census.gov:SCT-Engineering/tfmod-istio-service-ingress.git | main |
+| [images](#module\_images) | git::https://github.e.it.census.gov/terraform-modules/aws-ecr-copy-images.git/ | tf-upgrade |
+| [ingress\_resources](#module\_ingress\_resources) | git::https://github.e.it.census.gov/SCT-Engineering/tfmod-istio-service-ingress.git | main |
## Resources
diff --git a/copy_images.tf b/copy_images.tf
index acf2a39..b26ad1f 100644
--- a/copy_images.tf
+++ b/copy_images.tf
@@ -26,7 +26,7 @@ locals {
}
module "images" {
- source = "git@github.e.it.census.gov:terraform-modules/aws-ecr-copy-images.git/?ref=tf-upgrade"
+ source = "git::https://github.e.it.census.gov/terraform-modules/aws-ecr-copy-images.git/?ref=tf-upgrade"
profile = var.profile
application_name = var.cluster_name
diff --git a/kiali-server/templates/NOTES.txt b/kiali-server/templates/NOTES.txt
index c3b3453..7d790da 100644
--- a/kiali-server/templates/NOTES.txt
+++ b/kiali-server/templates/NOTES.txt
@@ -1,2 +1 @@
1. Get the application URL by running these commands:
-
diff --git a/kiali-server/values.yaml b/kiali-server/values.yaml
index b7d9356..da5a88d 100644
--- a/kiali-server/values.yaml
+++ b/kiali-server/values.yaml
@@ -13,17 +13,17 @@ grafana:
auth:
type: basic
username: "admin"
- secretName:
- passwordKey:
- externalUrl:
- internalUrl:
+ secretName:
+ passwordKey:
+ externalUrl:
+ internalUrl:
tracing:
enabled: true
- internalUrl:
+ internalUrl:
use_grpc: false
provider: "tempo"
tempo_config:
org_id: "1"
- datasource_uid:
+ datasource_uid:
url_format: "grafana"
diff --git a/main.tf b/main.tf
index 964cd8d..684dea4 100644
--- a/main.tf
+++ b/main.tf
@@ -73,7 +73,7 @@ resource "helm_release" "kiali_operator" {
module "ingress_resources" {
depends_on = [helm_release.kiali_operator]
# tflint-ignore: terraform_module_pinned_source
- source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-istio-service-ingress.git?ref=main"
+ source = "git::https://github.e.it.census.gov/SCT-Engineering/tfmod-istio-service-ingress.git?ref=main"
public_hostname = var.service_name
public_domain = var.cluster_domain
service_name = var.service_name