Skip to content

Commit

Permalink
Merge pull request #245 from dwertent/bump-versions
Browse files Browse the repository at this point in the history
Bump image versions
  • Loading branch information
David Wertenteil authored Jul 31, 2023
2 parents 3da0201 + a684bb8 commit 4e1ee91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/kubescape-cloud-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.14.2
version: 1.14.3

# 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.14.2
appVersion: 1.14.3

maintainers:
- name: Ben Hirschberg
Expand Down
8 changes: 4 additions & 4 deletions charts/kubescape-cloud-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ operator:
image:
# -- source code: https://github.com/kubescape/operator
repository: quay.io/kubescape/operator
tag: v0.1.29-prerelease
tag: v0.1.31-prerelease
pullPolicy: IfNotPresent

service:
Expand Down Expand Up @@ -362,7 +362,7 @@ kollector:
image:
# -- source code: https://github.com/kubescape/kollector
repository: quay.io/kubescape/kollector
tag: v0.1.23
tag: v0.1.24
pullPolicy: IfNotPresent

replicaCount: 1
Expand Down Expand Up @@ -507,7 +507,7 @@ otelCollector:

image:
repository: otel/opentelemetry-collector
tag: 0.70.0
tag: 0.81.0
pullPolicy: IfNotPresent

replicaCount: 1
Expand Down Expand Up @@ -569,7 +569,7 @@ nodeAgent:
name: node-agent
image:
repository: quay.io/kubescape/node-agent
tag: v0.1.87
tag: v0.1.88
pullPolicy: IfNotPresent

config:
Expand Down

0 comments on commit 4e1ee91

Please sign in to comment.