From 4a53a3032b6a97091618a8b63ff1cb4dd1ac1a32 Mon Sep 17 00:00:00 2001 From: Akash LM Date: Thu, 18 Apr 2024 21:37:24 +0530 Subject: [PATCH] config: Update image tag to v1.1.7 --- charts/agent/Chart.yaml | 4 ++-- charts/agent/values.yaml | 6 +++--- charts/client/Chart.yaml | 4 ++-- charts/client/values.yaml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 33444035..deb5a7fe 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.20 +version: 1.1.21 # 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.6" +appVersion: "v1.1.7" dependencies: - name: kuberhealthy condition: kuberhealthy.enabled diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index 5ac670e1..08701e04 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.6" + tag: "v1.1.7" imagePullSecrets: [] nameOverride: "" @@ -50,7 +50,7 @@ git_bridge: image: repository: ghcr.io/intelops/kubviz/git-agent pullPolicy: Always - tag: "v1.1.6" + tag: "v1.1.7" resources: limits: cpu: 200m @@ -92,7 +92,7 @@ container_bridge: image: repository: ghcr.io/intelops/kubviz/container-agent pullPolicy: Always - tag: "v1.1.6" + tag: "v1.1.7" resources: limits: cpu: 200m diff --git a/charts/client/Chart.yaml b/charts/client/Chart.yaml index c88c585c..024cd3bb 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.25 +version: 1.1.26 # 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.6" +appVersion: "v1.1.7" dependencies: - name: nats condition: nats.enabled diff --git a/charts/client/values.yaml b/charts/client/values.yaml index 0e418226..4fe08c21 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.6" + tag: "v1.1.7" imagePullSecrets: [] nameOverride: "" @@ -164,7 +164,7 @@ migration: image: repository: ghcr.io/intelops/kubviz/migration pullPolicy: Always - tag: "v1.1.6" + tag: "v1.1.7" schema: path: "/sql"