Skip to content

Commit df293ad

Browse files
authored
fix(demos/argo-cd-git-ops): Use 26.3.0 release for operators (#393)
This likely has been missed by the automated script.
1 parent 578531a commit df293ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: 26.3.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)