Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
chore: Upgrade Jira and Confluence
Browse files Browse the repository at this point in the history
chore: Upgrade UDC-CLI and zarf init
  • Loading branch information
anthonywendt committed Dec 6, 2023
1 parent 2878481 commit 470fff4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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.3

Expand Down
10 changes: 5 additions & 5 deletions uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ zarf-packages:
# Zarf init
- name: init
repository: ghcr.io/defenseunicorns/packages/init
ref: v0.30.1
ref: v0.31.3
optional-components:
- git-server

Expand Down Expand Up @@ -131,20 +131,20 @@ zarf-packages:
# Jira
- name: jira-postgres
repository: ghcr.io/defenseunicorns/uds-capability/jira/dev-dependency/jira-postgres
ref: 0.1.2
ref: 0.1.3

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

# Confluence
- name: confluence-postgres
repository: ghcr.io/defenseunicorns/uds-capability/confluence/dev-dependency/confluence-postgres
ref: 0.1.2
ref: 0.1.3

- 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 470fff4

Please sign in to comment.