Skip to content

Commit

Permalink
[helm] Bump chart and image patch version
Browse files Browse the repository at this point in the history
Signed-off-by: dntosas <ntosas@gmail.com>
  • Loading branch information
dntosas committed Jun 7, 2023
1 parent deb895c commit faa40cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/capi2argo-cluster-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.1.12
appVersion: 0.1.13
description: Capi-2-Argo Cluster Operator (CACO) converts ClusterAPI Cluster credentials into ArgoCD Cluster definitions and keep them synchronized.
home: https://github.com/dntosas/capi2argo-cluster-operator
keywords:
Expand All @@ -11,7 +11,7 @@ maintainers:
name: capi2argo-cluster-operator
sources:
- https://github.com/dntosas/capi2argo-cluster-operator
version: 0.1.12
version: 0.1.13
dependencies:
- name: common
repository: "https://charts.bitnami.com/bitnami"
Expand Down
10 changes: 5 additions & 5 deletions charts/capi2argo-cluster-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# capi2argo-cluster-operator

![Version: 0.1.12](https://img.shields.io/badge/Version-0.1.12-informational?style=flat-square) ![AppVersion: 0.1.12](https://img.shields.io/badge/AppVersion-0.1.12-informational?style=flat-square)
![Version: 0.1.13](https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square) ![AppVersion: 0.1.13](https://img.shields.io/badge/AppVersion-0.1.13-informational?style=flat-square)

Capi-2-Argo Cluster Operator (CACO) converts ClusterAPI Cluster credentials into ArgoCD Cluster definitions and keep them synchronized.

Expand Down Expand Up @@ -46,17 +46,17 @@ Capi-2-Argo Cluster Operator (CACO) converts ClusterAPI Cluster credentials into
| global.imagePullSecrets | list | `[]` | |
| global.imageRegistry | string | `""` | |
| hostAliases | list | `[]` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.pullPolicy | string | `"Always"` | |
| image.pullSecrets | list | `[]` | |
| image.registry | string | `"ghcr.io"` | |
| image.repository | string | `"dntosas/capi2argo-cluster-operator"` | |
| image.tag | string | `"v0.1.12"` | |
| image.tag | string | `"v0.1.13"` | |
| initContainers | list | `[]` | |
| kubeVersion | string | `""` | |
| leaderElection | bool | `false` | |
| lifecycleHooks | object | `{}` | |
| livenessProbe.enabled | bool | `true` | |
| livenessProbe.failureThreshold | int | `2` | |
| livenessProbe.failureThreshold | int | `8` | |
| livenessProbe.initialDelaySeconds | int | `10` | |
| livenessProbe.periodSeconds | int | `10` | |
| livenessProbe.successThreshold | int | `1` | |
Expand Down Expand Up @@ -99,7 +99,7 @@ Capi-2-Argo Cluster Operator (CACO) converts ClusterAPI Cluster credentials into
| readinessProbe.timeoutSeconds | int | `5` | |
| replicaCount | int | `1` | |
| resources.limits.cpu | string | `"50m"` | |
| resources.limits.memory | string | `"50Mi"` | |
| resources.limits.memory | string | `"128Mi"` | |
| resources.requests.cpu | string | `"10m"` | |
| resources.requests.memory | string | `"50Mi"` | |
| schedulerName | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/capi2argo-cluster-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ replicaCount: 1
image:
registry: ghcr.io
repository: dntosas/capi2argo-cluster-operator
tag: v0.1.12
tag: v0.1.13
pullPolicy: Always
pullSecrets: []

Expand Down

0 comments on commit faa40cf

Please sign in to comment.