Skip to content

Commit

Permalink
chore: give doug a mattermostid attribute and update uds version (#120)
Browse files Browse the repository at this point in the history
Release-As: v0.4.2
  • Loading branch information
ericwyles committed May 3, 2024
1 parent 5196df7 commit 4a85172
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tasks/setup.yaml
Expand Up @@ -4,7 +4,7 @@ tasks:
version:
description: The version of k3d-core-slim-dev to deploy
# renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
default: 0.21.0
default: 0.21.1
insecure_keycloak_admin:
description: Automatically set a keycloak admin username / password
default: "true"
Expand All @@ -17,7 +17,7 @@ tasks:
version:
description: The version of k3d-core-demo to deploy
# renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
default: 0.21.0
default: 0.21.1
insecure_keycloak_admin:
description: Automatically set a keycloak admin username / password
default: "true"
Expand Down Expand Up @@ -51,6 +51,9 @@ tasks:
"firstName": "Doug",
"lastName": "Unicorn",
"email": "doug@uds.dev",
"attributes": {
"mattermostid": "1"
},
"emailVerified": true,
"enabled": true,
"requiredActions": [],
Expand Down

0 comments on commit 4a85172

Please sign in to comment.