Skip to content

Commit

Permalink
chore: setting branch to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Oct 29, 2024
1 parent 54811de commit 0752e2d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion blueprints/02-at-scale/cbci/casc/mc/mc-ha/variables.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
variables:
- sharedLibRepo: "https://github.com/cloudbees/terraform-aws-cloudbees-ci-eks-addon.git"
- sharedLibBranch: casc
- sharedLibBranch: develop
- sharedLibPath: "blueprints/02-at-scale/cbci/shared-lib"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
variables:
- sharedLibRepo: "https://github.com/cloudbees/terraform-aws-cloudbees-ci-eks-addon.git"
- sharedLibBranch: casc
- sharedLibBranch: develop
- sharedLibPath: "blueprints/02-at-scale/cbci/shared-lib"
2 changes: 1 addition & 1 deletion blueprints/02-at-scale/cbci/casc/oc/variables.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variables:
- message: "Welcome to the CloudBees CI blueprint add-on: At scale!"
- cascRepo: "https://github.com/cloudbees/terraform-aws-cloudbees-ci-eks-addon.git"
- cascBranch: casc
- cascBranch: develop
- cascPathController: "/blueprints/02-at-scale/cbci/casc/mc/"
- ldapManagerDN: "cn=admin,dc=acme,dc=org"
- ldapRootDN: "dc=acme,dc=org"
Expand Down
2 changes: 1 addition & 1 deletion blueprints/02-at-scale/k8s/cbci-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ OperationsCenter:
Retriever:
Enabled: true
scmRepo: "https://github.com/cloudbees/terraform-aws-cloudbees-ci-eks-addon.git"
scmBranch: casc
scmBranch: develop
scmBundlePath: blueprints/02-at-scale/cbci/casc/oc
scmPollingInterval: PT20M
Persistence:
Expand Down
4 changes: 2 additions & 2 deletions blueprints/02-at-scale/k8s/kube-prom-stack-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ grafana:
token: ""
grafana-dashboards-cloudbees:
prometheus-plugin:
url: https://raw.githubusercontent.com/cloudbees/terraform-aws-cloudbees-ci-eks-addon/casc/blueprints/02-at-scale/k8s/prometheus-plugin-db.json
url: https://raw.githubusercontent.com/cloudbees/terraform-aws-cloudbees-ci-eks-addon/develop/blueprints/02-at-scale/k8s/prometheus-plugin-db.json
token: ""
otel-plugin:
url: https://raw.githubusercontent.com/cloudbees/terraform-aws-cloudbees-ci-eks-addon/casc/blueprints/02-at-scale/k8s/opentelemetry-plugin-db.json
url: https://raw.githubusercontent.com/cloudbees/terraform-aws-cloudbees-ci-eks-addon/develop/blueprints/02-at-scale/k8s/opentelemetry-plugin-db.json
token: ""

0 comments on commit 0752e2d

Please sign in to comment.