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 Jan 10, 2025
1 parent cf95dd2 commit 983d430
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: "24.5.0"
appVersion: "24.5.0"
version: "24.5.1"
appVersion: "24.5.1"
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: 24.5.0](https://img.shields.io/badge/Version-24.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.5.0](https://img.shields.io/badge/AppVersion-24.5.0-informational?style=flat-square)
![Version: 24.5.1](https://img.shields.io/badge/Version-24.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.5.1](https://img.shields.io/badge/AppVersion-24.5.1-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 Down Expand Up @@ -30,7 +30,7 @@ Kubernetes: `>= 1.19.0-0`
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"astarte/astarte-kubernetes-operator"` | |
| image.tag | string | `"24.5.0"` | Overrides the image tag whose default is the chart appVersion. |
| image.tag | string | `"24.5.1"` | 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: "24.5.0"
tag: "24.5.1"

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

0 comments on commit 983d430

Please sign in to comment.