diff --git a/charts/capi2argo-cluster-operator/Chart.yaml b/charts/capi2argo-cluster-operator/Chart.yaml index 35f146e2..331c16f1 100644 --- a/charts/capi2argo-cluster-operator/Chart.yaml +++ b/charts/capi2argo-cluster-operator/Chart.yaml @@ -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: @@ -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" diff --git a/charts/capi2argo-cluster-operator/README.md b/charts/capi2argo-cluster-operator/README.md index 69a38d6f..d6e0504f 100644 --- a/charts/capi2argo-cluster-operator/README.md +++ b/charts/capi2argo-cluster-operator/README.md @@ -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. @@ -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` | | @@ -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 | `""` | | diff --git a/charts/capi2argo-cluster-operator/values.yaml b/charts/capi2argo-cluster-operator/values.yaml index b9584419..e01dd518 100644 --- a/charts/capi2argo-cluster-operator/values.yaml +++ b/charts/capi2argo-cluster-operator/values.yaml @@ -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: []