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(deps): update artifactory package dependencies #55

Merged
merged 1 commit into from
Nov 14, 2024
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
2 changes: 1 addition & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ packages:

- name: postgres-operator
repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator
ref: 1.13.0-uds.3-upstream
ref: 1.13.0-uds.4-upstream
overrides:
postgres-operator:
uds-postgres-config:
Expand Down
2 changes: 1 addition & 1 deletion common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ components:
- name: artifactory
namespace: artifactory
url: https://charts.jfrog.io
version: 107.98.7
version: 107.98.8
repoName: artifactory
releaseName: artifactory
valuesFiles:
Expand Down
4 changes: 2 additions & 2 deletions values/registry1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ initContainers:
image:
registry: registry1.dso.mil
repository: ironbank/redhat/ubi/ubi9-minimal
tag: 9.4
tag: 9.5
artifactory:
name: artifactory
image:
registry: registry1.dso.mil
repository: ironbank/jfrog/artifactory/artifactory
tag: 7.98.7
tag: 7.98.8
router:
name: router
image:
Expand Down
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ components:
valuesFiles:
- values/registry1.yaml
images:
- registry1.dso.mil/ironbank/jfrog/artifactory/artifactory:7.98.7
- registry1.dso.mil/ironbank/jfrog/artifactory/artifactory:7.98.8
- registry1.dso.mil/ironbank/jfrog/jfrog-xray/router:7.124.1
- registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4
- registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5
Loading