diff --git a/charts/Chart.yaml b/charts/Chart.yaml index 0cd6765..5ba1154 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -6,6 +6,6 @@ type: application version: 1.0.0 -appVersion: 3.0.0 +appVersion: 3.1.0 icon: https://raw.githubusercontent.com/No9/ibm-core-dump-handler/master/assets/handle-with-care-svgrepo-com.svg \ No newline at end of file diff --git a/charts/values.yaml b/charts/values.yaml index e814341..203f0a4 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -1,7 +1,7 @@ replicaCount: 1 image: - repository: quay.io/icdh/core-dump-handler:v3.0.0 + repository: quay.io/icdh/core-dump-handler:v3.1.0 pullPolicy: IfNotPresent imagePullSecrets: []