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

Commit

Permalink
chore: Update confluence to 1.17.1-bb.0 (#18)
Browse files Browse the repository at this point in the history
chore: Update DUBBD to 0.16.0
chore: Update Zarf to 0.31.4
  • Loading branch information
anthonywendt authored Jan 9, 2024
1 parent 838464d commit 2ccebdf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
uses: supplypike/setup-bin@v3
with:
# renovate: zarf-uri datasource=github-tags depName=defenseunicorns/zarf
uri: 'https://github.com/defenseunicorns/zarf/releases/download/v0.31.3/zarf_v0.31.3_Linux_amd64'
uri: 'https://github.com/defenseunicorns/zarf/releases/download/v0.31.4/zarf_v0.31.4_Linux_amd64'
name: 'zarf'
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
version: 'v0.31.3'
version: 'v0.31.4'

- name: Build confluence package
run: zarf package create --confirm --no-progress
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 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
ZARF_VERSION := v0.31.3
ZARF_VERSION := v0.31.4

# The version of the build harness container to use
BUILD_HARNESS_REPO := ghcr.io/defenseunicorns/build-harness/build-harness
# renovate: datasource=docker depName=ghcr.io/defenseunicorns/build-harness/build-harness
BUILD_HARNESS_VERSION := 1.14.2
BUILD_HARNESS_VERSION := 1.14.8
# renovate: datasource=docker depName=ghcr.io/defenseunicorns/packages/dubbd-k3d extractVersion=^(?<version>\d+\.\d+\.\d+)
DUBBD_K3D_VERSION := 0.14.0
DUBBD_K3D_VERSION := 0.16.0

# Figure out which Zarf binary we should use based on the operating system we are on
ZARF_BIN := zarf
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ metadata:
version: 0.0.1
architecture: amd64

zarf-packages:
packages:
- name: confluence
repository: ghcr.io/defenseunicorns/uds-capability/confluence
ref: x.x.x
Expand Down
2 changes: 1 addition & 1 deletion confluence-flux-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ application:
repository: https://repo1.dso.mil/big-bang/product/community/confluence.git
ref:
# renovate: datasource=gitlab-tags depName=big-bang/product/community/confluence versioning=loose registryUrl=https://repo1.dso.mil
tag: 1.16.6-bb.4
tag: 1.17.1-bb.0
values: |
###ZARF_VAR_CONFLUENCE_VALUES###
dependsOn:
Expand Down
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ components:
valuesFiles:
- confluence-flux-values.yaml
repos:
- https://repo1.dso.mil/big-bang/product/community/confluence.git@1.16.6-bb.4
- https://repo1.dso.mil/big-bang/product/community/confluence.git@1.17.1-bb.0
images:
- registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node:8.6.1
- registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node:8.7.1
actions:
onDeploy:
after:
Expand Down

0 comments on commit 2ccebdf

Please sign in to comment.