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

Update voyager release: v0.2.3 #29

Merged
merged 1 commit into from
Dec 21, 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 voyager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: voyager
description: voyager
type: application
version: v0.2.2
version: v0.2.3
# renovate: image=ghcr.io/aeharding/voyager
appVersion: 2.21.0
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions voyager/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# voyager

![Version: v0.2.2](https://img.shields.io/badge/Version-v0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.21.0](https://img.shields.io/badge/AppVersion-2.21.0-informational?style=flat-square)
![Version: v0.2.3](https://img.shields.io/badge/Version-v0.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.21.0](https://img.shields.io/badge/AppVersion-2.21.0-informational?style=flat-square)

voyager

Expand All @@ -14,7 +14,7 @@ Chart Dependency:
dependencies:
- name: voyager
repository: 'oci://mrmhub.io/mikemrm'
version: 'v0.2.2'
version: 'v0.2.3'
```

## Requirements
Expand Down
Loading