Skip to content

Commit

Permalink
Merge pull request #67 from sysdiglabs/SECCOMP-27697
Browse files Browse the repository at this point in the history
upgrade jmx-exporter image
  • Loading branch information
eckelon authored Feb 22, 2024
2 parents 980a4be + 9534d18 commit a8de3a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/jmx-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ 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.0.7
version: 0.0.8

# 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.
appVersion: 0.17.1
appVersion: 1.0.1
maintainers:
- name: daviddetorres
email: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions charts/jmx-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
repository: quay.io/sysdig/promcat-jmx-exporter
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.20.2"
tag: "v1.0.1"

resources:
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down Expand Up @@ -35,4 +35,4 @@ customIntegrationTypeName: ""
customJMXConfigMapName: ""

onlyCreateJMXConfigMap: false
onlyCreateSidecarPatch: false
onlyCreateSidecarPatch: false

0 comments on commit a8de3a0

Please sign in to comment.