Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: point dev worker and mgmt to main #228

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions clusters/dev/management/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
project: default
source:
repoURL: https://github.com/stfc/cloud-deployed-apps.git
targetRevision: update-secrets
targetRevision: main
path: clusters/dev/management
syncPolicy:
automated:
Expand Down Expand Up @@ -64,7 +64,7 @@ spec:
project: default
source:
repoURL: "https://github.com/stfc/cloud-deployed-apps.git"
targetRevision: update-secrets
targetRevision: main
path: "charts/dev/{{.chartName}}"
helm:
valueFiles:
Expand Down Expand Up @@ -93,7 +93,7 @@ spec:
generators:
- git:
repoURL: "https://github.com/stfc/cloud-deployed-apps.git"
revision: update-secrets
revision: main
files:
# grab all infra values for all clusters in environment
- path: "clusters/dev/*/infra-values.yaml"
Expand All @@ -112,7 +112,7 @@ spec:
server: https://kubernetes.default.svc
source:
repoURL: https://github.com/stfc/cloud-deployed-apps.git
targetRevision: update-secrets
targetRevision: main
path: charts/dev/capi-infra
helm:
valueFiles:
Expand Down
4 changes: 2 additions & 2 deletions clusters/dev/worker/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
project: default
source:
repoURL: https://github.com/stfc/cloud-deployed-apps.git
targetRevision: update-secrets
targetRevision: main
path: clusters/dev/worker
syncPolicy:
automated:
Expand Down Expand Up @@ -71,7 +71,7 @@ spec:
project: default
source:
repoURL: "https://github.com/stfc/cloud-deployed-apps.git"
targetRevision: update-secrets
targetRevision: main
path: "charts/dev/{{.chartName}}"
helm:
valueFiles:
Expand Down