Skip to content

Commit

Permalink
oci repo to lower case (#1484)
Browse files Browse the repository at this point in the history
* oci repo to lower case

* updated readmes
  • Loading branch information
AndrewChubatiuk authored Sep 12, 2024
1 parent 9069452 commit 3b7899e
Show file tree
Hide file tree
Showing 26 changed files with 308 additions and 100 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,8 @@ jobs:
-u ${{ github.actor }} \
-p ${{ github.token }} \
ghcr.io
for package in $(find .cr-release-packages -name "*.tgz"); do
helm push $package oci://ghcr.io/${{ github.repository_owner }}/charts/;
done
mkdir -p .cr-release-packages
find .cr-release-packages -name "*.tgz" -exec helm push {} oci://ghcr.io/${GITHUB_REPOSITORY_OWNER,,}/helm-charts \;
- name: Automatic update changelogs and readme
run: |
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
.DS_Store
.vscode/
charts/*/charts/**
.cr-release-packages
.cr-release-packages/**
!charts/victoria-metrics-k8s-stack/charts/crds
!charts/victoria-metrics-k8s-stack/charts/crds/**
.helm/
Expand Down
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,20 @@ Access a Kubernetes cluster.

Add a chart helm repository with follow commands:

```console
helm repo add vm https://victoriametrics.github.io/helm-charts/
- From HTTPS repository

helm repo update
```
```console
helm repo add vm https://victoriametrics.github.io/helm-charts/

helm repo update
```
- From OCI repository
```console
helm repo add vm oci://ghcr.io/victoriametrics/helm-charts/

helm repo update
```

List [all charts](#list-of-charts) and versions of `vm` repository available to installation:

Expand Down
17 changes: 13 additions & 4 deletions charts/victoria-logs-single/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,20 @@ Access a Kubernetes cluster.
Add a chart helm repository with follow commands:
```console
helm repo add vm https://victoriametrics.github.io/helm-charts/
- From HTTPS repository
helm repo update
```
```console
helm repo add vm https://victoriametrics.github.io/helm-charts/

helm repo update
```
- From OCI repository

```console
helm repo add vm oci://ghcr.io/victoriametrics/helm-charts/
helm repo update
```

List versions of ``vm/victoria-logs-single`` chart available to installation:

Expand Down
17 changes: 13 additions & 4 deletions charts/victoria-logs-single/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,20 @@ Access a Kubernetes cluster.

Add a chart helm repository with follow commands:

```console
helm repo add vm https://victoriametrics.github.io/helm-charts/
- From HTTPS repository

helm repo update
```
```console
helm repo add vm https://victoriametrics.github.io/helm-charts/

helm repo update
```
- From OCI repository

```console
helm repo add vm oci://ghcr.io/victoriametrics/helm-charts/

helm repo update
```

List versions of ``vm/victoria-logs-single`` chart available to installation:

Expand Down
19 changes: 14 additions & 5 deletions charts/victoria-metrics-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Helm Chart For Victoria Metrics Agent.

![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.12.1](https://img.shields.io/badge/Version-0.12.1-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.12.2](https://img.shields.io/badge/Version-0.12.2-informational?style=flat-square)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-agent)
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)

Expand All @@ -17,11 +17,20 @@ Access a Kubernetes cluster.

Add a chart helm repository with follow commands:

```console
helm repo add vm https://victoriametrics.github.io/helm-charts/
- From HTTPS repository

helm repo update
```
```console
helm repo add vm https://victoriametrics.github.io/helm-charts/

helm repo update
```
- From OCI repository
```console
helm repo add vm oci://ghcr.io/victoriametrics/helm-charts/

helm repo update
```

List versions of ``vm/victoria-metrics-agent`` chart available to installation:

Expand Down
17 changes: 13 additions & 4 deletions charts/victoria-metrics-agent/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,20 @@ Access a Kubernetes cluster.

Add a chart helm repository with follow commands:

```console
helm repo add vm https://victoriametrics.github.io/helm-charts/
- From HTTPS repository

helm repo update
```
```console
helm repo add vm https://victoriametrics.github.io/helm-charts/

helm repo update
```
- From OCI repository

```console
helm repo add vm oci://ghcr.io/victoriametrics/helm-charts/

helm repo update
```

List versions of ``vm/victoria-metrics-agent`` chart available to installation:

Expand Down
17 changes: 13 additions & 4 deletions charts/victoria-metrics-alert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,20 @@ Access a Kubernetes cluster.

Add a chart helm repository with follow commands:

```console
helm repo add vm https://victoriametrics.github.io/helm-charts/
- From HTTPS repository

helm repo update
```
```console
helm repo add vm https://victoriametrics.github.io/helm-charts/

helm repo update
```
- From OCI repository
```console
helm repo add vm oci://ghcr.io/victoriametrics/helm-charts/

helm repo update
```

List versions of ``vm/victoria-metrics-alert`` chart available to installation:

Expand Down
17 changes: 13 additions & 4 deletions charts/victoria-metrics-alert/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,20 @@ Access a Kubernetes cluster.

Add a chart helm repository with follow commands:

```console
helm repo add vm https://victoriametrics.github.io/helm-charts/
- From HTTPS repository

helm repo update
```
```console
helm repo add vm https://victoriametrics.github.io/helm-charts/

helm repo update
```
- From OCI repository

```console
helm repo add vm oci://ghcr.io/victoriametrics/helm-charts/

helm repo update
```

List versions of ``vm/victoria-metrics-alert`` chart available to installation:

Expand Down
17 changes: 13 additions & 4 deletions charts/victoria-metrics-anomaly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,20 @@ Access a Kubernetes cluster.

Add a chart helm repository with follow commands:

```console
helm repo add vm https://victoriametrics.github.io/helm-charts/
- From HTTPS repository

helm repo update
```
```console
helm repo add vm https://victoriametrics.github.io/helm-charts/

helm repo update
```
- From OCI repository
```console
helm repo add vm oci://ghcr.io/victoriametrics/helm-charts/

helm repo update
```

List versions of ``vm/victoria-metrics-anomaly`` chart available to installation:

Expand Down
17 changes: 13 additions & 4 deletions charts/victoria-metrics-anomaly/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,20 @@ Access a Kubernetes cluster.

Add a chart helm repository with follow commands:

```console
helm repo add vm https://victoriametrics.github.io/helm-charts/
- From HTTPS repository

helm repo update
```
```console
helm repo add vm https://victoriametrics.github.io/helm-charts/

helm repo update
```
- From OCI repository

```console
helm repo add vm oci://ghcr.io/victoriametrics/helm-charts/

helm repo update
```

List versions of ``vm/victoria-metrics-anomaly`` chart available to installation:

Expand Down
17 changes: 13 additions & 4 deletions charts/victoria-metrics-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,20 @@ Access a Kubernetes cluster.

Add a chart helm repository with follow commands:

```console
helm repo add vm https://victoriametrics.github.io/helm-charts/
- From HTTPS repository

helm repo update
```
```console
helm repo add vm https://victoriametrics.github.io/helm-charts/

helm repo update
```
- From OCI repository
```console
helm repo add vm oci://ghcr.io/victoriametrics/helm-charts/

helm repo update
```

List versions of ``vm/victoria-metrics-auth`` chart available to installation:

Expand Down
17 changes: 13 additions & 4 deletions charts/victoria-metrics-auth/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,20 @@ Access a Kubernetes cluster.

Add a chart helm repository with follow commands:

```console
helm repo add vm https://victoriametrics.github.io/helm-charts/
- From HTTPS repository

helm repo update
```
```console
helm repo add vm https://victoriametrics.github.io/helm-charts/

helm repo update
```
- From OCI repository

```console
helm repo add vm oci://ghcr.io/victoriametrics/helm-charts/

helm repo update
```

List versions of ``vm/victoria-metrics-auth`` chart available to installation:

Expand Down
17 changes: 13 additions & 4 deletions charts/victoria-metrics-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,20 @@ Access a Kubernetes cluster.

Add a chart helm repository with follow commands:

```console
helm repo add vm https://victoriametrics.github.io/helm-charts/
- From HTTPS repository

helm repo update
```
```console
helm repo add vm https://victoriametrics.github.io/helm-charts/

helm repo update
```
- From OCI repository
```console
helm repo add vm oci://ghcr.io/victoriametrics/helm-charts/

helm repo update
```

List versions of ``vm/victoria-metrics-cluster`` chart available to installation:

Expand Down
17 changes: 13 additions & 4 deletions charts/victoria-metrics-cluster/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,20 @@ Access a Kubernetes cluster.

Add a chart helm repository with follow commands:

```console
helm repo add vm https://victoriametrics.github.io/helm-charts/
- From HTTPS repository

helm repo update
```
```console
helm repo add vm https://victoriametrics.github.io/helm-charts/

helm repo update
```
- From OCI repository

```console
helm repo add vm oci://ghcr.io/victoriametrics/helm-charts/

helm repo update
```

List versions of ``vm/victoria-metrics-cluster`` chart available to installation:

Expand Down
17 changes: 13 additions & 4 deletions charts/victoria-metrics-distributed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,20 @@ Access a Kubernetes cluster.

Add a chart helm repository with follow commands:

```console
helm repo add vm https://victoriametrics.github.io/helm-charts/
- From HTTPS repository

helm repo update
```
```console
helm repo add vm https://victoriametrics.github.io/helm-charts/

helm repo update
```
- From OCI repository
```console
helm repo add vm oci://ghcr.io/victoriametrics/helm-charts/

helm repo update
```

List versions of ``vm/victoria-metrics-distributed``` chart available to installation:

Expand Down
Loading

0 comments on commit 3b7899e

Please sign in to comment.