Skip to content

Commit

Permalink
build(manifests): 🐳 update manifests and chart for v0.1.8-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Apr 4, 2024
1 parent 1a79a60 commit eddf91f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: robolaunchio/connection-hub-controller-manager
newTag: v0.1.8-alpha.4
newTag: v0.1.8-alpha.5
4 changes: 2 additions & 2 deletions hack/deploy/chart/connection-hub-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
version: 0.1.8-alpha.5
# 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.4"
appVersion: "v0.1.8-alpha.5"
2 changes: 1 addition & 1 deletion hack/deploy/chart/connection-hub-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ controllerManager:
- ALL
image:
repository: robolaunchio/connection-hub-controller-manager
tag: v0.1.8-alpha.4
tag: v0.1.8-alpha.5
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/manifests/connection_hub_operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4383,7 +4383,7 @@ spec:
- --leader-elect
command:
- /manager
image: robolaunchio/connection-hub-controller-manager:v0.1.8-alpha.4
image: robolaunchio/connection-hub-controller-manager:v0.1.8-alpha.5
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit eddf91f

Please sign in to comment.