Skip to content

Commit cdb886d

Browse files
committed
revert tags so demo works after merging
1 parent a040229 commit cdb886d

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

demos/demos-v2.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ demos:
1515
################################
1616
# projects
1717
################################
18-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/fix/argo-cd-demo-sealed-secrets/demos/argo-cd-git-ops/projects/airflow.yaml
19-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/fix/argo-cd-demo-sealed-secrets/demos/argo-cd-git-ops/projects/minio.yaml
18+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/argo-cd-git-ops/projects/airflow.yaml
19+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/argo-cd-git-ops/projects/minio.yaml
2020
################################
2121
# prerequisites
2222
################################
23-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/fix/argo-cd-demo-sealed-secrets/demos/argo-cd-git-ops/applications/airflow-postgres.yaml
24-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/fix/argo-cd-demo-sealed-secrets/demos/argo-cd-git-ops/applications/minio.yaml
23+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/argo-cd-git-ops/applications/airflow-postgres.yaml
24+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/argo-cd-git-ops/applications/minio.yaml
2525
################################
2626
# products
2727
################################
28-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/fix/argo-cd-demo-sealed-secrets/demos/argo-cd-git-ops/applications/airflow.yaml
28+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/argo-cd-git-ops/applications/airflow.yaml
2929
supportedNamespaces:
3030
- argo-cd
3131
resourceRequests:
@@ -38,7 +38,7 @@ demos:
3838
default: https://github.com/stackabletech/demos/
3939
- name: customGitBranch
4040
description: The Branch in the Git repository (this can be adapted in case of forking the repository) to demonstrate syncing via Argo and Git.
41-
default: fix/argo-cd-demo-sealed-secrets
41+
default: main
4242
airflow-scheduled-job:
4343
description: Activate a simple Airflow DAG to run continuously at a set interval
4444
stackableStack: airflow

stacks/argo-cd-git-ops/applications/sealed-secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
# not picked up in the stack - What to do?
2929
# TODO(@maltesander): Must be adapted in case of release!
3030
- repoURL: https://github.com/stackabletech/demos/
31-
targetRevision: fix/argo-cd-demo-sealed-secrets
31+
targetRevision: main
3232
path: stacks/argo-cd-git-ops/secrets/
3333
destination:
3434
server: https://kubernetes.default.svc

stacks/stacks-v2.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ stacks:
1313
################################
1414
# bootstrap argo
1515
################################
16-
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/fix/argo-cd-demo-sealed-secrets/stacks/_templates/argo-cd.yaml
16+
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/argo-cd.yaml
1717
################################
1818
# prerequisites
1919
################################
20-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/fix/argo-cd-demo-sealed-secrets/stacks/argo-cd-git-ops/applications/sealed-secrets.yaml
20+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/argo-cd-git-ops/applications/sealed-secrets.yaml
2121
################################
2222
# project - operators
2323
################################
24-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/fix/argo-cd-demo-sealed-secrets/stacks/argo-cd-git-ops/projects/stackable-operators.yaml
24+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/argo-cd-git-ops/projects/stackable-operators.yaml
2525
################################
2626
# applicationset - operators
2727
################################
28-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/fix/argo-cd-demo-sealed-secrets/stacks/argo-cd-git-ops/applicationsets/stackable-operators.yaml
28+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/argo-cd-git-ops/applicationsets/stackable-operators.yaml
2929
supportedNamespaces:
3030
- argo-cd
3131
resourceRequests:

0 commit comments

Comments
 (0)