Skip to content

Commit

Permalink
chore(deps): update archivista package dependencies (#21)
Browse files Browse the repository at this point in the history
* chore(deps): update archivista package dependencies

| datasource | package                                                | from                  | to                    |
| ---------- | ------------------------------------------------------ | --------------------- | --------------------- |
| docker     | ghcr.io/defenseunicorns/packages/uds/postgres-operator | 1.12.2-uds.2-upstream | 1.13.0-uds.0-upstream |
| docker     | ghcr.io/in-toto/archivista                             | 0.5.3                 | 0.5.4                 |
| git-tags   | https://github.com/in-toto/archivista.git              | v0.5.3                | v0.5.4-rc0            |

* fixed version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Eric Wyles <23637493+ericwyles@users.noreply.github.com>
Release-As: 0.5.4-uds.0
  • Loading branch information
renovate[bot] and ericwyles authored Sep 17, 2024
1 parent 05e6707 commit ace178b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packages:

- name: postgres-operator
repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator
ref: 1.12.2-uds.2-upstream
ref: 1.13.0-uds.0-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 @@ -18,7 +18,7 @@ components:
namespace: archivista
url: https://github.com/in-toto/archivista.git
gitPath: chart
version: v0.5.3
version: v0.5.4
valuesFiles:
- ../values/common-values.yaml
actions:
Expand Down
2 changes: 1 addition & 1 deletion values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
image:
repository: ghcr.io/in-toto/archivista
tag: "0.5.3"
tag: "0.5.4"
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- ghcr.io/in-toto/archivista:0.5.3
- ghcr.io/in-toto/archivista:0.5.4

0 comments on commit ace178b

Please sign in to comment.