Skip to content

Commit

Permalink
build(manifests): 🐳 update manifests and chart for v0.2.6-alpha.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Dec 25, 2023
1 parent 63b9c0c commit 142e0c0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="v0.2.6-alpha.14.6"></a>
## [v0.2.6-alpha.14.6] - 2023-12-13
### Fix
- **filebrowser:** add base url to the file browser
- **filebrowser:** add file browser base url as env variable to services


Expand Down Expand Up @@ -370,7 +374,8 @@
- Merge pull request [#24](https://github.com/robolaunch/robot-operator/issues/24) from robolaunch/23-allow-multiple-launches


[Unreleased]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.14.5...HEAD
[Unreleased]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.14.6...HEAD
[v0.2.6-alpha.14.6]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.14.5...v0.2.6-alpha.14.6
[v0.2.6-alpha.14.5]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.14.4...v0.2.6-alpha.14.5
[v0.2.6-alpha.14.4]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.14.3...v0.2.6-alpha.14.4
[v0.2.6-alpha.14.3]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.14.2...v0.2.6-alpha.14.3
Expand Down
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/robot-controller-manager
newTag: v0.2.6-alpha.14.6
newTag: v0.2.6-alpha.14.7
4 changes: 2 additions & 2 deletions hack/deploy/chart/robot-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.2.6-alpha.14.6
version: 0.2.6-alpha.14.7
# 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.2.6-alpha.14.6"
appVersion: "v0.2.6-alpha.14.7"
2 changes: 1 addition & 1 deletion hack/deploy/chart/robot-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ controllerManager:
- ALL
image:
repository: robolaunchio/robot-controller-manager
tag: v0.2.6-alpha.14.6
tag: v0.2.6-alpha.14.7
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/manifests/robot_operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6768,7 +6768,7 @@ spec:
- --leader-elect
command:
- /manager
image: robolaunchio/robot-controller-manager:v0.2.6-alpha.14.6
image: robolaunchio/robot-controller-manager:v0.2.6-alpha.14.7
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 142e0c0

Please sign in to comment.