Skip to content

Commit

Permalink
feat(container): update bitnamicharts/valkey ( 2.0.* → 2.2.* )
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR committed Dec 31, 2024
1 parent 0820321 commit e5be66e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/hyperglass/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: valkey
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.0.2
digest: sha256:9f2c200de6bf85f13eaa8a689bb4253cf8692fe3d2a16743fed50ead3fe9f119
generated: "2024-11-22T10:18:53.087097264Z"
version: 2.2.1
digest: sha256:09dba157a43b7e675995d2fdaf29357986ffa251d9dad97f488c9132d14be8cc
generated: "2024-12-31T01:58:02.400525908+01:00"
4 changes: 2 additions & 2 deletions charts/hyperglass/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
name: hyperglass
description: hyperglass helm chart for Kubernetes
type: application
version: 2.0.0
version: 2.1.0
# image: ghcr.io/m0nsterrr/hyperglass
appVersion: "v2.0.4"
maintainers:
Expand All @@ -15,6 +15,6 @@ home: https://github.com/thatmattlove/hyperglass
icon: https://artifacthub.io/image/e417b561-5fe4-4ee3-9b89-f67df4069169
dependencies:
- name: valkey
version: "2.0.*"
version: "2.2.*"
repository: oci://registry-1.docker.io/bitnamicharts
condition: valkey.enabled
6 changes: 3 additions & 3 deletions charts/hyperglass/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hyperglass

![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.0.4](https://img.shields.io/badge/AppVersion-v2.0.4-informational?style=flat-square)
![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.0.4](https://img.shields.io/badge/AppVersion-v2.0.4-informational?style=flat-square)

hyperglass helm chart for Kubernetes

Expand All @@ -22,7 +22,7 @@ Kubernetes: `>=1.23.0-0`

| Repository | Name | Version |
|------------|------|---------|
| oci://registry-1.docker.io/bitnamicharts | valkey | 2.0.* |
| oci://registry-1.docker.io/bitnamicharts | valkey | 2.2.* |

## Install
```console
Expand All @@ -31,7 +31,7 @@ helm install hyperglass oci://ghcr.io/m0nsterrr/helm-charts/hyperglass

Verify the signature with [cosign](https://docs.sigstore.dev/cosign/system_config/installation/) :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/hyperglass:2.0.0 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
cosign verify ghcr.io/m0nsterrr/helm-charts/hyperglass:2.1.0 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

Expand Down

0 comments on commit e5be66e

Please sign in to comment.