From 74869f03be200a4867de8279906b98c7da9e030c Mon Sep 17 00:00:00 2001 From: iamprakkie <114970664+iamprakkie@users.noreply.github.com> Date: Mon, 9 Oct 2023 18:32:15 -0600 Subject: [PATCH] updated repoURL and targetRevision (#31) * added grafana-operator-chart * added sample-apps * updated CW datasource * updated * added apps * app update * update * update * upd * upd * upd * upd * upd * upd * ipd * upd * upd * upd * upd * update * up * upd * upd * upd * upd * trimming trailing whitespace * trimming trailing whitespaces * fixed end of files * fixed end of files * moved teams, sample-apps and grafana-operator-chart to artifacts/argocd-apps removed teams not in use with multi-account pattern (removed team-kirk, team-data, team-danger, team-scan, team-platform, team-burnham and team-riker). retained team-geordie and team-carmen moved grafana-operator-app to artifacts/argocd-apps removed samples-apps/envs/dev and samples-apps/envs/test. Retaining only samples-apps/envs/prod * updated artifacts/argocd-apps reference * removed team-carmen * updated repoURL and targetRevision --------- Co-authored-by: Rodrigue Koffi --- artifacts/argocd-apps/grafana-operator-app/values.yaml | 4 ++-- artifacts/argocd-apps/sample-apps/envs/prod/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/artifacts/argocd-apps/grafana-operator-app/values.yaml b/artifacts/argocd-apps/grafana-operator-app/values.yaml index c48fa69..b69a94c 100644 --- a/artifacts/argocd-apps/grafana-operator-app/values.yaml +++ b/artifacts/argocd-apps/grafana-operator-app/values.yaml @@ -5,8 +5,8 @@ spec: destination: server: https://kubernetes.default.svc source: - repoURL: https://github.com/iamprakkie/aws-observability-accelerator.git - targetRevision: artifacts + repoURL: https://github.com/aws-observability/aws-observability-accelerator.git + targetRevision: main AMP_ASSUME_ROLE_ARN: 'UPDATE_ME_WITH_AMP_ASSUME_ROLE_ARN' AMP_AWS_REGION: 'UPDATE_ME_WITH_AMP_AWS_REGION' diff --git a/artifacts/argocd-apps/sample-apps/envs/prod/values.yaml b/artifacts/argocd-apps/sample-apps/envs/prod/values.yaml index e3a5838..a505da6 100644 --- a/artifacts/argocd-apps/sample-apps/envs/prod/values.yaml +++ b/artifacts/argocd-apps/sample-apps/envs/prod/values.yaml @@ -8,8 +8,8 @@ spec: destination: server: https://kubernetes.default.svc source: - repoURL: https://github.com/iamprakkie/aws-observability-accelerator.git - targetRevision: artifacts + repoURL: https://github.com/aws-observability/aws-observability-accelerator.git + targetRevision: main # Thoses default values can be surcharged by Infrastructure as Code env: prod