Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azlyth committed Jun 3, 2024
1 parent 80e3a9d commit a25333a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.4.1
VERSION = 0.4.2
BUNDLE_IMG = ghcr.io/moonbeam-nyc/snorlax-operator-bundle:${VERSION}
OPERATOR_IMG = ghcr.io/moonbeam-nyc/snorlax-operator:${VERSION}
PROXY_IMG = ghcr.io/moonbeam-nyc/snorlax-proxy:${VERSION}
Expand Down
4 changes: 2 additions & 2 deletions charts/snorlax/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.4.1
version: 0.4.2
# 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.4.1"
appVersion: "0.4.2"
2 changes: 1 addition & 1 deletion charts/snorlax/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/moonbeam-nyc/snorlax-operator
tag: 0.4.1
tag: 0.4.2
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion operator/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: ghcr.io/moonbeam-nyc/snorlax-operator
newTag: 0.4.1
newTag: 0.4.2

0 comments on commit a25333a

Please sign in to comment.