Skip to content

Commit

Permalink
Merge pull request #385 from akash4sh/main
Browse files Browse the repository at this point in the history
config: update image tag to v1.1.9
  • Loading branch information
jebjohns committed Jun 25, 2024
2 parents 84da6c4 + 5f2166c commit 0b636d6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/client/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/client/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit 0b636d6

Please sign in to comment.