From 2a9db6a87a0ec523a0077526efc2a093ac4d79e9 Mon Sep 17 00:00:00 2001 From: Dan Norris Date: Wed, 12 Jun 2024 11:56:39 -0400 Subject: [PATCH] chore: update kustomization and Helm chart to default to 0.2.3 Signed-off-by: Dan Norris --- charts/wasmcloud-operator/Chart.yaml | 4 ++-- deploy/base/deployment.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/wasmcloud-operator/Chart.yaml b/charts/wasmcloud-operator/Chart.yaml index cdae380..6453b04 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.2 +version: 0.1.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.2.0" +appVersion: "0.2.3" diff --git a/deploy/base/deployment.yaml b/deploy/base/deployment.yaml index d41210b..6d8213c 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.1 + - image: ghcr.io/wasmcloud/wasmcloud-operator:0.2.3 imagePullPolicy: Always name: wasmcloud-operator ports: