From 5d57721faf841d7eca83e344a10af195ad1bca25 Mon Sep 17 00:00:00 2001 From: Akash LM Date: Sat, 16 Mar 2024 13:54:26 +0530 Subject: [PATCH] Updated image tag to v1.1.5 release --- 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 694dc262..25cca1a8 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -15,10 +15,10 @@ 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.14 +version: 1.1.15 # 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.4" +appVersion: "v1.1.5" diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index f119e92a..38f991b3 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.4" + tag: "v1.1.5" imagePullSecrets: [] nameOverride: "" @@ -51,7 +51,7 @@ git_bridge: image: repository: ghcr.io/intelops/kubviz/git-agent pullPolicy: Always - tag: "v1.1.4" + tag: "v1.1.5" resources: limits: cpu: 200m @@ -95,7 +95,7 @@ container_bridge: image: repository: ghcr.io/intelops/kubviz/container-agent pullPolicy: Always - tag: "v1.1.4" + tag: "v1.1.5" resources: limits: cpu: 200m diff --git a/charts/client/Chart.yaml b/charts/client/Chart.yaml index 4baa724f..b38b2315 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.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.4" +appVersion: "v1.1.5" dependencies: - name: nats condition: nats.enabled diff --git a/charts/client/values.yaml b/charts/client/values.yaml index d2186fd6..a6caddf7 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.4" + tag: "v1.1.5" imagePullSecrets: [] nameOverride: "" @@ -164,7 +164,7 @@ migration: image: repository: ghcr.io/intelops/kubviz/migration pullPolicy: Always - tag: "v1.1.4" + tag: "v1.1.5" schema: path: "/sql"