Skip to content

Commit

Permalink
Merge pull request #5 from mbzomowski/test_branch
Browse files Browse the repository at this point in the history
Test branch
  • Loading branch information
mbzomowski committed Sep 29, 2023
2 parents bd992eb + a39cf6e commit 0ba0850
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 21 deletions.
6 changes: 3 additions & 3 deletions tpu-ci/configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
secretName: github-pat
resources:
- namespace: "flux-system"
- namespace: "arc-system"
resources: |-
- namespace: "flux-system"
- namespace: "arc-system"
3 changes: 2 additions & 1 deletion tpu-ci/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ resource "helm_release" "flux" {

resource "helm_release" "tf-controller" {
name = "tf-controller"
repository = "https://weaveworks.github.io/tf-controller/"
repository = "oci://ghcr.io/weaveworks/charts"
chart = "tf-controller"
namespace = var.flux_namespace
depends_on = [
helm_release.flux
]
version = "0.16.0-rc.3"
values = [
"${file("tf-controller-values.yaml")}"
]
Expand Down
11 changes: 0 additions & 11 deletions tpu-ci/k8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,3 @@ resource "kubernetes_manifest" "flux-terraform" {
helm_release.tf-controller
]
}

resource "kubernetes_config_map" "configmap" {
metadata {
name = "branch-planner"
namespace = "flux-system"
}

data = {
"configmap.yaml" = "${file("${path.module}/configmap.yaml")}"
}
}
8 changes: 2 additions & 6 deletions tpu-ci/tf-controller-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@ resources:
caCertValidityDuration: 24h
certRotationCheckFrequency: 30m
image:
tag: v0.16.0-rc.2
tag: v0.16.0-rc.3
runner:
image:
tag: v0.16.0-rc.2
tag: v0.16.0-rc.3
grpc:
maxMessageSize: 30
branchPlanner:
enabled: true
image:
tag: v0.16.0-rc.2

0 comments on commit 0ba0850

Please sign in to comment.