Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade UDS-CLI to v0.4.0 #13

Merged
merged 3 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# The version of Zarf to use. To keep this repo as portable as possible the Zarf binary will be downloaded and added to
# the build folder.
# renovate: datasource=github-tags depName=defenseunicorns/zarf
UDS_CLI_VERSION := v0.3.1
UDS_CLI_VERSION := v0.4.0

ZARF_VERSION := v0.31.1
ZARF_VERSION := v0.31.3

# Figure out which Zarf binary we should use based on the operating system we are on
ZARF_BIN := zarf
Expand Down
8 changes: 4 additions & 4 deletions uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ metadata:
zarf-packages:
# Zarf init
- name: init
repository: ghcr.io/defenseunicorns/uds-bundle-software-factory-nutanix/init
repository: ghcr.io/defenseunicorns/uds-capability/rook-ceph/init
optional-components:
- git-server
ref: v0.31.1
ref: v0.31.3-0.1.0

# Namespace pre-reqs for swf capabilities
- name: software-factory-namespaces
Expand Down Expand Up @@ -138,7 +138,7 @@ zarf-packages:

- name: jira
repository: ghcr.io/defenseunicorns/uds-capability/jira
ref: 0.1.2
ref: 0.1.3

# Confluence
- name: confluence-database-manifests
Expand All @@ -147,7 +147,7 @@ zarf-packages:

- name: confluence
repository: ghcr.io/defenseunicorns/uds-capability/confluence
ref: 0.1.2
ref: 0.1.3

# Mattermost Operator with a Mattermost instance
- name: mattermost-minio
Expand Down