Skip to content

Commit

Permalink
Update Astarte Operator Helm Charts
Browse files Browse the repository at this point in the history
  • Loading branch information
astarte-machine committed Jul 3, 2024
1 parent edfd86c commit 8eb639c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/astarte-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: astarte-operator
description: The Astarte Kubernetes Operator Helm Chart.
type: application

version: "23.5.1"
appVersion: "23.5.1"
version: "23.5.2"
appVersion: "23.5.2"
kubeVersion: ">= 1.19.0-0"

home: https://github.com/astarte-platform/astarte-kubernetes-operator
Expand Down
4 changes: 2 additions & 2 deletions charts/astarte-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[astarte-operator](https://github.com/astarte-platform/astarte-kubernetes-operator) Astarte Kubernetes Operator.

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

This chart bootstraps an Astarte Operator deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.

Expand All @@ -28,7 +28,7 @@ Kubernetes: `>= 1.19.0-0`
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"astarte/astarte-kubernetes-operator"` | |
| image.tag | string | `"23.5.1"` | Overrides the image tag whose default is the chart appVersion. |
| image.tag | string | `"23.5.2"` | Overrides the image tag whose default is the chart appVersion. |
| installCRDs | bool | `true` | Whether or not to install Astarte CRDs. |
| replicaCount | int | `1` | The number of Astarte Operator replicas in your cluster. |
| resources | object | `{"limits":{"cpu":"100m","memory":"256Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}` | Resources to assign to each Astarte Operator instance. |
Expand Down
2 changes: 1 addition & 1 deletion charts/astarte-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
repository: astarte/astarte-kubernetes-operator
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
tag: "23.5.1"
tag: "23.5.2"

# -- Resources to assign to each Astarte Operator instance.
resources:
Expand Down

0 comments on commit 8eb639c

Please sign in to comment.