Skip to content

Commit

Permalink
feat: update the kuzzle dependency in paas-kuzzle to 1.3.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuruyia authored Sep 12, 2024
1 parent 423eb6e commit 400bf68
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 deletions.
6 changes: 3 additions & 3 deletions charts/paas-kuzzle/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: kuzzle
repository: https://kuzzleio.github.io/helm-charts/
version: 1.2.0
version: 1.3.0
- name: elasticsearch
repository: https://helm.elastic.co/
version: 7.17.3
- name: redis
repository: https://charts.bitnami.com/bitnami/
version: 16.12.2
digest: sha256:f0f26f4b7a9a831c1d21956de00fe0721bb4ead00a7ca96a47096af84d9b3e9e
generated: "2024-01-02T15:53:54.600400519+01:00"
digest: sha256:4ea4417d80e3dc612c0527b7fbedb2c12e252800bce854f5f7bf15ecf5fb347c
generated: "2024-09-12T15:40:53.312155704+02:00"
6 changes: 3 additions & 3 deletions charts/paas-kuzzle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.5.0
version: 2.6.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.28.0"
appVersion: "2.29.1"

dependencies:
- name: kuzzle
version: 1.2.0
version: 1.3.0
repository: "https://kuzzleio.github.io/helm-charts/"
- name: elasticsearch
version: 7.17.3
Expand Down
5 changes: 2 additions & 3 deletions charts/paas-kuzzle/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# paas-kuzzle

![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.28.0](https://img.shields.io/badge/AppVersion-2.28.0-informational?style=flat-square)
![Version: 2.6.0](https://img.shields.io/badge/Version-2.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.29.1](https://img.shields.io/badge/AppVersion-2.29.1-informational?style=flat-square)

A Helm chart for Kubernetes

Expand All @@ -10,7 +10,7 @@ A Helm chart for Kubernetes
| --------------------------------------- | ------------- | ------- |
| https://charts.bitnami.com/bitnami/ | redis | 16.12.2 |
| https://helm.elastic.co/ | elasticsearch | 7.17.3 |
| https://kuzzleio.github.io/helm-charts/ | kuzzle | 1.2.0 |
| https://kuzzleio.github.io/helm-charts/ | kuzzle | 1.3.0 |

## Values

Expand All @@ -35,7 +35,6 @@ A Helm chart for Kubernetes
| elasticsearch.volumeClaimTemplate.storageClassName | string | `"scw-bssd"` | |
| ingress.enabled | bool | `false` | |
| ingressTCP.enabled | bool | `false` | |
| kuzzle.command | string | `nil` | |
| kuzzle.extraEnvs\[0\].name | string | `"kuzzle_services__storageEngine__client__node"` | |
| kuzzle.extraEnvs\[0\].value | string | `"http://elasticsearch-master:9200"` | |
| kuzzle.extraEnvs\[1\].name | string | `"kuzzle_services__internalCache__node__host"` | |
Expand Down
Binary file removed charts/paas-kuzzle/charts/kuzzle-1.2.0.tgz
Binary file not shown.
Binary file added charts/paas-kuzzle/charts/kuzzle-1.3.0.tgz
Binary file not shown.
2 changes: 0 additions & 2 deletions charts/paas-kuzzle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ certificate:
kuzzle:
replicaCount: 1

command: null

image:
name: kuzzleio/kuzzle
tag: ""
Expand Down

0 comments on commit 400bf68

Please sign in to comment.