Skip to content

Commit d9ff6ad

Browse files
committed
set gitsync to release branch and stackable version to 25.11
1 parent aa7abe8 commit d9ff6ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/argo-cd-git-ops/manifests/airflow/airflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
# TODO(@maltesander): In a Stackable release, this branch should point to the release-YY.MM branch!
2020
dagsGitSync:
2121
- repo: https://github.com/stackabletech/demos/
22-
branch: main
22+
branch: release-25.11
2323
gitFolder: "demos/argo-cd-git-ops/dags"
2424
depth: 2
2525
volumes:

stacks/stacks-v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ stacks:
3636
- name: stackableReleaseVersion
3737
description: The Stackable release to be installed via Argo. This replaces the demo `stackableRelease` parameter.
3838
# TODO(@maltesander): Must be adapted in case of release !
39-
default: 0.0.0-dev
39+
default: 25.11
4040
- name: argocdAdminPassword
4141
description: Password of the ArgoCD admin user.
4242
# generated via: `htpasswd -nbBC 10 "" adminadmin | tr -d ':\n'`

0 commit comments

Comments
 (0)