From c328abf4619064e8b0c05e86c9d599467a6bb0f4 Mon Sep 17 00:00:00 2001 From: Akash LM Date: Fri, 5 Apr 2024 16:03:13 +0530 Subject: [PATCH] config: Update image tag to v1.1.6 --- charts/agent/Chart.yaml | 4 +- charts/agent/values.yaml | 81 ++++++++++++++++++++++++++++++++++++--- charts/client/Chart.yaml | 4 +- charts/client/values.yaml | 4 +- 4 files changed, 81 insertions(+), 12 deletions(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 107290fe..5e80c02f 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -15,13 +15,13 @@ 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: 1.1.18 +version: 1.1.19 # 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: "v1.1.5" +appVersion: "v1.1.6" dependencies: - name: kuberhealthy condition: kuberhealthy.enabled diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index 5b614e44..46b6980d 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/intelops/kubviz/kubviz-agent pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "v1.1.5" + tag: "v1.1.6" imagePullSecrets: [] nameOverride: "" @@ -45,13 +45,12 @@ service: port: 80 - git_bridge: enabled: false image: repository: ghcr.io/intelops/kubviz/git-agent pullPolicy: Always - tag: "v1.1.5" + tag: "v1.1.6" resources: limits: cpu: 200m @@ -88,14 +87,12 @@ git_bridge: # - chart-example.local - - container_bridge: enabled: false image: repository: ghcr.io/intelops/kubviz/container-agent pullPolicy: Always - tag: "v1.1.5" + tag: "v1.1.6" resources: limits: cpu: 200m @@ -192,6 +189,78 @@ kuberhealthy: enabled: true pollInterval: "60m" url: "http://kuberhealthy:8080" + check: + podRestarts: + enabled: true + runInterval: 5m + timeout: 10m + image: + registry: docker.io + repository: kuberhealthy/pod-restarts-check + tag: v2.5.0 + allNamespaces: true + extraEnvs: + MAX_FAILURES_ALLOWED: "10" + nodeSelector: {} + tolerations: [] + #- key: "key" + # operator: "Equal" + # value: "value" + # effect: "NoSchedule" + resources: + requests: + cpu: 10m + memory: 50Mi + podStatus: + enabled: true + runInterval: 5m + timeout: 15m + image: + registry: docker.io + repository: kuberhealthy/pod-status-check + tag: v1.3.0 + allNamespaces: true + extraEnvs: {} + nodeSelector: {} + tolerations: [] + #- key: "key" + # operator: "Equal" + # value: "value" + # effect: "NoSchedule" + resources: + requests: + cpu: 10m + memory: 50Mi + imagePullCheck: + enabled: true + runInterval: 60m + timeout: 1m + image: + repository: kuberhealthy/test-check + tag: v1.4.0 + extraEnvs: + REPORT_FAILURE: "false" + REPORT_DELAY: "1s" + resources: + requests: + cpu: 10m + memory: 50Mi + resourceQuota: + enabled: true + runInterval: 1h + timeout: 2m + image: + repository: kuberhealthy/resource-quota-check + tag: v1.3.0 + extraEnvs: + BLACKLIST: "default" + WHITELIST: "kube-system,kubviz" + resources: + requests: + cpu: 15m + memory: 15Mi + limits: + cpu: 30m opentelemetry: isEnabled: false diff --git a/charts/client/Chart.yaml b/charts/client/Chart.yaml index f24aef1c..76896324 100644 --- a/charts/client/Chart.yaml +++ b/charts/client/Chart.yaml @@ -15,13 +15,13 @@ 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: 1.1.22 +version: 1.1.23 # 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: "v1.1.5" +appVersion: "v1.1.6" dependencies: - name: nats condition: nats.enabled diff --git a/charts/client/values.yaml b/charts/client/values.yaml index a6caddf7..201cd1ee 100644 --- a/charts/client/values.yaml +++ b/charts/client/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/intelops/kubviz/client pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "v1.1.5" + tag: "v1.1.6" imagePullSecrets: [] nameOverride: "" @@ -164,7 +164,7 @@ migration: image: repository: ghcr.io/intelops/kubviz/migration pullPolicy: Always - tag: "v1.1.5" + tag: "v1.1.6" schema: path: "/sql"