Skip to content

Commit

Permalink
chore: Upgrade UDS-CLI to v0.4.0 (#13)
Browse files Browse the repository at this point in the history
* chore: Upgrade UDS-CLI to v0.4.0

chore: Upgrade Zarf to v0.31.3

chore: Upgrade custom init package

* chore: Upgrade Jira and Confluence

* chore: Update zarf init to rook published version
  • Loading branch information
anthonywendt authored Dec 6, 2023
1 parent ed0586c commit 3a499ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 3a499ae

Please sign in to comment.