diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 356747e3..efece8bc 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.23 +version: 1.1.24 # 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.8" +appVersion: "v1.1.9" dependencies: - name: kuberhealthy condition: kuberhealthy.enabled diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index c7d002b2..3436019e 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.8" + tag: "v1.1.9" imagePullSecrets: [] nameOverride: "" @@ -50,7 +50,7 @@ git_bridge: image: repository: ghcr.io/intelops/kubviz/git-agent pullPolicy: Always - tag: "v1.1.8" + tag: "v1.1.9" resources: limits: cpu: 200m @@ -92,7 +92,7 @@ container_bridge: image: repository: ghcr.io/intelops/kubviz/container-agent pullPolicy: Always - tag: "v1.1.8" + tag: "v1.1.9" resources: limits: cpu: 200m diff --git a/charts/client/Chart.yaml b/charts/client/Chart.yaml index 04906c9a..e372ec71 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.29 +version: 1.1.30 # 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.8" +appVersion: "v1.1.9" dependencies: - name: nats condition: nats.enabled diff --git a/charts/client/values.yaml b/charts/client/values.yaml index 872a5f4f..0f66da94 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.8" + tag: "v1.1.9" imagePullSecrets: [] nameOverride: "" @@ -173,7 +173,7 @@ migration: image: repository: ghcr.io/intelops/kubviz/migration pullPolicy: Always - tag: "v1.1.8" + tag: "v1.1.9" schema: path: "/sql"