diff --git a/charts/wasmcloud-operator/Chart.yaml b/charts/wasmcloud-operator/Chart.yaml index 6453b04..b67fe66 100644 --- a/charts/wasmcloud-operator/Chart.yaml +++ b/charts/wasmcloud-operator/Chart.yaml @@ -7,10 +7,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.1.3 +version: 0.1.4 # 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.2.3" +appVersion: "0.3.2" diff --git a/deploy/base/deployment.yaml b/deploy/base/deployment.yaml index 6d8213c..8091646 100644 --- a/deploy/base/deployment.yaml +++ b/deploy/base/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: serviceAccountName: wasmcloud-operator containers: - - image: ghcr.io/wasmcloud/wasmcloud-operator:0.2.3 + - image: ghcr.io/wasmcloud/wasmcloud-operator:0.3.2 imagePullPolicy: Always name: wasmcloud-operator ports: