diff --git a/charts/falcon-crowdstrike/Chart.yaml b/charts/falcon-crowdstrike/Chart.yaml index 76cca98..229cd9e 100644 --- a/charts/falcon-crowdstrike/Chart.yaml +++ b/charts/falcon-crowdstrike/Chart.yaml @@ -15,10 +15,10 @@ 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.2 +version: 0.0.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: "0.0.8" +appVersion: "0.0.9" diff --git a/charts/falcon-crowdstrike/values.yaml b/charts/falcon-crowdstrike/values.yaml index 91e79dc..d05038d 100644 --- a/charts/falcon-crowdstrike/values.yaml +++ b/charts/falcon-crowdstrike/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: ghcr.io/tsigouris007/falcon-crowdstrike-siem-connector pullPolicy: IfNotPresent - tag: "v0.0.8" + tag: "v0.0.9" imagePullSecrets: [] nameOverride: "falcon-crowdstrike-app"