Skip to content

Commit

Permalink
chore(deps): hyperglass upgrade valkey 0.3.6 (#61)
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR authored Jun 18, 2024
1 parent 4054d5e commit 7afa0fd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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: 0.1.4
version: 0.1.5
# image: ghcr.io/m0nsterrr/hyperglass
appVersion: "v2.0.3"
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: 0.3.5
version: 0.3.6
repository: oci://registry-1.docker.io/bitnamicharts
condition: valkey.enabled
4 changes: 2 additions & 2 deletions charts/hyperglass/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hyperglass

![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.0.3](https://img.shields.io/badge/AppVersion-v2.0.3-informational?style=flat-square)
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.0.3](https://img.shields.io/badge/AppVersion-v2.0.3-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 | 0.3.5 |
| oci://registry-1.docker.io/bitnamicharts | valkey | 0.3.6 |

## Chart Repo

Expand Down
2 changes: 1 addition & 1 deletion charts/joal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
name: joal
description: joal helm chart for Kubernetes
type: application
version: 0.2.0
version: 0.2.1
# image: anthonyraymond/joal
appVersion: "2.1.36"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/joal/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# joal

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.36](https://img.shields.io/badge/AppVersion-2.1.36-informational?style=flat-square)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.36](https://img.shields.io/badge/AppVersion-2.1.36-informational?style=flat-square)

joal helm chart for Kubernetes

Expand Down Expand Up @@ -63,7 +63,7 @@ helm repo add adminafk https://helm-charts.adminafk.fr
| initContainerImage.registry | string | `"docker.io"` | |
| initContainerImage.repository | string | `"busybox"` | |
| initContainerImage.sha | string | `""` | |
| initContainerImage.tag | string | `"1.36"` | |
| initContainerImage.tag | string | `"1.36.1"` | |
| joal.path_prefix | string | `"joal"` | |
| joal.secret_token | string | `"password"` | |
| nameOverride | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/joal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ initContainerImage:
registry: docker.io
repository: busybox
pullPolicy: IfNotPresent
tag: "1.36"
tag: "1.36.1"
sha: ""

imagePullSecrets: []
Expand Down

0 comments on commit 7afa0fd

Please sign in to comment.