Skip to content

Commit

Permalink
fixed OCI package release (#1483)
Browse files Browse the repository at this point in the history
* fixed OCI package release

* release vmagent chart
  • Loading branch information
AndrewChubatiuk authored Sep 12, 2024
1 parent e1a29b9 commit 9069452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
-u ${{ github.actor }} \
-p ${{ github.token }} \
ghcr.io
for package in $(find **/.cr-release-packages -name "*.tgz"); do
for package in $(find .cr-release-packages -name "*.tgz"); do
helm push $package oci://ghcr.io/${{ github.repository_owner }}/charts/;
done
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
type: application
name: victoria-metrics-agent
description: Victoria Metrics Agent - collects metrics from various sources and stores them to VictoriaMetrics
version: 0.12.1
version: 0.12.2
appVersion: v1.103.0
sources:
- https://github.com/VictoriaMetrics/helm-charts
Expand Down

0 comments on commit 9069452

Please sign in to comment.