diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 1dec4ea..8b52155 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: robolaunchio/connection-hub-controller-manager - newTag: v0.1.8-alpha.2 + newTag: v0.1.8-alpha.3 diff --git a/hack/deploy/chart/connection-hub-operator/Chart.yaml b/hack/deploy/chart/connection-hub-operator/Chart.yaml index 3ba851b..2199bfc 100644 --- a/hack/deploy/chart/connection-hub-operator/Chart.yaml +++ b/hack/deploy/chart/connection-hub-operator/Chart.yaml @@ -13,9 +13,9 @@ 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.8-alpha.2 +version: 0.1.8-alpha.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: "v0.1.8-alpha.2" +appVersion: "v0.1.8-alpha.3" diff --git a/hack/deploy/chart/connection-hub-operator/values.yaml b/hack/deploy/chart/connection-hub-operator/values.yaml index defaba6..c6094a1 100644 --- a/hack/deploy/chart/connection-hub-operator/values.yaml +++ b/hack/deploy/chart/connection-hub-operator/values.yaml @@ -32,7 +32,7 @@ controllerManager: - ALL image: repository: robolaunchio/connection-hub-controller-manager - tag: v0.1.8-alpha.2 + tag: v0.1.8-alpha.3 resources: limits: cpu: 500m diff --git a/hack/deploy/manifests/connection_hub_operator.yaml b/hack/deploy/manifests/connection_hub_operator.yaml index 2a856ae..a53ce46 100644 --- a/hack/deploy/manifests/connection_hub_operator.yaml +++ b/hack/deploy/manifests/connection_hub_operator.yaml @@ -4389,7 +4389,7 @@ spec: - --leader-elect command: - /manager - image: robolaunchio/connection-hub-controller-manager:v0.1.8-alpha.2 + image: robolaunchio/connection-hub-controller-manager:v0.1.8-alpha.3 livenessProbe: httpGet: path: /healthz