From 56f002dd86c8f84f22a5c4df57af0ab7bbd7f1bd Mon Sep 17 00:00:00 2001 From: Akash LM Date: Sun, 13 Aug 2023 21:55:08 +0530 Subject: [PATCH] Updated client and agent chart --- charts/agent/Chart.yaml | 4 ++-- charts/agent/values.yaml | 6 +++--- charts/client/Chart.yaml | 4 ++-- charts/client/values.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 99d445ea..64f8fa76 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: 0.2.7 +version: 1.0.0 # 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: "1.16.0" +appVersion: "v1.0.0" diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index 8d1157a6..6531a77c 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: "latest" + tag: "v1.0.0" imagePullSecrets: [] nameOverride: "" @@ -47,7 +47,7 @@ git_bridge: image: repository: ghcr.io/intelops/kubviz/git-agent pullPolicy: Always - tag: "latest" + tag: "v1.0.0" resources: limits: cpu: 200m @@ -81,7 +81,7 @@ container_bridge: image: repository: ghcr.io/intelops/kubviz/container-agent pullPolicy: Always - tag: "latest" + tag: "v1.0.0" resources: limits: cpu: 200m diff --git a/charts/client/Chart.yaml b/charts/client/Chart.yaml index 64bd8688..1a261d7c 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: 0.2.5 +version: 1.0.0 # 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: "1.16.0" +appVersion: "v1.0.0" dependencies: - name: nats condition: nats.enabled diff --git a/charts/client/values.yaml b/charts/client/values.yaml index 7457db1f..6493925d 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: "latest" + tag: "v1.0.0" imagePullSecrets: [] nameOverride: ""