Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Nov 13, 2024
1 parent 648aba9 commit 3e03433
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fetch -> validate -> save -> | <airgap> | -> load -> validate -> distribute
- [hauler/gitea](hauler/gitea/README.md) - provides the content manifest for Gitea
- currently supports: `Gitea: v1.22.3`
- [hauler/vault](hauler/vault/README.md) - provides the content manifest for Vault
- currently supports: `Vault: v1.17.2`
- currently supports: `Vault: v1.18.1`
- [hauler/kubevip](hauler/kubevip/README.md) - provides the content manifest for KubeVip
- currently supports: `KubeVip: v0.5.11`

Expand Down
2 changes: 1 addition & 1 deletion hauler/scripts/gitea/hauler-gitea.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Set Variables
export vGitea=10.5.0
export vGitea=10.6.0

### Setup Working Directory
rm -rf /opt/hauler/gitea
Expand Down
2 changes: 1 addition & 1 deletion hauler/scripts/vault/hauler-vault.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Set Variables
export vVault=0.28.1
export vVault=0.29.0

### Setup Working Directory
rm -rf /opt/hauler/vault
Expand Down

0 comments on commit 3e03433

Please sign in to comment.