Skip to content

Commit ba703c8

Browse files
authored
Set gitsync to release branch and stackable version to 25.11 (#337)
* set gitsync to release branch and stackable version to 25.11 * fix stackable release
1 parent aa7abe8 commit ba703c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ stacks:
3535
parameters:
3636
- name: stackableReleaseVersion
3737
description: The Stackable release to be installed via Argo. This replaces the demo `stackableRelease` parameter.
38-
# TODO(@maltesander): Must be adapted in case of release !
39-
default: 0.0.0-dev
38+
# TODO(@maltesander): Must be adapted in case of release YY.MM.X !
39+
default: 25.11.0
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)